body, html {
  font-family: Arial;
  font-size: 12px;
  margin:0;
  padding:0;
  background: #283061;
  behavior:url("scripts/csshover.htc");
}
#schatten {
  width: 957px;	
  background: url(images/schatten.gif) no-repeat top right;
  margin: 0 auto;
}

/* schatten refernezprojekte komplett neu eingefügt */

#schatten_referenzprojekte {
  width: 957px;
  height: 660px;	
  background: url(images/schatten.gif) no-repeat top right;
  margin: 0 auto;
}


#seite {
  width: 951px;
  height: 579px;
  background: url(images/background.jpg) no-repeat;
  position: relative;
}
h1 {
  display: none;
}
#logo {
  border:0;
  position: absolute;
  right: 36px;
  top: 28px;
}

#menubg {
  position: absolute;
  width: 951px;
  top: 100px;
  left:0;
  background: #283061;
  height: 25px;
}
#dropmenu {
  position: absolute;
  margin:0;
  padding:0;
  /*padding-left: war 100px; zum zentrieren der Zeile auf 65 gesetzt */
  padding-left: 65px;  
  top: 100px;
  left:0;
  width: 851px;  /* 951 - 100 */
  height: 25px;
  z-index: 1000;
}
#dropmenu li {
  margin:0;
  padding:0;
  float: left;
  width: 155px;
  list-style-type: none;

}
#dropmenu li a {
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 17px;

}
#dropmenu li a.active {
  color: #A9A9A9;
}
#dropmenu li a:hover {
  color: #A9A9A9;
}
#dropmenu li ul {
  float: none;
  width: 155px;
  margin:0;
  margin-top: 3px;
  padding:0;
  padding-top: 4px;
  list-style-type: none;
  display:none;
  background: url(images/transparent.gif);
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/submenubg.png');
}
#dropmenu li ul[class]{
  background: url(images/submenubg.png);
}
#dropmenu li:hover ul{
  display: block;
}
#dropmenu ul li{
  float: none;
  margin:0;
  padding:0;
  padding: 1px 6px;
  width: 143px;
}
#dropmenu ul li a{
  font-size: 12px;
  text-decoration: none;
  color: black;
  font-weight: normal;
  padding:0;
  display: block;
  width: 143px;
}
#dropmenu ul li a.active{
  color: #283061;
  font-weight: bold;
}
#dropmenu ul li a.active:hover{
 color: #666699;
}
#dropmenu ul li a:hover{
  color: #ddd;
}
#bildeins {
  width: 405px;
  height: 248px;
  border: 4px solid #283061;
  border-top: none;
  position: absolute;
  left: 318px;		
  top: 102px;
}
#bildzwei {
  width: 405px;
  height: 225px;
  border: 4px solid #283061;
  border-top: none;
  border-bottom: none;
  position: absolute;
  left: 318px;
  top: 354px;
  background: url(images/homepic.jpg);
}

#kontaktdaten {
  position: absolute;
  left: 770px;
  top: 208px;
}
#kontaktdaten p{
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 15px 0;
  margin:0;
  line-height: 16px;
}

#planungsbereiche {
  width: 685px;         /* 720 - 35 */
  height: 250px;        /* 300 - 50 */
  background: #747071;
  position: absolute;
  left: 220px; 
  top: 220px;
  padding: 50px 10px 0 25px;
}
#planungsbereiche .bild {
  width: 294px;
  height: 200px;
  float: left;
}
#planungsbereiche h3 { /*überschrift der beschreibung der planungsbereiche */
  margin:0;
  padding:0;
  color: white;
  font-size: 12px;
  line-height: 22px;
  margin-left: 325px; 
}
#planungsbereiche ul {
  margin:0;
  padding:0;
  color: white;
  margin-left: 340px;
}
#planungsbereiche ul li{
  line-height: 16px;
}

#referenzobjekte {
  width: 951px;
 /* height: 399px; */
	height: 480px;
  background: #747071;
  position: absolute;
  left: 0px;
  top: 180px;
  z-index: 1;
}
#referenzobjekte div.padding {
  padding: 23px 0 0 25px;
}
#referenzobjekte #loadarea{
  width: 550px;
 /* height: 347px; */
	height: 440px;
  overflow: auto;
}
#referenzobjekte #tabelle {
  float: right;
  overflow: auto;
  width: 373px;
  /*height: 376px; */
	height: 480px;
}
#referenzobjekte table.thumb{
  margin:0;
  padding:0;
}
#referenzobjekte table.thumb td{
  margin:0;
  padding:2px;
}
#referenzobjekte{
  color: white;
}
#referenzobjekte .thumb img{
  width: 98px;
  height: 56px;
  border: none;
}
#referenzobjekte p {
  margin:0;
  padding:0;
  font-size: 11px;
  line-height: 16px;
  color: white;
}

#buerostruktur {
  width: 951px;      /* 951 - 25 */
  /*height: 370px;*/     /* 370 - 23 */
  background: #747071;
  position: absolute;
  left: 0px;
  top: 180px;
}
#buerostruktur div.padding {
  padding: 65px 100px;
}
#buerostruktur #left {
  float: left;
}
#buerostruktur #right {
  float: right;
}
#buerostruktur p.caption {
  color: white;
  margin:0;
  padding:0;
  padding-top: 5px;
  font-size: 12px;
}
#buerostruktur .slidepic{
  position: relative;
  left:0;
  top:0;
}
#buerostruktur span.caption{
  position: absolute;
  margin-top: 200px;
  margin-left: -285px;
  color: white;
  font-size: 12px;
}
#kontakt {
  width: 951px;
  height: 399px;
  background: #747071;
  position: absolute;
  left: 0px;
  top: 180px;

}
#kontakt .padding{
  padding: 25px 10px 0 25px
}
#kontakt .bild {
  width: 460px;
  height: 360px;
  float: left;
  border:0;
}
#kontakt h3 {
  margin:0;
  padding:0;
  color: white;
  font-size: 12px;
  line-height: 22px;
  margin-left: 491px;
}
#kontakt ul {
  margin:0;
  padding:0;
  color: white;
  margin-left: 506px;
}
#kontakt ul li{
  line-height: 16px;
}

.clear {
  clear:both;
}