/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	background-color: #FFFFEC;	
	/*background-image: url(images/hintergrund.jpg);
	background-attachment: fixed;*/
}


div#centerlayer{
	/* diese Ebene zentriert den Seiteninhalt*/
	position:absolute;
	width: 600px;
	top:20px;
	left:50%;
	margin-left:-300px;
}


.footer_m {background: url(images/footer_b_mitte.png)  0 0 repeat-x; margin-left:30px; margin-right:30px}
.footer_r {background: url(images/footer_b_rechts.png) 100% 0 no-repeat;}
.footer_l {background: url(images/footer_b_links.png) 0 0 no-repeat;}


.header_m {background: url(images/header_b_mitte.png)  0 100% repeat-x; margin-left:57px; margin-right:10px}
.header_r {background: url(images/header_b_rechts.png) 100% 100% no-repeat;}
.header_l {background: url(images/header_b_links.png) 0 100% no-repeat;}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.footer a:link, .footer a:visited {
	color: #004F00;
	text-decoration: none;
}

.footer a:hover {
	color: #000066;
	text-decoration: underline overline;
}


.header {
	font-size: 24px;
	font-variant: small-caps;
	color: #004F00;
	letter-spacing: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 40px;
	padding-bottom: 10px;
}

.header strong {
	font-size: 30px;
	font-variant: normal;
	font-weight: normal;	
}

.header img {
	float: left;
	border: 0px;
	margin-top: -30px;
}


div#termine{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	background-color: #FEF2C6;
	background-image:url(images/verlauf4.png);
	background-position: top left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #990000;
	border-left-color: #990000;
	margin: 0px;
	background-repeat: repeat-y;
	border-right-style: solid;
	border-left-style: solid;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: normal;
	text-align: center;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #990000;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004F00;
	background-image:url(images/verlauf1.png);
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #004F00;
	border-left-color: #004F00;
	margin: 0px;
	background-repeat: repeat-x;
	border-right-style: solid;
	border-left-style: solid;
	padding-top: 9px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-weight: normal;
}

img {
	border: 1px solid #000066;
}	

td#aktuell img {
	border: 1px solid #000000;
	margin: 10px;
}
img#ohnerahmen, td#aktuell img#ohnerahmen {
	border: 0px;
}
table {
	border-top-color: #004F00;
	border-bottom-color: #004F00;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-style: solid;
}

tr#termine1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	background-color:#FBDD62;
	background-image:url(images/verlauf2.png);
	color: #990000;
	font-size: 16px;
	background-repeat: repeat-x;
	background-position: 0 100%;
	border-bottom-color: #990000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
tr#termine2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	background-color:#FEF2C6;
	background-image:url(images/verlauf3.png);
	color: #000000;
	font-size: 14px;
	background-repeat: repeat-x;
	background-position: bottom left;
}

tr#termine3 {
	background-color:#FFFFEC;
}

div#HengstLayer {
	background-color:#FEF2C6;
	background-image:url(images/verlauf3.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

tr#aktuell1 {
	text-align: left;
	background-color: #000099;
	color: #FFCC00;
	font-weight: bold;
	font-size: 16px;

}
tr#aktuell2 {
	text-align: justify;
	color: #000000;
	background-color: #FDF1D7;
	font-size: 14px;
	font-weight: normal;
}
td {
	line-height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

td#termine4 {
	line-height: 8px;
	border-bottom-color: #990000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	
}

td#aktuell {
	padding: 8px;
	line-height: 20px;

}
a:link, a:visited{
	font-weight: bold;
	text-decoration: underline;
	color: #004F00;
}

a:hover {
	font-weight: bold;
	color: #000066;
	text-decoration: underline overline;
}
input.Feld { background-color:#000099;  border:6px solid #000099; }
