/*
Standard CSS Definitionen fuer Body-Elemente
*/
#hintergrund { position:absolute; top:20px; left:20;}
/*
Tooltip Styling CSS - kann variiert werden.
*/
#tooltip_wrapper{ background: url(../images/tooltip_rahmen2.png) no-repeat;display:none; position:absolute;padding:10px 20px 3px 12px; z-index:999; color: #000000;font-weight:bold; width:197px;height:107px; font-size: 15px; font-family:arial;}
.produkt_tooltip div{display:none; color: #F03; border: 1px solid #DDD; margin-top: 10px}
.produkt_tooltip div p {padding: 6px;}

/*
Laufband CSS Styling fuer Hintergrund und hoehe der einzelnen Elemente
*/
.band {margin-left:6px;}
.band ul li{line-height:0px; height: 100px;}
.band ul li a{display:block; border:0px;}
.band ul li a img{display:block; border:0px; margin-top:0px;  height:100px; width:200px; margin-right:30px;}
