html, body
{
font-family:  Arial, Helvetica, sans-serif;
font-size: 0.95em;
text-align: center;
margin: 0;
padding: 0;
color: #333333; 
background-color:#FFCC33; 
}

a:link { color: #545454; }
a:visited { color: #000; }
a:hover, a:active { color: #fff; background-color: #545454; }

h1 { font-size: 120%; color: #FF9900; margin: 10px 0px 5px 0px; }
h2 { font-size: 100%; color: #FF9900; margin: 10px 0px 5px 0px; }
h2 a { text-decoration: none; }
h3 { font-size: 100%; color: #000255; font-weight: bold; margin: 8px 0px 0px 0px; }

#container
{
overflow: auto;
margin:auto;
margin-top: 10px; 
width: 775px;
height: 100%;
text-align: left;
padding: 0 0 0 0;
background-color:#ffffff; 
border: 1px solid #444;
background-position: top left; 
background-repeat: no-repeat;
}

#header
{
height: 150px;
width : 775px;
background-color:#fff;
background-image: url(header.jpg);
background-repeat: no-repeat;
background-position: 0 0;
position: relative;
}

#header h1
{
font-size: 15px;
text-align: right;
color: #fff;
margin: 0;
padding: 0;
}


#menu
{
float: left;
background-position: top;
background-repeat: no-repeat;
width: 155px;
margin: 28px 5px 5px 5px; /* top right bottom left */
overflow:hidden; 
} 

#menu h1 { text-align: center;}
#menu li {border-bottom: 1px solid #D6D6D6; }

#menu li a
{
line-height: 20px;
color: #fff;
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 3px solid #FF9900;
border-right: 3px solid #FF9900;
background-color: #545454;
text-decoration: none;
border-bottom: 1px solid #ddd;
}

#menu li a:hover { background-color: #FF9900; color: #fff; }
#menu li .menu_current a, #menu li .menu_current a:link { background-color: #FFCC33; color: #000; }

#menu ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
line-height: 120%;
}

#menu ul ul {
color: White;
font-weight: normal;
padding-left: 10px;
padding-right: 10px;
list-style-type: none;
}


#menu ul ul li a {
line-height: 17px;
background-color: #dfdfdf;
}
	
#menu ul ul ul {
font-size: 80%;
font-weight: normal;
padding-left: 20px;
list-style-type: disc;
font-size: 95%;
}	

#contents { 
float: right;
overflow: hidden;
margin: 28px 5px 5px 0px; /* top right bottom left */
width:565px;
padding: 10px 10px 10px 10px;
line-height: 125%;
min-height: 350px;
}

#contents ul { 
list-style-type:circle;
 }

#contents ul ul { 
list-style-type:circle;
 }

#footer { 

width: 775px;
height: 100%;
padding: 0 0 0 0;
margin:auto;
margin-bottom: 10px; 
overflow: auto;
font-size: 80%; 
background-color: #545454;
color: #fff;
border-right: 1px solid #444;
border-left: 1px solid #444;
border-bottom: 1px solid #444;
text-align: center;
}

#leiste
{
width: 775px; 
clear: both;
text-align: center;
font-size: 75%;
color: #898989;
}
