@charset "UTF-8";
/* CSS Document */
/* goldcoast media  */
/* Holtenauer Straße 176 */
/* 24105 Kiel */
/* info@goldcoast-media.de */
/* author: Bjoern Diekert / Germany / Kiel */


/* Allgemein 
******************************/

html {
	height:100.16%;
}

body {
	background: rgb(0,0,51);
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.75em;
	line-height:145%;

}

img {
	border:none;
}

h1 {
	display:none;
}

h2,h3 {
	font:1em Verdana, Geneva, sans-serif;
	font-weight:900;
	color: rgb(97,98,100);
	margin: 0 0 20px 0;
	padding:0;
	letter-spacing:normal;
}

a {
	color: #000066;
	text-decoration:none;
}

a:hover {
	color:rgb(203,44,23);
	text-decoration:none;
}

/* Div's 
******************************/

#wrapper {
	width: 900px;
	background: url(../img/wrapper-bg.jpg) bottom #FFF ;
	margin:25px auto;
}

#header {
	width:700px;
	height:180px;
	margin-left:25px;
}

#header-navigation {
	width:175px;
	height:180px;
	float:left;
}

#header-schriftzug {
	width:525px;
	height:180px;
	float:left;
}

#sidebar {
	width:175px;
	height:355px;
	float:right;
	background: url(../img/sidebar-bg.jpg);
}


#bildzeile {
	width:700px;
	height:150px;
	float:left;
}

#bildzeile-1 {
	width: 200px;
	height: 150px;
	float: left;
}

#bildzeile-2 {
	width: 250px;
	height: 150px;
	float: left;
}

#bildzeile-3 {
	width: 250px;
	height: 150px;
	float: left;
}

#content {
	width:700px;
}

#content-left {
	width:150px;
	height:420px;
	margin-left:25px;
	float:left;
	}

#content-right {
	width:500px;
	height:445px;
	float:right;
	margin-left:0px;
	position:relative;
	overflow:auto;
}

#content-bottom {
	width:150px;
	height:25px;
	margin-left:25px;
}

/* Klassen 
******************************/

.clear {
	clear:both;
}

#content-right p {
	margin: 0 0 20px 0;
	padding:0;
	color: rgb(97,98,100);
	text-align:justify;
}

#content-right .text-left {
	text-align:left;
}


/* Spacer 
******************************/

#spacer-01 {
	height:20px;
	width:100%;
	background-color:#FFF;
}

#spacer-02 {
	height:25px;
	width:750px;
}

#spacer-03 {
	height:20px;
	width:100%;
}

#spacer-04 {
	height:24px;
	width:100%;
}

#spacer-05 {
	height:25px;
	width:100%;
	clear:both;
}

#spacer-footer {
	width: 100%;
	height: 25px;
	background-color: rgb(240,215,210);
}

#space-pic {
	height:25px;
	width:100%;
}

/* Header-navigation
************************/


#header-navigation ul {
	margin:0;
	padding:0; 
	list-style: none;
}

#header-navigation li {
	font-size:1em;
	margin:0 0 6.3px 0;
}

#header-navigation li a, #header-navigation li a:active {
	color: rgb(165,165,165);
	text-decoration:none;
	}
	
#header-navigation li a:hover, #header-navigation li .active {
	color: rgb(203,44,23);
	}
	
	
#content-left ul {
	margin:0;
	padding:0; 
	list-style: none;
}

#content-left li {
	margin:0 0 6.3px 0;
	font-size:1em;
}

#content-left li a, #content-left li a:active {
	color: rgb(165,165,165);
	text-decoration:none;
	}
	
#content-left li a:hover, #content-left li .active {
	color: rgb(203,44,23);
	}
	
#content-right ul { list-style: url(../img/minus.jpg); }

#content-right li {
	margin-bottom:6px;
	color: rgb(97,98,100);
}

ul#pdf {
	list-style-image: url(../img/pdf.jpg);
	margin-left:25px;
}

ul#pdf li {
	margin-bottom:20px;
	color: rgb(97,98,100);
	height:25px;
	line-height:25px;
}
	
#content-bottom ul {
	margin:0;
	padding:0; 
	list-style: none;
}

#content-bottom li{
	font-size:0.92em;
	line-height:100%;
	margin:0 0 3px 0;
}

#content-bottom li a, #content-bottom li a:active {
	color: rgb(165,165,165);
	text-decoration:none;
	}
	
#content-bottom li a:hover, #content-bottom li .active {
	color: rgb(119,119,119);
	}
	
