/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
	background-color:#000066;
	padding-left:10px;
}
 ul {
	list-style-type: disc;
	color:#000066;
	
}
 
#rechtenavi a, a:visited, a:active {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

#rechtenavi a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#rechtenavi ul {
	list-style-type: disc;
	color:#ffffff;
	font-weight: bold;
	font-size:14px;
	line-height: 135%;
}

#inhalt a, a:visited, a:active {
	color: #CC0000;
	text-decoration:none;
	
}


#inhalt a:hover {
	color: #CC0000;
	text-decoration: underline;
	
}
a, a:visited, a:active {
	color: #ffffff;
	text-decoration:none;
	
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #999999;
	font-style:italic;
}

h3 {
	font-size: 16px;
	color: #CCCCCC;
	font-style:italic;
	
}
h4 {
	font-size: 14px;
	color: #ffffff;
	font-style:bold;
}
h5 {
	font-size: 12px;
	color: #000066;
	font-style:bold;
}

hr {
	color: #000099;
}

#navigation {
	position:absolute;
	margin:0;
	width:500px;
	margin-left:0px;
	top:100px;
	background-color:#ffffff;
}

#unternavigation {
	position:absolute;
	margin:0;
	width:375px;
	height:25px;
	margin-left:125px;
	top:125px;
	background-color:#ffffff;
	}
	
#kopf {
	position:absolute;
	width:375px;
	text-align:left;
	margin-left:125px;
	}
	
#kopfzeile {
	position:absolute;
	text-align:left;
	color:#CCCCCC;
	margin-left:535px;
	top: 105px;

}

#kleinesinhaltsbild {
	position:absolute;
	text-align:left;
	margin-left:475px;
	top: 80px;
}
#kuhbild {
	position:absolute;
	margin:0;
	width:625px;
	height:350px;
	margin-left:125px;
	top:150px;
	background-image:url(../grafik/kuhbild/kuhbild.jpg);
	background-repeat:no-repeat;
	visibility: visible;
	z-index: 10;
}
#kuhbildflash {
	position:absolute;
	margin:0;
	width:625px;
	height:350px;
	margin-left:125px;
	top:150px;
	background-repeat:no-repeat;
	visibility: visible;
	z-index: 11;
}
#spruch {
	position: absolute;
	width: 200px;
	height: 350px;
	margin-left: 750px;
	top: 150px;
}

#inhalt {
	position: absolute;
	height:328px;
	width: 325px;
	overflow: auto;
	text-align:left;
	padding: 25px 25px 0px 25px;
	margin-left:125px;
	top:150px;
	background-color:#ffffff;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #000066;
	scrollbar-darkshadow-color: #666666;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000066;
	z-index: 1;
}

#spezialgebiete {
	position:absolute;
	top:25px;
	width:135px;
	text-align:left;
	
	}
#rechtesfoto {
	position:absolute;
	margin-left:525px;
	padding:0;
	height:325px;
	width:225px;
	top:175px;
}
#rechtenavi {
	position:absolute;
	margin-left:510px;
	height:350px;
	width:250px;
	top:350px;
}
#fusszeile {
	position:absolute;
	margin-left:125px;
	padding:0;
	width:325px;
	top:500px;
}

#fuss_navigation {
	position:absolute;
	margin-left:125px;
	padding:0;
	width:825px;
	top:540px;
}

input#code {
        display: none;
        visibility: hidden;
}

.automatic-form .field {
	clear: both;
	margin-top: 4px;
	margin-bottom: 4px;
}

.automatic-form fieldset legend {
	font-weight: bold;
}

.automatic-form input.text, .automatic-form textarea {
	margin-top: 2px;
	width: 260px;
}

