*{
	margin:0;
	padding:0;
	overflow-x: hidden;
	overflow-y: hidden;
}


html,body, {
	width:100%;
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	border:0px solid #eee;
	list-style:none;;
	
}


#MENUE_HEAD {
	position:relative;
	height:25px;
	width:936px;
	visibility:visible;
	background-image:url(pix/layout/maincontent/cinemotion_rot.png);
	background-repeat:no-repeat;
	z-index:2;
}
	

#SEARCH_HEAD {
	position:relative;
	height:108px;
	width:935px;
	background-image:url(pix/layout/maincontent/cinemotion_head_transparent.png);
	z-index: 4;
}


body {
	font-family:Arial;
	font-size:10px;
	background-color:#000;
}

#bg {
	position:absolute;
	width:100%;
	height:100%;
	z-index: 1;
	
}
#bg img {
	min-height:100%;
  	height:auto !important;
  	height:100%;
	min-width:100%;
  	width:auto !important;
  	width:100%;
	margin:0 auto;
	display:block;	
}
/*
#bg img {
	position:absolute;
	width:100%;
	margin:0 auto;
	display:block;
}*/

#content {
	position: absolute;
	width: 936px;
	height: 100%;
	left: 50%;
	margin-left: -468px;  /* Um die Hälfte der Breite nach links schieben */
	z-index: 2;
	/*background-color:#FFFFFF;*/
	/*top: 50%;*/
	/*margin-top: -250px;*/   /* Um die Hälfte der Höhe nach oben schieben */
	/*border:1px solid #FF0000;*/

}

#KINOAUSWAHL {
	position:relative;
	height:140px;
	width:300px;
	left:320px;
	top:100px;
	z-index:4;
}
			
/* >>>>  MAIN-TEMPLATE */
	

#MAINCONTENT {
	position:relative;
	height:300px;
	overflow:visible;
	width:935px;
	background-image:url(pix/layout/maincontent/cinemotion_willkommen.png);
	z-index:1;
	top:0px;
	left:0px;
	/*left:0px;
	top: 0px;*/
}
