html, body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
text-align: center;
margin: 0;
padding: 0px;
color : #000000;
background-color:#ccc; /*#8EB3E8; hellblau*/
}

a:link { color: #000096; }
a:visited { color: #0000aa; }
a:hover, a:active {color: #fff; background-color: #000096; }

h1
{
font-weight: bold;
font-size: 130%;
margin: 10px 0 2px 0;
}

h2
{
font-weight: bold;
font-size: 120%;
margin: 10px 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
font-size: 110%;
font-weight: bold;
margin-top: 10px;
}

   
#top
{
overflow: auto;
margin:auto;
width: auto;
height: 100%;
text-align: center;
padding: 0 0 0 0;
font-size: 80%;
}


#container
{
overflow:hidden;
margin:auto;
width: 980px/*95%*/;
height: 100%;
text-align: left;
margin: 10px 10px 10px 10px;
background-image: url(hintergrund-sand.jpg); 
border: 1px solid #999 1px solid #999 1px solid #999 1px solid #999;
}


#header
{
height: 225px;
background-image: url(header.jpg);
background-repeat: no-repeat;
background-position: 0 0;
position: relative;
}

#header h1
{
text-align: right;
color: #fff;
}

#links
{
float: left;
width: 182px;
overflow:hidden; 
}

#menu
{
/*margin-left: 5px;*/
float: left;
width: 165px;
height: 100%;
} 

#infobox
{
float: left;
background-color:#fff;
border: 1px solid #CCC;
width: 180px;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#menu h1 {
text-align: center;
}

#menu ul  
{visibility:hidden;
}

#menu ul ul li 
{visibility:visible;
border-bottom: 1px solid #D6D6D6;
}

#menu ul ul li a
{
color: #fff;
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 3px solid #000;
background-color: #8EB3E8;
text-decoration: none;
border-bottom: 1px solid #8EB3E8;
}

#menu li a:hover
{
color: #ccc;
border-left: 3px solid #dddddd;
background-color: #111;
color: #fff;
}

#menu ul
{
font-size: 0.01em;
margin-left: 0;
padding-left: 0;
list-style-type: none;
line-height: 120%;
}

#menu ul ul {
font-size: 12px;
font-weight: normal;
padding-left: 10px;
color: White;
list-style-type: none;
}

#menu ul ul ul {
font-weight: normal;
padding-left: 20px;
list-style-type: none;
}

#contents { 
/*overflow:hidden;*/
float: right;
margin: 10px 50px 50px 30px; /* top right bottom left  */
line-height: 125%;
}

#footer
{
overflow: auto;
margin:auto;
margin-bottom: 10px; 
width: auto;
height: 100%;
text-align: center;
padding: 0 0 0 0;
font-size: 80%;
}

#leiste
{
clear: both;
text-align: center;
font-size: 75%;
color: #aaa;
}
