/* Container, der das Menue der Inhaltsseite enthält - Baustellenfotos | Bautagesberichte | Zeichnungen */
#content_menue{
 padding:2px 2px;
 background-color:transparent;
 margin-left:0px;
 margin-top:5px;
 margin-right:0px;
 text-align:justify;
 border-bottom:1px solid #666;
 border-top:1px solid #666;
}
/* Container, der die Dati für die Baustellenfotos enthält */
#content_menue_datum{
 width:auto;
 padding:2px 2px;
/*  background-color:transparent;*/
 background-color:#E72E2E
 margin-left:0px;
 margin-top:0px;
 margin-right:0px;
 text-align:justify;
 border-bottom: 1px solid #666;
 font-size: 10px;
 font-color: #931D00;
}

span.datum_aktuell {
 background-color:#1650CE;
 color:#FFFFFF;
 width:150px;
 }

span.menue_aktuell {
 color:#1650CE;
 text-decoration:underline;
 }


#fotobox /* Darstellbereich großes Foto */
{
 width:600px;
 height:300px;
 /*margin:5 5 auto; */
 position:relative;
 top:10px;
}

ul#thumbnails
{
/* padding: 5 5 5 5; */
 margin:0;
 list-style:none;
 position: ablsolute;
}

ul#thumbnails li
{
 float:left;
 position:relative;
 top: 0px;
 left: 418px;
 }

ul#thumbnails li a
{
 height: 95px;
 width:127px;
 padding: 2px;
 display: inline;
 text-decoration:none;
}

ul#thumbnails li a img
{
 height: 95px;
 width: 127px;
 border: 1px solid #000000;
 background: #fff;
}

ul#thumbnails li a:hover { background: #9E9E86 }

ul#thumbnails li.close a:hover { background::#fff; }

#fotobox #gesamt {
  position: absolute;
  left: 0;
  top: 0;
  height:300px;
  width:auto;
  overflow:hidden;
  border: 1px solid #C0C0C0
}
#fotobox #gesamt div {
 width: 400px;
 height: 300px;
 padding:0;
 border: 1px solid #3366FF;
}
#fotobox #gesamt div img {
 display:block;
 margin:0 auto;
/*  border: 1px solid #FFFF66; */
}
