/* margin (Rand) und padding (Auffüllung) */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
/*	background-image: url("../images/background.png"); */
    }
html {
	height: 100%;
}
.mainContent {
	padding: 0px;
    }
.back {
	position: absolute;
	width: 900px;
	height: 100%;	
	top: 0px;
	left: 50%;
	margin-left: -437px;
	background-color: #fff;
	}
.vorschau {
	position: relative;
	margin-top: 600px;
	width: 710px;
	height: 220px;
	float: left;
}
.navi {
	width: 710px;
	margin-left: 10px;
	font-size: 15px;
	font-family: 'Lusitana', serif;
	text-transform: uppercase;
	text-align: left;	
	position: relative;
	margin-top: 120px;
}
.strich {
	width: 700px;
	margin-left: 10px;
	height: 1px;
	background-color: #000;	
}
.black {
	width: 200px;
	height: 200px;
	background-color: #000;
	margin-left: 10px;
	float: left;
}
.black1 {
	width: 200px;
	height: 200px;
	background-color: #000;
	margin-left: 50px;
	float: right;
}
.black2 {
	width: 200px;
	height: 200px;
	background-color: #000;
	margin-left: 10px;
	float: left;
}
.logo {
	top: 150px;
	left: 50%;
    margin-left: -113px;	 
	width: 226px;
	height: 92px;
	z-index: 50;
	position: relative;
}
.logo1 {
	top: 1px;
    margin-left: 10px;	 
	width: 226px;
	height: 92px;
	z-index: 50;
	position: absolute;
	float: left;
}	
.video {
	position: absolute;	
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	
}
/* .main {
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	width: 500px;
	height: 100%;
	border-right: 1px dashed #000;
	border-left: 1px dashed #000;	
	top: 0px;
	left: 50%;
	margin-left: -261px;
	background-image: url("../images/");
	background-repeat: repeat-x;
	-webkit-box-shadow: 2px 2px 7px #000000;
  	-moz-box-shadow: 2px 2px 7px #000000;	
    } 
.footer {
	font-family: 'Lusitana', serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	margin-bottom: 2px;
	} */