	  
body { 
background-color : #edecec; 
font-size : 13px; 
font-family : Arial, Helvetica, sans-serif; 
color : #20221c; 
padding : 0; 
margin : 0; 
} 

/*
h1 {
font-size: 16px;
text-transform:uppercase;     lowercase = Kleinschreibung, uppercase = Großschreibung, capitalize = Großschreibung erster Buchstabe
background-color: #20221C;
padding:5px 15px;
margin:0px }*/

h4 {
font-size:13px;
font-weight: bold;
text-align: center;
color:#787E67;
padding: 5px 10px;
margin:0px;}

h2 {
font-size:16px;
font-weight: bold;
text-align: left;
color:#244e25;
padding: 10px 0px;
margin:0px;}

h3 {
font-size:18px;
font-weight: bold;
text-align: left;
color:#B20017;
padding: 15px 0px;
margin: 0px 10px;}




.down { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 16px; font-weight: normal; font-variant: normal; color: #1a311a}

.gruen { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 16px; font-weight: bold; font-variant: normal; color: #10aa4b}


/*Vertikale Navigation links*/
div#menu-vert
{
	float: left;
	width: 158px;
	/*padding-top: 120px; Menueabstand nach oben*/
	/*background: #C50E00;  Farbe Menue*/
	margin-bottom: 0px;
}



ul#navi-vert, ul#navi-vert li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#navi-vert
{
	margin-left: 0px;
	width: 158px;
}

ul#navi-vert li
{
	float: left;
	margin-left: 0px;
	text-align: left;
}

ul#navi-vert a
{
	float: left;
	width: 12.2em; /*Breite des Hoverbalken*/
	padding: 3px 0px 3px 0px; /*oben, rechts, unten, links*/
	/*background: #ECAB50; Farbe Menuepunkte in Navi*/
	text-decoration: none;
	font-weight: normal;
	color: #244e25;
}

ul#navi-vert a:hover
{
	background: #D5DED9;
	color: #244e25;
}

ul#navi-vert li.activelink a,ul#navi-vert li.activelink a:hover
{
	background: #0fa74b;
	color: #FFFFFF;
}

/*Menue-Rahmen oben*/
.oben { border-top:1px solid #ffffff }
.unten { border-bottom:1px solid #ffffff }
.links { border-left:1px solid #ffffff }




/*ARTbyte Links in Navigation*/
.art {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #c5c4c4; text-decoration: none; font-weight: normal; line-height: 22px}/*der ist f&uuml;r den Netscape*/
a:link.art {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #c5c4c4; text-decoration: none; font-weight: normal; line-height: 22px}
a:visited.art {font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #c5c4c4; text-decoration: none; font-weight: normal; line-height: 22px}
a:hover.art {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #475346; text-decoration: none; font-weight: normal; line-height: 22px}
a:active.art {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #c5c4c4; font-weight : normal; text-decoration : none;line-height :22px;}

/*Links im Hauptfenster*/

.haupt {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #244E25; text-decoration: none; font-weight: bold; line-height: 22px}/*der ist f&uuml;r den Netscape*/
a:link.haupt {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #244E25; text-decoration: none; font-weight: bold; line-height: 22px}
a:visited.haupt {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #244E25; text-decoration: none; font-weight: bold; line-height: 22px}
a:hover.haupt {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #0FA74B; text-decoration: none; font-weight: bold; line-height: 22px}
a:active.haupt {font-family: Arial, Verdana, Helvetica, sans-serif; font-size : 12px; color : #244E25; font-weight : bold; text-decoration : none;line-height :22px;}

