html, body
{
font-family:  Arial, Helvetica, sans-serif;
font-size: 0.95em;
text-align: center;
margin: 0;
background-image: url(Hintergrund-oben.jpg); 
background-repeat:repeat-x;
padding: 0px;
color: #333333; 
}

a:link { color: #646567; }
a:visited { color: #000; }
a:hover, a:active { color: #fff; background-color: #646567;}

h1 { font-size: 130%; color: #000; /*#FF9900;*/ margin: 10px 0px 5px 0px; }
h2 { font-size: 110%; color: #646567; margin: 10px 0px 5px 0px; }
h3 { font-size: 100%; color: #000255; font-weight: bold; margin: 8px 0px 0px 0px;;
}

#top
{
float: center;
width : 100%;
background-color: #646567;
border-bottom: 5px solid #FF9900;
height: 15px;
text-align: center;
padding: 0 0 0 0;
}


#container
{
overflow: auto;
margin:auto;
width: 775px;
height: 100%;
text-align: left;
padding: 0 0 0 0;
background-color:#ffffff; 
/*border-bottom: 5px solid #FF9900;
border-top: 5px solid #FF9900;*/
border-left: 1px solid #000;
border-right: 1px solid #000;
background-position: top left; 
background-repeat: no-repeat;
background-image: url(hintergrund.jpg);
}

#header
{
height: 150px;
width : 775px;
background-color:#fff;
background-image: url(header.jpg);
background-repeat: no-repeat;
background-position: 0 0;
/*border-top: 5px solid #FFF;*/
/*border-bottom: 5px solid #FF9900;*/
position: relative;
}

#header h1
{
padding-left: 10px;
}

#header h2
{
padding-left: 10px;
font-size: 110%;
font-weight: normal;

}

#menu { float: left; background-position: top; background-repeat: no-repeat; width: 150px; margin:20px 5px 5px 10px; /* top right bottom left */ } 
#menu li { border-top: 1px solid #646567; }
#menu li a { line-height: 20px; color: #000; display: block; padding: 5px 5px 5px 0.5em; text-decoration: none; }
#menu li a:hover { background-color: #FF9900; color: #000; }
#menu li .menu_current a, #menu li .menu_current a:link { font-weight: bold; }
#menu ul { margin-left: 0; padding-left: 0; list-style-type: none; line-height: 120%; }
#menu ul ul { font-size: 90%; font-weight: normal; padding-left: 10px; list-style-type: none; }
#menu ul ul li a { line-height: 17px; background-color: #eee; }
#menu ul ul ul { font-size: 80%; font-weight: normal; padding-left: 20px; list-style-type: none;}	

#contents { 
float: right;
overflow: hidden;
margin: 18px 5px 5px 0px; /* top right bottom left */
width:565px;
/*width:527px;*/
padding: 10px 10px 10px 10px;
/*border: 1px solid #ccc;*/
/*background-image: url(Hintergrund_Pergament.jpg);*/
line-height: 125%;
/*background-color:#ddd;*/
min-height: 350px;
}

#contents ul { 
list-style-type:circle;
 }

#contents ul ul { 
list-style-type:circle;
 }

#contents p {  }
.blogentry { border-bottom: 1px solid #C5C877; }
.imagefloat { float: right; }


#footer
{
float: center;
width : 100%;
background-color: #646567;
color: #fff;
padding: 0px;
font-size: 80%;
border-top: 5px solid #FF9900;
overflow: auto;
margin:auto;
margin-bottom: 10px; 
height: 100%;
text-align: center;
padding: 0 0 0 0;
}

#footer a { color: #fff; }

#leiste
{
clear: both;
text-align: center;
font-size: 75%;
color: #898989;
}

