body{
background-color:#6EE2F8;
text-align:center;
}
#website{
width:980px;
margin:0 auto;
}
#header{
width:980px;
height:150px;
background:#00869F;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
#header h1 {
padding-top:50px;
font-size:60px;
font-weight:bold;
color:whitesmoke;
font-family:georgia;
text-align:left;

}
#main{
width:980px;
}
#menue{
float:left;
width:200px;
height: 620px;
background:#697679;
margin-top:10px;
margin-bottom:10px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
text-align:left;
}
#inhalt{
float:right;
width:770px;
height: 620px;
background:#B0BCBE;
margin-top:10px;
margin-bottom:10px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
overflow:auto
}
#inhalt h1 {
color:black;
font-family:georgia;
font-size:30px;
font-weight:bold;
}
#inhalt h2{
color:black;
font-family:georgia;
font-size:25px;
text-align:left;
margin-left:4em;
line-height: 1.5;
}
#inhalt h3{
color:black;
font-family:georgia;
font-size:25px;
text-align:center;
}
#inhalt h4 {
color:black;
font-family:georgia;
font-size:20px;
text-align:left;
margin-left:1em;
}
#footer{
width:980px;
height:95px;
background:#00869F;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
margin-top:20px;
clear:both;
}
#bilder {
float:right;
width:770px;
height: 620px;
background:lightgray;
overflow:auto
}

#bilder img {
height:150px;
margin-left: 1em;
margin-right: 1em;
margin-top: 1em;
margin-bottom: 1em;
}
.menue {
color:whitesmoke;
text-decoration:none;
font-size:35px;
font-family:georgia;
padding:3px;
border-radius:5px;
}
.menue:hover {
letter-spacing:1px;
background:#00869F;
}
.footer {
color:whitesmoke;
text-decoration:none;
font-family:georgia;
font-size:15px;
}
.links_allgemein {
text-decoration:none;
color:black;
}

