@charset "utf-8";
/* CSS Document */

body {
background-color:#44754b;
	font-family: Verdana, Times New Roman, Times;
	font-size: 10pt;
	color: #000000;
}

/* - Sonstiges - */
.rot {
	color: #c00418;
	font-weight: bold;
	font-size: 12pt;
}

.img {
	padding-right:5px;
	padding-bottom:5px;
	}

#index {
   height: auto;
   left: 50%;
   margin-left: -490px;
   position: absolute;
   width: 980px;
   margin-top:-8px;
}

#content 
{
	position:absolute;
	font-family: Verdana, Times New Roman, Times;
	font-size: 10pt;
	color: #000000;
	left:250px;
	top:250px;
	width:660px;
	height:90%;
	padding-right:10px;
	overflow:auto;
}

#menue 
{
	position:absolute;
	font-family: Verdana, Times New Roman, Times;
	font-size: 12pt;
	font-weight:bold;
	color: #000000;
	left:55px;
	top:250px;
	width:735px;
	height:26px;
	line-height:27px;
}

/* - Hyperlink Deklarierung -  */
A:active {
font-family: Verdana, Times New Roman, Times;
font-size: 10pt;
color: #376e19; 
TEXT-DECORATION: none;
}

A:link {
font-family: Verdana, Times New Roman, Times;
font-size: 10pt;
color: #376e19; 
TEXT-DECORATION: none;
}

A:visited {
font-family: Verdana, Times New Roman, Times;
font-size: 10pt;
color: #376e19;
TEXT-DECORATION: none;
}

A {
font-family: Verdana, Times New Roman, Times;
font-size: 10pt;
color: #376e19; 
TEXT-DECORATION: none;
}

A:hover {
font-family: Verdana, Times New Roman, Times;
font-size: 10pt;
color: #000000;
TEXT-DECORATION:none;
}
/* - Hyperlink Deklarierung ENDE -  */

/* - Hyperlink Deklarierung rechts -  */
A.menue:active {
font-family: Verdana, Times New Roman, Times;
font-size: 12pt;
color: #000000; 
TEXT-DECORATION: none;
}

A.menue:link {
font-family: Verdana, Times New Roman, Times;
font-size: 12pt;
color: #000000; 
TEXT-DECORATION: none;
}

A.menue:visited {
font-family: Verdana, Times New Roman, Times;
font-size: 12pt;
color: #000000;
TEXT-DECORATION: none;
}
A.menue {
font-family: Verdana, Times New Roman, Times;
font-size: 12pt;
color: #000000; 
TEXT-DECORATION: none;
}

A.menue:hover {
font-family: Verdana, Times New Roman, Times;
font-size: 12pt;
color:#44754b;
TEXT-DECORATION: none;
}
/* - Hyperlink Deklarierung ENDE -  */


/* - h1 bis h4 -  */
h1{
margin-bottom:10px;
border-bottom:solid thin #44754b;
font-weight: bold;
font-family: Verdana, Times New Roman, Times;
font-size: 16px;
color:#44754b;
width:665px;
height:19px;

}

h2{
margin: 0px;
padding: 0px;
font-weight:bold;
font-size:12px;
color:#FFFFFF;
background:url(images/h2.jpg);
width:182px;
height:19px;
}

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 -  */
