html, body
{
font-family: Georgia, "Times New Roman", Times, serif;
/*font-family: font-family: Arial, Verdana, Helvetica, sans-serif;*/
/* neu */
font-size:  0.9em;
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: 140%; margin: 20px 0px 10px 0px; }
h2 { color: #000; font-size: 120%; margin: 10px 0px 5px 0px; }
h3 { color: #000; font-size: 120%; 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%;
background-image: url(hintergrund-wasserzeichen.jpg);
}

#header
{
height: 240px;
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: 195px;
margin: -20px 5px 0 -35px; /* top right bottom left */ overflow:hidden;} 
#menu ul { visibility: hidden; }
#menu ul li a { border-bottom: 1px solid #713D1A; /*background-color: #181953;*/ color: #000; line-height: 20px; display: block; 
			 padding: 4px 5px 5px 5px; text-decoration: none; border-right: 4px solid #BC5250;}
#menu ul ul { visibility: visible; margin-left: 0; padding-left: 0; list-style-type: none; line-height: 120%; }
#menu ul ul li a { /*background-color: #181953;*/ list-style-type: none; }
#menu ul ul ul { list-style-type: none; }
#menu ul ul ul li a {color: #555555; 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 ul { font-size: 70%; font-weight: normal; padding-left: 20px; list-style-type: disc; font-size: 95%; }	
#menu ul li a:hover { color: #fff; background-color: #990000; border-right: 4px solid #BC5250;}
#menu ul li .menu_current a, #menu li .menu_current a:link { background-color: #ccc; color: #990000; }

#search { margin-left: 38px;} 

#anschrift { font-size: 80%; color: #333;} 

#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;
}

#unten {
}


#footer { 
padding: 0px; 
font-size: 80%; 
overflow: auto;
margin:auto;
margin-bottom: 10px; 
width: 800px;
height: 28px;
text-align: center;
padding: 0 0 0 0;
color: #000;
background-color: #ccc;
}

