html, body
{
font-family: Georgia, Times New Roman, Times, serif;
/*font-family: font-family: Arial, Verdana, Helvetica, sans-serif;*/
font-size:  0.95em;
text-align: center;
margin: 0;
padding: 0px;
color: #000; 
background-color:#fff; 
background-image: url(hintergrund.jpg);
line-height: 1.1;
}

a:link { color: #990000; }
a:visited { color: #181953; }
a:hover, a:active { color: #BC5250;}


h1 { color: #000; font-size: 160%; margin: 20px 0px 10px 0px; }
h2 { color: #000; font-size: 110%; margin: 10px 0px 5px 0px; }
h3 { color: #000; font-size: 100%; font-weight: bold; margin: 8px 0px 0px 0px; }

#container
{
overflow: auto;
margin:auto;
margin-top: 0px; 
width: 800px;
height: 100%;
text-align: left;
padding: 0 0 0 0;
background-color:#fff;
/*border: 1px solid #000;*/
background-position: top left; 
background-repeat: no-repeat;
min-height: 500px;
height: 100%; 
}

#header
{
height: 258px;
width : 800px;
background-color:#990000;
background-image: url(header.jpg);
background-repeat: no-repeat;
background-position: 0 0;
position: relative;
}


/*dunkelrot 990000 */  
/*hellrot BC5250 */ 


#menu { float: left; background-position: top; background-repeat: no-repeat; width: 155px;
margin: 15px 5px 0 5px; /* top right bottom left */ overflow:hidden; } 
#menu li { border-bottom: 1px solid #fff; }
#menu li a { border-bottom: 1px solid #713D1A; /*background-color: #181953;*/ color: #000; line-height: 20px; display: block; 
			 padding: 4px 5px 4px 5px; text-decoration: none; border-right: 4px solid #BC5250;}
#menu ul { margin-left: 0; padding-left: 0; list-style-type: none; line-height: 120%; }
#menu ul li a { /*background-color: #181953;*/ list-style-type: none; };
#menu ul ul { list-style-type: none; }
#menu ul ul li a {color: #000; list-style-type: none; line-height: 17px; padding-left: 20px; margin-right: 5px; font-size: 90%; border-right: 4px solid #990000;};
#menu ul ul ul { font-size: 70%; font-weight: normal; padding-left: 20px; list-style-type: disc; font-size: 95%; }	
#menu li a:hover { color: #fff; background-color: #990000; border-right: 4px solid #BC5250;}
#menu li .menu_current a, #menu li .menu_current a:link { background-color: #ccc; color: #990000; }

#contents { 
float: right;
overflow: hidden;
margin: 5px 5px 5px 0px; /* top right bottom left */
width:590px;
padding: 10px 10px 10px 10px;
line-height: 125%;
min-height: 350px;
}

#contents ul { 
list-style-type:cirle;
 }

#contents ul ul { 
list-style-type:cirle;
 }


#unten {
background-color: #BC5250;
}


#footer { 
float: center; 
padding: 0px; 
font-size: 80%; 
overflow: auto;
margin:auto;
margin-bottom: 10px; 
width: 800px;
height: 18px;
text-align: center;
padding: 0 0 0 0;
color: #000;
background-color: #ccc;
}

#leiste
{
clear: both;
text-align: center;
font-size: 75%;
color: #898989;
}