@font-face {
    font-family: 'daxregular';
    src: url('fonts/dax-regular-webfont.eot');
    src: url('fonts/dax-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dax-regular-webfont.woff') format('woff'),
         url('fonts/dax-regular-webfont.ttf') format('truetype'),
         url('fonts/dax-regular-webfont.svg#daxregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebasregular';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin:0;
	padding:0;
}

.wrapper {
	background-image:url(bilder/background80perc_02.png);
	margin:auto;
	height:1625px;
	width:1024px;
	
}
body {
    background-image:url("bilder/back_beach.jpg");
    background-attachment: fixed;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}
.backgroundlogo {
	margin:auto;
	width:1000px;
	height:144px;
	background-color:#000;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	background-color:#000;
		
}
div#logobild {
	background-image:url(bilder/logo.png);
	height:144px;
	width:1024px;
}
.navigation {
	
	margin:auto;
	width:1000px;
	height:60px;
	background-color:#000;
	border-radius:15px;
	font-family:'bebasregular';
	font-size:30px;
	color:#fff;
	
}
.spacer {
	height:20px;
	width:1024px;
}
div#nav1 {
	color:#CCC;	
}
div#nav1:hover{
	color:#fff;	
}

div#nav2 {
	color:#CCC;	
}
div#nav2:hover{
	color:#fff;	
}

div#nav3 {
	color:#CCC;	
}
div#nav3:hover{
	color:#fff;	
}

div#nav4 {
	color:#CCC;	
}
div#nav4:hover{
	color:#fff;	
}

div#nav5 {
	color:#CCC;	
}
div#nav5:hover{
	color:#fff;	
}

.slides_container {
    width:1000px;
    height:378px;
	margin:auto;
}
.slides_container div {
    width:1000px;
    height:378px;
    display:block;
}
.content_links {
	width:650px;
	height:600px;
	float:left;
	margin-left:10px;
	background-color:#000;
}
.content_rechts {
	width:335px;
	height:600px;
	float:right;
	margin-right:10px;	
	background-color:#000;
}
div#content_text {
	font-family:'daxregular';
	font-size:14px;
	color:#FFF;
	padding:10px;
}
div#news_uber {
	font-family:'bebasregular';
	font-size:24px;
	color:#CCC;
	padding:10px;
}
div#content_uber {
	font-family:'bebasregular';
	font-size:24px;
	color:#CCC;
	padding:10px;
}

div#footer_left {
	padding:20px;
	margin-top:60px;
	width:28%;
	height:350px;
	font-family:'bebasregular';
	font-size:24px;
	color:#FFF;
	float:left;
}
div#footer_middle {
	padding:20px;
	margin-top:60px;
	width:31%;
	height:350px;
	font-family:'bebasregular';
	font-size:24px;
	color:#FFF;
	float:left;
}
div#footer_right {
	padding:20px;
	margin-top:60px;
	width:28%;
	height:350px;
	font-family:'bebasregular';
	font-size:24px;
	color:#FFF;
	float:left;
}
div#impressum {
	font-family:'bebasregular';
	font-size:18px;
	
}