html, body {
	background-color:#000000;
	background-image:url(http://www.onetaker.de/media/hintergrund.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;  
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;;

}


/* ----------container zentriert das layout-------------- */


#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

/* ----------banner for logo-------------- */
#header {
	margin: 0;
	padding: 0;
	height:40px;
	
}



/* -----------------Inhalt--------------------- */

#demovideo {
	position:absolute;
	height:500px;
	width: 950px;
	margin-left: 30px;
	margin-top: 70px;
	background-color: #000000;
	z-index: 100;

}


#video_header{
	float: left;
	width: 49%;
	height:32px;
	filter:Shadow(color=#c0c0c0,Strength=5 direction=135);
	text-align:center;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	background-color: #FFFFFF;
	border-left:10px solid #CC071E;
	border-bottom:10px solid #CC071E;
	padding-top: 8px;
	background-image:url(http://www.onetaker.de/media/navi_bg.png);
}
#video_header a{
	font-size: 18px;
	font-weight: bold;
	text-decoration:none; 
	letter-spacing: 0.1px;
	color: white; 
	text-shadow: black 0.1em 0.1em 0.2em;
}

#video_header2 {
	float: left;
	height:40px;
	width: 49%;
	background-color: #FFF8FA;
	text-align:center;
	border-left:10px solid #CC071E;
	border-bottom:10px solid #CC071E;
	background-image:url(http://www.onetaker.de/media/navi_bg.png);
}

#video_content {
	float: left;
	width: 49%;
	min-height:540px;
	margin: 0;
	border-left:10px solid #CC071E;
	border-right:10px solid #CC071E;
	background-color: #FFF8FA;
}

#video_content2 {
	float: left;
	width: 49%;
	
	height: auto;
	padding-top: 70px;

min-height: 100%; /* Mindesthöhe für moderne Browser */
height:auto !important; /* Important Regel für moderne Browser */
height:100%; /* Mindesthöhe für den IE */
min-height:470px;



	background-color: #000000;
	background-image:url(http://www.onetaker.de/media/hintergrund2.png);
	

}


#video_navi {
	float: left;
	height:40px;
	width: 49%;
	background-color: #FFF8FA;
	border-left:10px solid #CC071E;
	border-right:10px solid #CC071E;
	

	

}

#video_navi2 {
	float: left;
	height:30px;
	width: 49%;
	background-color: #BFC4C7;
	border-top:10px solid #CC071E;
	text-align:center;
	background-image:url(http://www.onetaker.de/media/navi_bg.png);
	

}

#video_navi2 a{
	font-size: 18px;
	font-weight: bold;
	text-decoration:none; 
	letter-spacing: 0.8px;
	/*text-shadow: #c0c0c0 3px 3px 5px;*/
	color: white; 
	text-shadow: black 0.1em 0.1em 0.2em;
}

#text{
	margin-left: 8px;
	margin-right: 8px;
	text-align: justify;

}



/* -----------footer--------------------------- */


#footer_powered {
	width: 100%;
	text-align:center;
}


ul, li {
	margin: 0;
	margin-top: 2px;
	margin-left: 20px;	
	padding: 0;
	list-style-type: disc;
	
	}
	

#galerie li{
	list-style-type: none;
	float: left;	
	margin: 5px 10px 10px 5px;
	text-align: center;
	font-weight: bold;
	position: relative;
}

#galerie a{
	color:#FFFfff;

}

#galerie img{
	width: 210px;
	height: 156px;
	display: block;
	padding: 2px;
	border: 0px solid #8B0000;
} 

#immovideo{
	width: 450px;
	height: 270px;
	margin-top: 370px;
	margin-left: 25px;
	border: 0px solid #8B0000;
} 

#galerie a .gross{
	display: none;
}

#galerie a:hover .gross{
	width: 220px;
	height: 163px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 1;
	background: #fff;
}

/*--Spezialangaben für den Internet Explorer 7--*/
*+html #galerie a:hover { z-index: 1;}
*+html #galerie li{position: static;}
*+html #galerie a {position: relative;}

/*--Spezialangaben für den Internet Explorer 6--*/
*html #galerie a:hover {display: block; z-index: 1;}
*html #galerie li{position: static;}
*html #galerie a {position: relative;} 




a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #993366;
	text-align: left;
	margin:0;
        padding:0;
	
}
form {
	margin: 0;
}

.banner, .search_box {
	height: 80px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
}





