.s10{
  font-family: Verdana;
  font-size: 10px;
  text-decoration: none;
  color: #000000;
}
.s10b{
  font-family: Verdana;
  font-size: 10px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
.s11{
  font-family: Verdana;
  font-size: 11px;
  text-decoration: none;
  color: #000000;
}
.s11b{
  font-family: Verdana;
  font-size: 11px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
.s12 {
  font-family: Verdana;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
}
.s12b{
  font-family: Verdana;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
.navs11{
  font-family: Verdana;
  font-size: 11px;
  text-decoration: none;
  color: #000000;
}
.navs11:HOVER{
  font-family: Verdana;
  font-size: 11px;
  text-decoration: none;
  color: #009933;
  background-color: #DBDBDB;
}
.nav12bw{
  font-family: Verdana;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
.nav12bw:HOVER{
  font-family: Verdana;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  background-color: #DBDBDB;
}
.nav12bs{
  font-family: Verdana;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
.nav12bs:HOVER{
  font-family: Verdana;
  font-size: 12px;
  text-decoration: none;
  color: #009933;
  font-weight: bold;
}

a.link {
display:block;
width:100%;
padding:2px;
margin:0px 0px;
text-align:left;
text-decoration:none;
}
hr{
  color: #DDDDDD;
  height: 1px;
}
select {
  font-family: Verdana;
  font-size: 11px;
  text-decoration: none;
  color: #000000;
  padding: 5px;
}
/* Tooltip*/
a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    padding: 5px;
    border:1px solid #ccc;
    background-color:#eee; color:#000;
    text-align: left}

/* Tooltip ENDE */
.mul, mli{
 margin:   	  	0;
 padding:   	  	0;
 list-style-type:   	none;
 width:190px;

 text-align:   	  	center;