html {height: 101%; background-color:#BABECF;}

*{
margin: 0;
padding: 0;
} 
#wrap_all{
margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    width: 100%;
    min-height: 100%;
    position: relative;
}
/*
div.header {
z-index:3;
width:95%;
max-width:87%;
position:fixed;
background-color:#BABECF;
}
*/

div.header{
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
}



#topnav {
z-index:2;
background: #003366;
font-family: Verdana;
font-size: 1em;
line-height: 1.5;
float: left;
padding:5px;
position:relative;
width:96%; /* whyever, works right now; bit of a mess really... */
} 

#topnav ul {
float: left;
width: 140px;
list-style-type: none;
margin-left:5px;
margin-right:5px;
} 

#topnav h3 {
font-size: 1em;
text-align: center;
color: #000;
border: 1px solid #003366; /*--erforderlich für IE 7--*/
background: #ff8000;
}

#topnav a {
text-decoration: none;
display: block;
border: 1px solid #ccc;
text-align: center;
background: #F0EFD0;
color: #003366;
}

#topnav a:hover {
color: #F0EFD0;
background: #003366;
} 

#topnav li {
position: relative;
}

#topnav ul ul {
position: absolute;
z-index: 2;
display: none;
} 

#topnav ul li:hover ul {
display: block;
} 

#topnav a.direkt:link {
font-size: 1em;
font-weight: bold;
text-align: center;
color: #000;
border: 1px solid #003366;
background: #F0EFD0;
}



#topnav a.direkt:hover {
color: #F0EFD0;
background: #003366;
border: 1px solid #ccc;
} 



div.inhalt {
    font-size: 1em;
    z-index:1;
    padding:1em;
    margin-top: 10px;
    background-color:#F0EFD0;
    border: 2px solid #003366;
    width: 95%;
    margin-left: 10px;
    margin-right: 10px;
    padding-right:0;
    
}

#inhalt p,h1 { margin-bottom:1em; }

#inhalt p { margin-top:1em;}

#inhalt p+p { margin-top:0;}

#inhalt h2 { margin-top:1em;}

#inhalt img { margin:5px;}



#inhalt a {text-decoration:none;}

#inhalt a:link {color: #3a4f73;}

#inhalt a:visited {color: #3a4f73;}

#inhalt a:hover {color: #27b9af; cursor: hand; text-decoration:underline;}

#inhalt a:active {color: #27b9af; text-decoration:underline;}







#inhalt ul,ol {
    list-style-position:inside;
    margin-top:1em;    
}



div.footer {
    position:fixed;
    border:0;
    background-color:#BABECF;
    text-align:center;
    bottom:0px;
    left:0px;
   /* width:100%; */
}