
* {/* Globaler Reset */
	margin:0;
	padding:0;
	text-decoration:none;
	font-size: 1em; /*don't edit */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
html {
		font-size: 62.5%; /* don't edit */
	}
	
body {
	font-size: 1em; /* global font-size: 1em = 10px */
	line-height:1.9em;
	background: #999999;
	background-image:url(../bilder/hintergrund.gif);
	background-repeat:repeat-x;
	margin: 0 auto;
}

/*******************************************
* MAIN POSITIONING
********************************************/

div.seite { 
	margin: 0 auto;
	width:900px;

	}
	
div#logo {
	padding:0 0 0 0;
	}
div#titel {
height:75px;
background-color:#666666;
text-align:right;

}

	
	
	
/*******************************************
* Menu
********************************************/

div#menu1 {
height:25px;
background-color:#666666;
/*border-bottom:1px solid #999999;*/

}


div#service {
text-align:right;
height:25px;
	}
/*******************************************
* Inahlt
********************************************/
	
div#content {
height:600px;
background-color:#666666;

	}

#content_film {padding-top:32px;}

div.content_service {
	padding:30px 260px;
	background-color:#999999;
	height:445px;
	}

/*  2 Spaltig  */
div.content_linkespalte {
	padding:30px 30px;
	background-color:#999999;
	width:390px;
	height:445px;
	float:left;
	}

div.content_rechtespalte {
	padding:30px 30px 30px 0px;
	background-color:#999999;
	height:445px;
	margin-left:450px;
	}

/* 3 Spaltig */
.content_3sp1, 
.content_3sp2, 
.content_3sp3 {padding:20px 60px}




#inhalt {
   height: 494px; /* das hier für den ie */
	background-color:#FFFFFF;
}
/* folgende anweisung wird nicht vom ie interpretiert */
#inhalt[id] {
    height:auto;
    min-height:494px;
}




#footer {
}

	
/*******************************************
* CLEANER
********************************************/

	
	.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0;
	padding:0;
	background:transparent;
	}
	


	