body {
background-image:url(images/body_bg.jpg);
background-repeat:repeat-x;
background-position:center top;
background-color:#be9c9d;
color:#000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:17px;
margin:0;
padding:0;
}



/* START SEITEN-LAYOUT */

#aussen {
width:100%;
text-align:center;
}

#aussen_box {
width:995px;
margin:auto;
text-align:left;
background-image:url(images/aussen_bg.gif); /* DEFAULT: gif */
}

#head_box {
width:995px;
height:83px; /* DEFAULT: 372 */
background-image:url(images/head_bg.gif);
}

#main_box {
width:995px;
background-image:url(images/main_bg.gif); /* DEFAULT: jpg */
background-position:top;
background-repeat:no-repeat;
}

#content_box {
	width:740px; /* DEFAULT: 735 */
	float:right;
	margin-left:15px;
}

#foot_box {
width:995px;
height:104px; /* DEFAULT: 90 */
background-image:url(images/foot_bg.gif); /* DEFAULT: jpg */
text-align:left;
}

#foot_txt_2 {
position:relative;
top:35px; /* DEFAULT: 40 */
color:#7d4144;
margin-left:0px;
text-align:center;
}

#impressum_link {font-size:10px; color:#7d4144;}
#impressum_link:hover {color:#ffffff}


.union_box {
width:305px; 
float:left; 
margin:200px 0px 0px 80px;
}


h1 {
font-size:12px;
font-weight:bold;
margin:0px 0px 5px 0px;
}

.film_union {
width:305px;
border-bottom:1px solid #f1c3c0;
margin-bottom:15px;
}

.filmdaten_union {
width:170px;
margin-bottom:15px;
margin-right:15px;
margin-left:15px;
float:right;
}

.plakat_union {
width:81px;
border:1px solid #e43227;
margin-left:15px;
margin-bottom:15px;
float:left;
}

h1.union {
color: #e43227;
}




.provinz_box {
width:305px; 
float:left; 
margin:80px 0px 0px 0px;
position:relative;
left:55px;
}

.film_provinz {
width:305px;
border-bottom:1px solid #c4d2e1;
margin-bottom:15px;
}

.filmdaten_provinz {
width:170px;
margin-bottom:15px;
margin-right:15px;
margin-left:15px;
float:right;
}

.plakat_provinz {
width:81px;
border:1px solid #3285ab;
margin-left:15px;
margin-bottom:15px;
float:left;
}

h1.provinz {
color: #3285ab;
}






.mobil_box {
width:305px; 
float:left; 
margin:170px 0px 0px 0px;
position:relative;
left:55px;
}

.film_mobil {
width:305px;
margin-bottom:15px;
}

.filmdaten_mobil {
width:170px;
margin-bottom:15px;
margin-right:15px;
margin-left:15px;
float:right;
}

.plakat_mobil {
width:81px;
border:1px solid #239c69;
margin-left:15px;
margin-bottom:15px;
float:left;
}

h1.mobil {
color: #239c69;
}














/* ENDE SEITEN-LAYOUT */






/*************************************************************/

/* SONSTIGES CSS */
a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000; text-decoration:none;}
a:hover {color:#965d5f; text-decoration:none;}
a:active {color:#000000; text-decoration:none;}

/* Befehl,der dauer sorgt, dass Boxen-rahmen mit Float-Inhalten und variablen Höhen bis zur unteren Inhaltskante laufen.*/
.clear {clear:both; height:0px; line-height:0px; margin:0px; padding:0px; font-size:0px;}
/* Hack: alle ausser IE brauchen font-size>0 */
html>body .clear {font-size:1px;}