body{
  background:#FFFFFF url('../img/inc_bg.png') no-repeat center top;
}
#bg_top{
  width:100%;
  height:120px;
  background:url('../img/bg_top.png') center repeat-x;
  position:fixed;
  top:0px;
  z-index:4;
}
#bg_bottom{
  width:100%;
  height:80px;
  background:url('../img/bg_bottom.png') center repeat-x;
  position:fixed;
  bottom:0px;
  z-index:4;
}
#logo{
  width:400px;
  height:225px;
  background:url('../img/logo.png') no-repeat;
  position:fixed;
  top:-3px;
  left:50%;
  margin-left:-452px;
  z-index:4;
}

ul#navi{
  position:fixed;
  top:-10px;
  left:50%;
  margin-left:10px;
  list-style-type:none;
  z-index:4;
}
ul#navi li a{
  display:block;
  position:absolute;
  top:0px;
}
ul#navi li.ueber a{
  width:51px;
  height:160px;
  background:url('../img/navi_ueber.png') bottom no-repeat;
}
ul#navi li.ueber a:hover{
  top:10px;
}
ul#navi li.produkte a{
  left:40px;
  width:57px;
  height:190px;
  background:url('../img/navi_produkte.png') bottom no-repeat;
}
ul#navi li.produkte a:hover{
  top:10px;
}
ul#navi li.eindruecke a{
  left:90px;
  width:62px;
  height:195px;
  background:url('../img/navi_eindruecke.png') bottom no-repeat;
}
ul#navi li.eindruecke a:hover{
  top:10px;
}
ul#navi li.kontakt a{
  left:140px;
  width:50px;
  height:165px;
  background:url('../img/navi_kontakt.png') bottom no-repeat;
}
ul#navi li.kontakt a:hover{
  top:10px;
}
ul#navi_rechts{
  position:fixed;
  top:176px;
  left:50%;
  margin-left:273px;
  list-style-type:none;
  z-index:4;
}
ul#navi_rechts.x2{
  top:144px;
}
ul#navi_rechts li a{
  display:block;
  width:200px;
  height:30px;
  line-height:30px;
  font-weight:bold;
  text-align:center;
  border-top: 0px solid #e7e7e7;
  color:#000000;
  text-decoration:none;
  margin-bottom:1px;
}
ul#navi_rechts li a.x1{
  border:0px;
}
ul#navi_rechts li.x2 a{
  background:#e7e7e7;
}
ul#navi_rechts li a:hover{
  background:#F37B7B;
}


#right{
  width:200px;
  height:423px;
  background:url('../img/right1.jpg') no-repeat;
  position:fixed;
  top:266px;
  left:50%;
  margin-left:273px;
}

#inc{
  width:700px;
  height:400px;
  position:absolute;
  top:322px;
  left:50%;
  margin-left:-448px;
}
#inc_footer{
  width:700px;
  height:100px;
  padding:5px;
}


img.eindruecke{
  border:1px solid black;
  padding:15px 25px;
}

img.eindruecke:hover{
  background:#EFEFEF;
}

table#webhosting{
  float:left;
  width:200px;
  margin-left:30px;
  border:1px solid black;
}
table#webhosting.s{
  margin-left:15px;

}
table#webhosting.m{

}
table#webhosting.l{

}
table#webhosting th{
  padding:3px 0px;
  font-weight:bold;
  background:#efefef;
}
table#webhosting td{
  border-bottom:1px dotted black;
  padding:2px;
}
table#webhosting td.preis{
  border-bottom:0px;
  font-weight:bold;
}

table#eindruecke th{
  text-align:left;
  font-weight:bold;
  width:100px;
  vertical-align:top;
}