/* grundlegende Seiteneinstellungen*/
body {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  background-color: #0088ff;
  margin:5%;
}

h1,h2,h3 {
  font-family: "Times New Roman", "Trebuchet MS", Georgia, serif;
  font-weight:normal;
  color:#667553;
}

h1 {
  font-size: 250%;
  margin-bottom:1.5em;
}

h2 {
  font-size: 200%;
  margin-bottom:1em;
}

h3 {
  font-size: 150%;
  margin-bottom:1em;
}



#navigation {
position:absolute;
top:130px;
left:10px;
height:80px;
width:700px;
}

#navigation ul{
  list-style:none;
  position:absolute;
  left:0px;
  }

#navigation li{
  float:left;
  background-color: #aaaaaa;
  font-size: 115%;
  list-style:none;
  }

#navigation a{
  display:block;
  padding:10px 30px 10px;
  text-decoration:none;
 }

#navigation a:link{
color:black;
}

#navigation a:visited{
color:black;
}

#navigation a:hover{
color:black;
background-color: #bbbbbb;
}

#navigation a:active{
color:blue;
}


#navigation li.hier a{
color:green;
background-color: #ffffff;
}

#oben {
position:absolute;
top:10px;
height:100px;
width:200px;
left:10px;
align:center;
/* background-image:url(Pictures/andWohnLogo5.gif); */
background-repeat:no-repeat;
background-size: 180px
}

#blabla {
background-color: #ffffff;
position:absolute;
top:170px;
left:10px;
/*#height:100px;*/
/*#width:95%;*/
line-height:2;
padding:40px 45px 10px;
}

#unten {
  font-size: 80%;
position:relative;
  }

#oben2 {
position:absolute;
top:50px;
height:100px;
width:250px;
left:280px;
align:center;
}
