/* Allgemein */

* {
margin:0px;
}

td {
font-size:11px;
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;
}

/* Menu */

#menu1 a {
width:120px; 
height:60px; 
display:table-cell;
display:block;
background: url("image/menu-1.gif") 0px 0px no-repeat; 
}

#menu1 a:hover {
background-position: 0px -60px;
}

#menu2 a {
width:120px; 
height:60px; 
display:table-cell;
display:block;
background: url("image/menu-1.gif") 0px -60px no-repeat; 
}

#menu3 a {
width:120px; 
height:60px; 
display:table-cell;
display:block;
background: url("image/menu-2.gif") 0px 0px no-repeat; 
}

#menu3 a:hover {
background-position: 0px -60px;
}

#menu4 a {
width:120px; 
height:60px; 
display:table-cell;
display:block;
background: url("image/menu-2.gif") 0px -60px no-repeat; 
}

#menu5 a {
width:120px; 
height:60px; 
display:table-cell;
display:block;
background: url("image/menu-3.gif") 0px 0px no-repeat; 
}

#menu5 a:hover {
background-position: 0px -60px;
}

#menu6 a {
width:120px; 
height:60px; 
display:table-cell;
display:block;
background: url("image/menu-3.gif") 0px -60px no-repeat; 
}

#menu7 a {
width:120px; 
height:60px; 
display:table-cell;
display:block;
background: url("image/menu-4.gif") 0px 0px no-repeat; 
}

#menu7 a:hover {
background-position: 0px -60px;
}

#menu8 a {
width:120px; 
height:60px; 
display:table-cell;
display:block;
background: url("image/menu-4.gif") 0px -60px no-repeat; 
}

#menu9 a {
width:120px; 
height:60px; 
display:table-cell;
display:block;
background: url("image/menu-5.gif") 0px 0px no-repeat; 
}

#menu9 a:hover {
background-position: 0px -60px;
}

#menu10 a {
width:120px; 
height:60px; 
display:table-cell;
display:block;
background: url("image/menu-5.gif") 0px -60px no-repeat; 
}

#menu11 a {
width:120px; 
height:60px; 
display:table-cell;
display:block;
background: url("image/menu-6.gif") 0px 0px no-repeat; 
}

#menu11 a:hover {
background-position: 0px -60px;
}

#menu12 a {
width:120px; 
height:60px; 
display:table-cell;
display:block;
background: url("image/menu-6.gif") 0px -60px no-repeat; 
}

/* Box */

h1 {
padding-left:10px;
background-color:#2f5095;
line-height:22px;
font-size:11px;
color:#ffffff;
font-family: verdana, arial, sans-serif;
font-weight:normal;
}

/* Tooltips */

a.tooltip{
position:relative;
z-index:24; 
color:#003399;
text-decoration:none;
}

a.tooltip:hover{
z-index:25; 
}

a.tooltip span {
display: none;
}

a.tooltip:hover span {
display:block;
position:absolute;
top:20px; left:0px; width:190px;
background-image:url(image/produkt-hintergrund.png);
background-position:0px 0px;
background-repeat:repeat-y;
color:#003399;
text-align:left;
}