/*
Standard CSS Definitionen fuer Body-Elemente
*/
#hintergrund { position:relative; width:1000px; height:255px; background-color:#f03; background: url("../images/laufband_bg.jpg") no-repeat; }
#overlay { position:absolute; top:0; left:0; width:452px; height:255px;z-index:4; background: url("../images/laufband-text.gif") no-repeat; }

/*
Tooltip Styling CSS - kann variiert werden.
*/
#tooltip_wrapper{ background: url("../images/tooltip_rahmen.png") no-repeat;display:none; position:absolute; z-index: 999;padding:15px 20px 3px 12px;  color: #59554B;font-weight:bold; width:197px;height:107px; font-size: 17px; font-family:arial;}
.produkt_tooltip div{display:none; color: #F03; border: 1px solid #DDD; margin-top: 20px}
.produkt_tooltip div p {padding: 6px;}

/*
Laufband CSS Styling fuer Hintergrund und hoehe der einzelnen Elemente
*/
.band {margin-left: 350px;  }
.band ul li{line-height:0px; height: 89px;}
.band ul li a{display:block; border:0px;}
.band ul li a img{display:block; border:0px; margin-top:8px;  height:70px; margin-right:30px;}