#gehaltsrechner label {
  width:250px;
  float:left;
  height:30px;
}

#gehaltsrechner a img {
border:0px;
}

.tooltip span{
display:none;
}

.tooltip:hover
{
background:none;
}

.tooltip:hover span{
display:block;
width:300px;
height:auto;
padding:5px;
position:absolute;
border:1px solid black;
background-color:white;
color:black;
z-index:99;
margin-left:-140px;
}

* html .tooltip:hover span{
display:block;
width:300px;
height:auto;
padding:5px;
position:absolute;
border:1px solid black;
background-color:white;
color:black;
z-index:0;
margin-top:17px;
margin-left:-310px;
}

*+html .tooltip:hover span{
display:block;
width:300px;
height:auto;
padding:5px;
position:absolute;
border:1px solid black;
background-color:white;
color:black;
z-index:0;
margin-top:17px;
margin-left:-310px;
}

#gehaltsrechner input  {
width:150px;
font-size:10px;
border:1px solid #CCCCCC;
}

#gehaltsrechner select, #gehaltsrechner option{
width:152px;
font-size:10px;
border:1px solid #CCCCCC;
}

fieldset{
background-color:white;
border:1px solid:black;
padding:10px;
}

#gehaltsrechner legend{
font-weight:bold;
}

#gehaltsrechner br{
clear:both;
}

#gehaltsrechner .check{
width:10px;
height:10px;
}
