/* themenspezifische Formate */


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

#hifi_logo {
margin: 0;
padding: 0;
width: 348px;
height: 81px;
margin-bottom: 8px;
background: transparent url(../../bilder/hifi/logo.gif) no-repeat;
}
#hifi_logo span { 
display: none;
}

#descr_bg, #dates_bg { background: #6f162a; }
#content_descr, #descr_bg { 
position: absolute;
top: 300px;
left: 215px;
width: 348px;
height: 355px;
overflow: hidden;
border: solid #d71a68;
border-width: 1px 1px 0 1px;
}

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

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