body{
  height:100%;
  margin:0;
  padding:0;
  text-align:center;
  background-color:#dfdfdf;
  font-family:Verdana;
}

#container{
  
  width:850px;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  position:relative;
}

#header{
  width:850px;
  height:120px;
  background-image:url(../images/header.gif);
}

#navi{
  width:850px;
  height:30px;
  background-image:url(../images/navi_bg.gif);
  position:relative;
}

#navi_aufbau{
  list-style-type:none;
  margin:0;
  display:inline;
}
#navi_aufbau li{
  display:inline;
  margin:0;
  position:relative;
}

#btn_home{
  margin:0;
  width:81px;
  height:30px;
  background-image:url(../images/home.gif);
  display:block;
  float:left;
}
#btn_home:hover{background-image:url(../images/home_o.gif);}

#btn_about{
  width:95px;
  height:30px;
  background-image:url(../images/about.gif);
  display:block;
  float:left;
}
#btn_about:hover{background-image:url(../images/about_o.gif);}

#btn_projekte{
  width:85px;
  height:30px;
  background-image:url(../images/projekte.gif);
  display:block;
  float:left;
}
#btn_projekte:hover{background-image:url(../images/projekte_o.gif);}

#btn_bilder{
  width:67px;
  height:30px;
  background-image:url(../images/bilder.gif);
  display:block;
  float:left;
}
#btn_bilder:hover{background-image:url(../images/bilder_o.gif);}

#btn_kontakt{
  width:101px;
  height:30px;
  background-image:url(../images/kontakt.gif);
  display:block;
  float:left;
}
#btn_kontakt:hover{background-image:url(../images/kontakt_o.gif);}

#content{
  width:850px;
  min-height:400px;
  height:auto !important;  /* für moderne Browser */
  height:400px;
  background-color:#fff;
  padding-left:0;
  position:relative;  
}

#footer{
  width:850px;
  height:50px;
  background-image:url(../images/footer.gif);
  clear:both;
}

h1{
  font-size:14px;
  margin:0;
}

#news_bilder{
  width: 641px;
  height: 168px;
  margin-bottom:10px;
  margin-left:20px;
  
}

.pic_mitte{
  margin:0 6px 0 6px;
}

#news_text{
  font-size:11px;
  color:#000;
  width:641px;
  margin-left:20px;
}

#fliesstext{
  font-size:10px;
  color:#000;
}

p{
  margin:0;
}

#news_box{
  width:168px;
  
  background-color:#6e6f71;
  position:absolute;
  right: 10px;
  top:10px;
}

#box_headline{
  color:#fff;
  font-size:12px;
  margin-left:5px;
  line-height:25px;
}

#aktive_news{
  background-color:#bababa;
  width:157px;
  margin-left:5px;
  margin-bottom:5px;
}

#aktiv_headline{
  font-size:12px;
  text-decoration:underline;
}

#aktiv_text{
  font-size:10px;
  
}

.inaktive_news{
  width:157px;
  margin-left:5px;
  margin-bottom:5px;
}
.inaktiv_headline{
  font-size:12px;
  text-decoration:underline;
  color:#fff;
}
.inaktiv_text{
  font-size:10px;
  color:#fff;
}

.bildProjekt{
  width:100px;
  height:100px;
  margin-left:20px;
  margin-right:10px;
  background-color:#c0c0c0;
  float:left;
}
.textProjekt{
  width: 541px;
}

.projekthead{
  font-size:11px;
}
.projektbody{
  font-size:10px;
}

.projektLink{
  font-size:10px;
  color:#000;
}

.galeriefliestext{
  font-size:10px;
}
