
body {background-color: blue;}
h1, h2, h3 {font-family:verdana, sans-serif; font-weight: normal; margin-top: 0;}
h1 {font-size: xx-large; padding: 9px;}
h2 {font-size: x-large; }
h3, h4, h5, h6 {font-size: large; padding: 0;}

ul {list-style-type: none; padding-top: 9pt; line-height: 1.8}
li {font-family:verdana, sans-serif; font-size: small; color: #000; }
li:hover {color: #000;}
p {font-family:verdana, sans-serif; font-size: small; color: #000; padding: 0;}


a {color: black; border: 3px; text-decoration: none;}
a:hover {font-weight: bolder; border-color: white;}

td {  border-color: transparent; background: transparent; text-align: center;}

/* css stylesheet erstellt von Felix Oekentorp */

#wrap {
width: 90%
margin-left: 30% ;
text-align: center;
}

#header {
float: left;
width: 99%;
height: 80px;
text-align: left;
background-color: #ADD8E6;
padding: 0;
img:hover: height=55px, width=55px;
}

#navi {
float: left;
width: 99%;
height: 60px;
text-align: left; 
background-color: #87CEEB;
}

#sidebar {
float: left;
width: 21%;
height: 750px;
text-align: left;
background-color: #87CEEB;
}


#content {
float: left;
width: 76%;
height: 750px;
text-align: left;
padding-left: 1%;
padding-right: 1%;
background-color: #ADD8E6;
overflow-y:auto;
}

#content a {color: black; border: 3px; text-decoration: underline;}

#footer {
float: left;
width: 99%;
height: 35px;
text-align: left;
background-color: #ADD8E6;
}
