html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-size: 11px; 
 font-family: Arial;
 color: #631e2b;
 background: url(images/bg.png) repeat-x 0 0 #FFFFFF;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
} 

a:hover{
	text-decoration: underline;
}
 
#pagewidth{ 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative; 
	height:200px; 
	background-color:#330000; 
	width:100%;
	background-image: url(images/header.png);
}

a img {
	border: none;
} 
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:; 
 }
 
 #welcome_text{
 	padding: 40px 30px;
 }
 
 .content_box{
 	width: 290px;
 	height: 260px;
 	background-color: #f8edd4;
 	float: left;
 	margin-bottom: 10px;
 }
 
 .content_box h1{
 	background-color: #daa424;
 	font-size: 16px;
 	font-weight: bold;
 	color: #FFFFFF;
 	padding: 11px 0px 11px 15px;
 	margin: 0;
 }
 
 .content_box p{
	color: #631e2b;
	padding: 0px 14px;
 } 
 
 .content_box a{
	color: #dfa900;
	font-weight: bold;
	text-decoration: none;
	background: url(images/download_icon.png) no-repeat 60px 0;
	padding-right: 20px;

 } 

#box_2{
	margin-left: 15px;
	margin-right: 15px;
}

#box_2_reflection{
	margin:  0 15px;
}

.reflection{
	float: left;
}

#footer{
	float: left;
	color: #FFFFFF;
	background-color: #8e3847;
	width: 900px;
	padding: 8px 0 8px 0;
	text-align: center;
}

.footer_spacer{
	margin: 0 2px 0 3px;
}

/* Video-Box */
#video_box {
	width: 900px;
	height: 260px;
}

.video_thumb {
	margin: 10px 0 0 17px;
	float: left;
}

.video_thumb img {
	border: 1px solid #8e3847;
}

.video_thumb h2 {
	margin: 0;
	padding: 0;
	margin-top: 3px;
	font-size: 11px;
}

.video_thumb a {
	margin: 0;
	padding: 0;
	color: #8e3847;
}

#movie_archiv {
	background: none;
	font-weight: normal;
	float: right;
	margin-top: 10px;
}

#movie_archiv:hover {
	text-decoration: underline;
}

#imprint {
	width: 900px;
	text-align: center;
	height: 20px;
}

#imprint a {
	color: #8e3847;
}

 /* *** Float containers fix: */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


