/* themenspezifische Formate */

h1, #kalenderContainer { display: none; }

#logo_hintergrund { display: block; }

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

#club_bg { background: #3f0804; }
#content_club, #club_bg { 
position: absolute;
top: 250px;
left: 700px;
width: 250px;
height: 360px;
overflow: hidden;
border: solid #71342b;
border-width: 1px 1px 0 1px;
}

#buero_bg { background: #3f0804; }
#content_buero, #buero_bg { 
position: absolute;
top: 250px;
left: 400px;
width: 250px;
height: 360px;
overflow: hidden;
border: solid #71342b;
border-width: 1px 1px 0 1px;
}

#gm_bg { background: #3f0804; }
#content_gm, #gm_bg { 
position: absolute;
top: 250px;
left: 30px;
width: 320px;
height: 360px;
overflow: hidden;
border: solid #71342b;
border-width: 1px 1px 0 1px;
}
#content_gm h2 { padding-bottom: 5px; }


#fahrinfobox span.label {
display:block;
float:left;
padding-top:2px;
padding-right: 5px; 
width:35px;
text-align: right;
}
#fahrinfobox label {
margin-left: 0;
font-size: 11px;
font-weight: normal;
}
#fahrinfobox label:after { content: ''; }
#fahrinfobox fieldset .row {
display:block;
margin-bottom:5px;
width:220px;
}
#fahrinfobox form .fields_date {
padding-left:3px;
width:45px;
margin-right: 10px;
}
#fahrinfobox form input#von, #fahrinfobox form input#nach, #fahrinfobox form input#am, #fahrinfobox form input#um {
background-color: #3f0804; border: 1px solid #71342b; color:#FFEF9F;
}
#fahrinfobox form .img_submit { float: left; margin-right: 10px; margin-left: 18px; }


.hidden { display: none; }



