/* themenspezifische Formate */


#container {
background: #000 url(../../bilder/house/content_bg.jpg) no-repeat;
}

#descr_bg, #dates_bg { background: #bf701b; }
#content_descr, #descr_bg { 
position: absolute;
top: 240px;
left: 240px;
width: 300px;
height: 365px;
overflow: hidden;
border: solid #bf701b;
border-width: 1px 1px 0 1px;
}

#content_dates, #dates_bg { 
position: absolute;
top: 150px;
left: 620px;
width: 300px;
height: 475px;
overflow: hidden;
border: solid #bf701b;
border-width: 1px 1px 0 1px;
}


#hms_logo { 
float: right;
width: 150px;
height: 74px;
margin: 8px;
background: transparent url(../../bilder/house/logo.gif) no-repeat;
}
#hms_logo span { 
display: none
}
#content_descr h4 { 
padding: 10px 0;
}

#content_dates h4 { 
padding-bottom: 10px;
}
dt { 
margin-left: 10px;
font-weight: bolder;
font-style: normal;
}
dd { 
margin-left: 20px;
font-size: 90%;
color: #fff;
}

#logo_hintergrund {
display: block;
}