body {
background-color:#ffffff;
background:url(../images/01_01.jpg);
background-repeat:repeat-x;
}

.aktuelles {
	border-top: 1px solid #0099cc;
	border-bottom: 1px solid #0099cc;
	border-left: 1px solid #0099cc;
	border-right: 1px solid #0099cc;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	background-color:#FFFFFF;
	}

input,select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#009933;
	font-size:12px;
	font-weight:bold;
	background:#ffffff;
	border:none;
	border-top: 1px solid #0099cc;
	border-bottom: 1px solid #0099cc;
	border-left: 1px solid #0099cc;
	border-right: 1px solid #0099cc;
	margin:3px;
	}

.bildunterschriften {
font-size: 10px;
color: #000000;
}

/* - Error für Kontaktformular -  */
.error {
font-size: 110%;
color: #0477B8;
}

.errormini {
font-size: 90%;
font-weight: bold;
color: #FF0000;
}
/* - Error ENDE -  */

/* - Hyperlink Deklarierung -  */
A:active {
font-family: Verdana, Times New Roman, Times;
font-size: 11pt;
color: #000000; 
TEXT-DECORATION: underline;
}

A:link {
font-family: Verdana, Times New Roman, Times;
font-size: 11pt;
color: #000000; 
TEXT-DECORATION: underline;
}

A:visited {
font-family: Verdana, Times New Roman, Times;
font-size: 11pt;
color: #000000;
TEXT-DECORATION: underline;
}

A {
font-family: Verdana, Times New Roman, Times;
font-size: 11pt;
color: #000000; 
TEXT-DECORATION: underline;
}

A:hover {
font-family: Verdana, Times New Roman, Times;
font-size: 11pt;
color: #ff0000;
TEXT-DECORATION: none;
}
/* - Hyperlink Deklarierung ENDE -  */

/* - Hyperlink Deklarierung rechts -  */
A.bild:active {
color: #0099cc; 
}

A.bild:link {
color: #0099cc; 
}

A.bild:visited {
color: #0099cc;

}
A.bild {
color: #0099cc; 
}

A.bild:hover {
color:#009933;
}
/* - Hyperlink Deklarierung ENDE -  */

/* - DIV ID Boxen für Seite -  */
#index {
   height: auto;
   left: 50%;
   margin-left: -445px;
   position: absolute;
   width: 900px;
   margin-top:-8px;
}

#content 
{
	position:absolute;
	font-family: Verdana, Times New Roman, Times;
	font-size: 11pt;
	color: #000000;
	left:15px;
	top:290px;
	width:865px;
	height:auto;
	padding-right:10px;
	overflow:auto;
}
/* - DIV ID Boxen für Seite ENDE -  */

/* - h1 bis h4 -  */
h1{
margin-bottom:10px;
font-weight: bold;
font-family: Verdana, Times New Roman, Times;
font-size: 16px;
color:#000000;
width:865px;
height:19px;
border-bottom:#000000 thin solid;

}

h2{
margin: 0px;
padding: 0px;
font-weight:bold;
font-size:14px;
color:#000000;
border-bottom:thin #000000 solid;
}

h3{
margin: 0px;
padding: 0px;
background-color: #efe713;
font-weight: bold;
font-variant:small-caps;
font-size: 16px;
color:#000;
}

h4{
margin: 0px;
padding: 0px;
background-color: #18307a;
font-weight: bold;
font-variant:small-caps;
font-size: 16px;
color:#fff	;
}
/* - h1 bis h4 ENDE -  */
