html, body
{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.95em;
text-align: center;
margin: 0;
padding: 0pt;
color : #000000;
background-color:#ffffff;
/*background-image: url(Hintergrund.jpg); */
}

a:link { color: #689131; }
a:visited { color: #689131; }
a:hover, a:active {color: #fff; background-color: #689131; }

h1
{
font-weight: bold;
font-size: 130%;
color: #689131;
margin: 10px 0 10px 0;
}

h2
{
font-weight: bold;
font-size: 110%;
color: #000;
margin: 10px 0 10px 0;
}

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: auto;
margin:auto;
margin-top: 10px; 
width: 810px;
height: 100%;
text-align: left;
padding: 0 0 0 0;
border: 1px solid #444;
background-position: 0 30px;
background-image: url(welt.gif); 
border: 1px solid #999;
}

#header
{
position: relative;
background-color: #A6C083;
text-align: center;
padding: 0 0 0 0;
font-size: 80%;
}


#header h1
{
text-align: right;
color: #fff;
}

#headerprint{
display:none;
}


#links
{
float: left;
width: 200px;
overflow:hidden; 
}

#logo
{
height: 144px;
background-image: url(logo.gif);
background-repeat: no-repeat;
background-position: 0 0;
position: relative;
}


#menu
{
/*margin-left: 5px;*/
margin-top: 25px;
float: left;
width: 200px;
height: 100%;
} 

#infobox
{
float: left;
background-color:#fff;
border: 1px solid #CCC;
width: 180px;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#menu li 
{border-bottom: 1px solid #D6D6D6;
}

#menu li a
{
color: #000;
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 3px solid #000;
background-color: #A6C083;
text-decoration: none;
border-bottom: 1px solid #ccc;
}

#menu li a:hover
{
color: #fff;
border-left: 3px solid #dddddd;
background-color: #000;
}

#menu li .menu_current a, #menu li .menu_current a:link { 
background-color: #689131;
color: #fff;
}

#menu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
line-height: 120%;
}

#menu ul ul {
font-size: 80%;
color: White;
font-weight: normal;
padding-left: 10pt;
list-style-type: circle;
}

#menu ul ul li a
{
color: #000;
background-color: #fff;
}
	
#menu ul ul ul {
font-size: 80%;
font-weight: normal;
padding-left: 20pt;
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;
}

#footer
{
overflow: auto;
margin: 0 auto 10pt auto; /* top right bottom left  */
width:810px;
text-align: center;
padding: 0 0 0 0;
background-color: #A6C083;
border-left: 1px solid #999;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
font-size: 80%;
}


#leiste
{
clear: both;
text-align: center;
font-size: 75%;
color: #aaa;
}

