	  
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:#101A66;
padding: 10px 0px;
margin:0px;}

h3 {
font-size:18px;
font-weight: bold;
text-align: left;
color:#B20017;
padding: 15px 0px;
margin: 0px 10px;}

img
{
	border: 0px;
}

img.left
{
        float: left;
        margin: 7px 7px 0 0;
		
}

img.right
{
	clear: both;
        float: right;
        margin: 7px 7px 7px 7px;
}


.down { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 16px; font-weight: normal; font-variant: normal; color: #1a311a}

.blau { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 16px; font-weight: bold; font-variant: normal; color: #111A67}


/*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: 13.0em; /*Breite des Hoverbalken*/
	padding: 3px 0px 3px 0px; /*oben, rechts, unten, links*/
	/*background: #ECAB50; Farbe Menuepunkte in Navi*/
	text-decoration: none;
	font-weight: bold;
	color: #101A66;
}

ul#navi-vert a:hover
{
	background: #EDECEC;
	color: #B81614;
}

ul#navi-vert li.activelink a,ul#navi-vert li.activelink a:hover
{
	background: #EDECEC;
	color: #B81614;
}

/*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: #101A66; 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: #101A66; text-decoration: none; font-weight: bold; line-height: 22px}
a:visited.haupt {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #101A66; text-decoration: none; font-weight: bold; line-height: 22px}
a:hover.haupt {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #B81614; text-decoration: none; font-weight: bold; line-height: 22px}
a:active.haupt {font-family: Arial, Verdana, Helvetica, sans-serif; font-size : 12px; color : #101A66; font-weight : bold; text-decoration : none;line-height :22px;}

