
/* schema div  */

#divSchema {
position: absolute; 
left: 710px; 
top: 0px;  
padding: 0px; 
margin: 0px;
}


/************************************************************************************/
/* Wohnungsspiegel Tabelle */


tbody {
width: 100%;
background-color: #AFB1B2;
margin: 0px;
padding: 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #EFEFEF;
border: 1px solid #BCCEE8;
}

tbody td {
padding: 0 7px 0 7px;
}

/* grau: background-color: #9C9E9F; */
tbody tr:hover { color: #fff; background-color: #8C9BA6; cursor: pointer; } 


thead {
height: 30px;
background-color: #38617A;	
text-align: left;
text-indent: 8px;
margin: 0px;
padding: 0px;
}

thead th {
font-size: 14px;
font-weight: bold;
color: #fff;
}

tfoot {
height: 20px;
background-color: #8E9091;	

}

tfoot th {
font-size: 10px;
color: #D9DADB;
font-weight: normal;
text-align: right;
padding-right: 15px;
}

.trInhalt { 
color: #fff; 
background-color: #FAFAFC; 
 } 

.ultra {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #555555;
}


.backbutton {
margin-top: 15px;
}











/* plan links  */
.plan { font-weight: bold; }
a.plan {color: #38617A; text-decoration: none;}
a.plan:hover {color: #fff; text-decoration: none; background-color: #447AA1;}






