html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0pt;
	background-color:#171717;
	
	margin:0;
	padding:0;
}
#Seite {
	margin-top:1em;
	text-align:center;
}
#Seite1 {
	width:1138px; /* breite Kopfbild + ( 2 * padding gbg3 ) + ( 2 * padding seite_main ) */
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#999;
}
/* Grauer Hintergrund auf 3 Bilder geteilt und in 3 div's gepackt. passt sich dadurch der groesse des inhaltes an */
#gbg1 { /* BG mittlerer Bereich */
	background-image:url(bg2.jpg);
	background-repeat:repeat-x;
}
#gbg2  /* BG oben */{
	background-image:url(bg1.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#gbg3 { /* BG unten */
	background-image:url(bg3.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding:25px 50px; /* damit man den bereich auch sieht */
}
#seite_main {
	background-color:#fff;
	padding:10px;
}
#head {
	position:relative;
	height:201px;
	z-index:100;
}
#head a { position: absolute; bottom: 0px; }
#head_btn1 { left:0px; }
#head_btn2 { left:166px; }
#head_btn3 { left:335px; }
#head_btn4 { left:504px; }
#head_btn5 { left:673px; }
#head_btn6 { right:0px; }
#main {
	position:relative;
	height:550px;
}
#main img {
	position:absolute;
}
#img_home1 {
	top:-1px;
	left:0px;
}
#img_home2 {
	bottom:40px;
	right:0px;
}
#img_facebook {
	top:515px;
	right:0px;
}
#movie {
	position:absolute;
	left:174px;
	top:10px;
	z-index:1;
}
#n_head {
	font-family: Arial, Helvetica, fantasy;
	font-size: 20pt;
	font-weight:bold;
	position:absolute;
	left:500px;
	top:20px;
}

#unten {
	font-size:8pt;
	background-color:#171717;
	color:#666666;
	text-align:center;
}
#unten_l {
	font-size:8pt;
	background-color:#171717;
	color:#171717;
	text-align:left;
}
#overlay {
	background: url("overlay.jpg") repeat scroll 0 0 ;
    	height: 100%;
    	left: 0;
    	opacity: 0.95;
	filter:alpha(opacity=95);
    	position: fixed;
    	top: 0;
    	width: 100%;
	z-index:200;
	display:none;
}
#Bildcont {
	left: 0;
    	position: absolute;
	text-align:center;
    	top: 50px;
    	width: 100%;
    	z-index: 210;
	display:none;
}
#big_back {
    	position: absolute;
}
#big {
    	position: relative;
	top:5px;
	left:5px;
	height:650px;
	width:650px;
}
#bb_close {
	left: -134px;
    	position: relative;
    	top: 49px;
}
#bb_close:hover {
	cursor:pointer;
}






