/* Allgemeine Definitionen */
* {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

p {
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 15px;
	
}



img {
	margin-bottom: 0px;
	border: 1px solid #333333;
	margin-top: 10px;
	
}

html, body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	height: 100%;
	background-image: url(bilder_css/body4.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #339999;
} 



h1 {
	font-size: 16px;
	padding-bottom: 7px;
	color: #485152;
	letter-spacing: 1px;
}



h6 {
	font-size: 11px;
	padding-bottom: 0px;
	color: #000000;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	padding-bottom: 20px;
	color: #339999;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 17px;
}

h3 {
	font-size: 11px;
	padding-bottom: 0px;
	color: #2F2A15;
	font-weight: bold;
	margin: 0px;
}

h4 {
	font-size: 11px;
	padding-bottom: 20px;
	color: #000000;
	font-weight: bold;
}

h5 {
	font-size: 11px;
	padding-bottom: 0px;
	color: #990000;
	font-weight: bold;
}

a:link {
	color: #339999;
	text-decoration: underline;
}
a:visited {
	color: #339999;
	text-decoration: underline;
}
a:focus {
	color: #666666;
	text-decoration: underline;
}
a:hover { color: #666666; text-decoration: underline;}
a:active {
	color: #339999;
	text-decoration: underline;
}


input, textarea {border: solid 1px #000000;}





.bildtext {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 3px;
	font-size: 9px;
	font-weight: normal;
	color: #444444;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}







/* Allgemeine Definitionen Ende */

/* Wrapper */
#wrapper {
	margin:auto;
	width: 900px;
	min-height: 100%;
	height: auto;
	background-repeat: repeat-y;
   
} 


* html #wrapper {
	height: 100%;
}

/* Wrapper Ende */



/* Kopf */
#headnav {
	background-image: url(bilder_css/head5.jpg);
	width: 900px;
	height: 100px;
	float:left;
	color: #000000;
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-top: 0px;
} 

#head2 {
	width: 120px;
	height: 20px;
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #339999;
} 

#head3 {
	width: 780px;
	height: 20px;
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #339999;
	padding-right: 0px;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 


#head3 a:visited {
}
#head3 a:focus {
	color: #666666;
}
#head3 a:hover {
	color: #FFFFFF;
	background-color: #404849;
}
#head3 a:active {
	color: #666666;
}



/* Kopf Ende */

/* Navigation */
#hauptnavigation {
	float:left;
	height: 500px;
	width: 120px;
	background-color: #E1E6E6;
	margin: 0px;
	padding-top: 25px;
}

#navlist li {
	border-bottom: 1px solid #339999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #339999;
	font-weight: normal;
	margin-bottom: 5px;
}

#navlist {
	width: 121px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}




#navlist a:link,#navlist a:visited {
	display: block;
	padding: 8px 3px 8px 9px;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	text-transform: none;
	font-size: 11px;
}


#navlist a:hover {
	display: block;
	color: #FFFFFF;
	padding: 8px 3px 8px 9px;
	text-decoration: none;
	background-color: #339999;
}

/* Navigation Ende */

/* Text */
#text {
	float: left;
	width: 349px;
	height: auto;
	padding-left: 40px;
	padding-right: 50px;
	padding-top: 25px;
}

#texteinspaltig {
	float: left;
	width: 605px;
	height: auto;
	padding-left: 40px;
	padding-right: 50px;
	padding-top: 25px;
}



/* Text Ende  */


/* Bilder */
#bilder {
	width: 335px;
	float: left;
	padding-top: 25px;
	margin-right: 5px;
}



#bilder li {
	float: right;
	color: #333333;
	padding-right: 15px;
}

/* Bilder Ende */
#wrapper #text li {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 5px;
	color: #000000;
}
#wrapper #text ul {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.liste_letzte {
	padding-bottom: 10px;
}
#wrapper #text table {
	border: 2px solid #CAEA91;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
}

#bildtabelle {
	width: 715px;
	float: right;
	margin-right: 5px;
}

td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: top;
}


#head3 a {
	display: block;
	width: 90px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	height: 17px;
	text-align: center;
	float: right;
	background-color: #339999;
	border-top: 1px none #EEEEEE;
	border-right: 1px none #EEEEEE;
	border-bottom: 1px none #EEEEEE;
	border-left: 1px solid #EEEEEE;
}


.abstandunten10px {
	padding-bottom: 10px;
}
.unterstrichen {
	text-decoration: underline;
}
.ohnerahmen {
	border: 0px none #EEEEEE;
}

