/* themenspezifische Formate */

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

#dieBilder_bg { background: #3f0804; }
#dieBilder, #dieBilder_bg { 
position: absolute;
left: 250px;
top: 150px;
width: 650px;
height: 50px;
overflow: hidden;
border: 1px solid #71342b;
}
#dieBilder h2 { 
font-variant: small-caps;
font-size: 26px;
text-align: center;
margin-top: 5px;
}

#content_1_bg, #content_2_bg { background: #3f0804; }
#content_1, #content_2, #content_1_bg, #content_2_bg { 
position: absolute;
top: 225px;
left: 600px;
width: 300px;
height: 450px;
overflow: hidden;
border: solid #71342b;
border-width: 1px 1px 0 1px;
}
#content_1, #content_1_bg { left: 250px; }

#content_1 h2, #content_2 h2 {
font-variant: small-caps;
font-size: 20px;
}
#content_1 p, #content_2 p {
font-variant: small-caps;
font-weight: bold;
font-size: 18px;
padding-top: 10px;
}

.vorschau { padding: 2px 5px 8px 13px; }

#logo_hintergrund { display: block; }
