
/************************************************************************************/
/* Wohnungsspiegel Tabelle */


#tblWhgListe tbody {
width: 100%;
background-color: #EBEBEC;
margin: 0px;
padding: 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
}

#tblWhgListe tbody td {
padding: 2px 10px 2px 10px;  
}

/* grau: background-color: #9C9E9F; */
#tblWhgListe tbody tr:hover { color: #fff; background-color: #b1b3b4; cursor: pointer; } 


#tblWhgListe thead {
text-align: left;
margin: 0px;
padding: 0px;
}

#tblWhgListe thead th {
background-color:#646567;
padding: 4px 5px;
color: #FFF;
font-size: 11px;
font-weight: normal;
}

#tblWhgListe tfoot {
height: 20px;
background-color: #838383;	
text-align: right;
}

#tblWhgListe tfoot th {
font-size: 10px;
color: #D9DADB;
font-weight: normal;
padding-right: 10px;
}


#tblWhgListe .ultra {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #555555;
}

#tblWhgListe .theadSubTitle td {
height: 18px;
color: #D8D8D9;
background-color: #838383;	
text-align: right;
}


#tblWhgListe .tdSubTitle {
padding-top:0.5em;

}






