body {
	font-family: 	Arial, Helvetica, sans-serif;
	margin:			0px 0 0 0px;
	background: 	url(imagesLanding/bg.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
}
a:link, a:visited, a:active {
	color: 			#FF0000;
	font-size: 		13px;
	font-weight: 	regular;
	text-decoration: none;
}
a:hover {
	color:			#CCC;
	text-decoration: none;
}

.streifen {
	position:		absolute;
	top:			50%;
	left:			0px;
	width:			100%;
	height:			149px;
	margin-top:		-70px;
}

.logo {
	position:		absolute;
	z-index:		1;
	top:			25px;
	left:			300px;
	width:			180px;
	height:			76px;
}


.intro {
	position:		absolute;
	top:			67px;
	left:			515px;
	width:			140px;
	color: 			#FFF;
	font-size: 		13px;
}

.direkt {
	position:		absolute;
	top:			85px;
	left:			515px;
	width:			140px;
	color: 			#FFF;
	font-size: 		13px;
}

.copy {
	position:		absolute;
	top:			132px;
	left:			300px;
	width:			400px;
	color: 			#FFF;
	font-size: 		10px;
}

.copy  a {
	color: 			#FFFFFF;
	font-size: 		10px;
	font-weight: 	regular;
	text-decoration: none;	
}

.copy  a:hover {
	color:			#FF0000;
	text-decoration: none;}
