#HausLeft img,#HausRight img{
 height:40px;
}
#HausLeft {
 float:left;
 width:calc(60% - 4px);
 height:auto;
 min-height:400px;
 margin:2px;
}
#HausRight {
 float:left;
 width:calc(40% - 4px);
 height:auto;
 min-height:400px;
 margin:2px;
}
#HausDiv {
 float:left;
 width:100%;
 height:calc(100% - 44px);
 min-height:496px;
 background-color:#444444;}
.HausCtrlDiv {
 text-align:left;
 display:none;
 height:calc(100% - 160px);
 margin-bottom:2px;
 background-color:#444444;
}
#HausCtrlTable, .HausCtrlDiv table{
 background-color:#444444;
 height:calc(100% - 162px);
 min-height:377px;
}
#TimeDiv {
 height:calc(100% - 60px);
}
.HausInfoDiv {
 display:none;
}
.HausInfoDiv table{
 width:50%;
 height:115px;
 overflow:hidden;
 margin-top:3px;
 background-color:#444444;
 float:left;
}
.HausInfoDiv a {
 font-size:12px;
 margin:5px;
 font-weight:normal;
}
.HausInfoDiv option {
 font-size:11px;
}
.HausInfoDiv select {
 width:100%;
}
.DisableDiv {
 position:absolute;
 display:none;
 background-color:#444444;
 opacity: 0.6;
 filter: alpha(opacity=60);
}
.InfoHeader a {
 margin:5px;
}

