body {
font: 77% Verdana,Tahoma,Arial,sans-serif;
background-image: url("SN_Lucht.jpg");
background-size: cover;
background-attachment: fixed;
}

#head {
margin-left: 10%;
margin-right: 10%;
height: 200px;
background-image: url("header.jpg");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

#head h1 {
color: #6BADFF;
padding-left: 50px;
}

#head h2 {
color: #6BFF7C;
padding-left: 100px;
}

#head h3 {
color: #E5FF6B;
padding-left: 150px;
}

#menu {
clear: left;
float: left;
margin-left: 10%;
width: 120px;
height: 800px;

}

#menu a {
padding-top: 5px;
display: block;
height: 20px;
text-align: center;
color: #000000;
font-weight: bold;
text-decoration: none;
}

#menu a.top:hover {
background: #DB7093;
}

#menu a.middle:hover {
background: #FFFF00;
}

#menu a.bottom:hover {
background: #9ACD32;
}

#menu a:visited {
color: #000000;
}

#extra {
clear: right;
float: right;
margin-right: 10%;
width: 120px;
height: 800px;
}

#extra a.top {
display: block;
background: #DB7093;
height: 20px;
text-align: center;
font-weight: bold;
color: #505050;
text-decoration: none;
}

#extra a.middle {
display: block;
background: #FFFF00;
height: 20px;
text-align: center;
font-weight: bold;
color: #505050;
text-decoration: none;
}

#extra a.bottom {
display: block;
background: #9ACD32;
height: 20px;
text-align: center;
font-weight: bold;
color: #505050;
text-decoration: none;
}

#extra p {
padding-left: 5px;
padding-right: 5px;
}

#content {
margin-left: 15%;
margin-right: 15%;
height: 1000px;
overflow: auto;
background: #F8F8FF;
background-size: 80%;
background-attachment: fixed;
}

#content p {
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#content p3 {
padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#content h1 {
color: #228B22;
text-align: center;
}

#content h2 {
color: #228B22;
text-align: center;
margin-top: 0;
margin-bottom: 0;
}

#content h4 {
color: #228B22;
padding-left: 10px;
text-align: left;
margin-top: 0;
margin-bottom: 0;
}

#content h3 {
color: #228B22;
text-align: center;
margin-top: 0;
margin-bottom: 0;
}

#content h5 {
color: #228B22;
text-align: center;
margin-top: 0;
margin-bottom: 0;
}

#content h6 {
text-align: center;
margin-top: 0;
margin-bottom: 0;
}

#content hr {
display: block;
width: 50%;
height: 2px;
border: 0;
background #ccc;
margin: 1em 0;
padding: 0;
}

#foot {
margin-left: 130px;
margin-right: 130px;
}

#foot p {
padding-left: 10px;
padding-right: 10px;
text-align: center;
text-color: #228B22;
text:small;
}

