/*Anordnung der navigationsleiste oben */
.nav{
  	width: 99%;
   margin-top:0px;
   text-align:center;
}
.nav a{
   margin:0px;
   margin-right:0px;
   padding:5px;
   line-height:20px;
  	float:left;
   width:160px;
   display:block;
   text-decoration:none;
}
.nav img{ max-width:150px;}

.nav hr{margin:0px;}

/*-- Content --*/
.content{
  position:absolute;
  top:150px;
  height:80%;
  overflow:auto;
}
/* horizontale Zentrierung einer site */
.main_box{width:1199px;position:absolute; left:50%; margin-left:-600px; height:99%;}
/* seiteninterne suchmaschine (Suchfeld) */
.f_suchen{float:right;margin-right:80px;margin-top:6px;}

