@import url(http://fonts.googleapis.com/css?family=Lato:400,700|Marck+Script);
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	padding:0 40px;
}

a {color: #fff; outline:none; }
a:hover { color:#ff9900;}

img {
	border:none;
	outline:none;
}

/* Grundgerüst ----------------------------------------------------------------------------------*/

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-401px; /* halbe container höhe */
	float:left;
}
#container {
	margin:20px auto;
	position:relative; /* puts container in front of distance */
	clear:left;
	padding:20px;
	width: 1000px;
	height:765px;
	background: url(../objekte/bg.png);
	
}
#wappen {
	position:absolute;
	right:-10px;
	top:-15px;
	width:145px;
	height: 201px;
	background:url(../objekte/wappen.png) center center no-repeat;
	z-index:2;
}
#header {
	position:relative;
	width: 1000px;
	height:114px;
	margin-bottom:15px;
	clear:both;
	background: url(../objekte/header.png) center center no-repeat;
}
#content {
	position:relative;
	width: 998px;
	height:628px;
	border:1px solid #999;
	background: url(../objekte/hg.jpg) center top no-repeat;
}
#welcome {
	position:absolute;
	top:20px;
	left:0px;
	width:1000px;
	text-align:center;
	font-family: 'Marck Script';
	font-size:30px;
	color:#000;
}
#fotowrapper {
	position:absolute;
	left:60px;
	bottom: 150px;
	background-color:#fff;
	width:396px;
	/*height:335px;*/	
}
#fotowrapper .foto {
	width:396px;
	height:285px;
}
#fotowrapper .text {
	width:396px;
	line-height:20px;
	text-align:center;
}
#fotowrapper .thumbs {
	width:396px;
	height:33px;
}
#fotowrapper .thumbs img {
	display:block;
	float:left;
	width:44px;
	height:33px;
}
#kontakt {
	position:absolute;
	bottom:20px;
	left:60px;
	color:#fff;
	font-weight:bold;
}
#kontakt .name {
	background-color:#375716;
	margin-bottom:20px;
}

#kontakt .bottons {

}
#kontakt .bottons a {
	display:block;
	float:left;
	padding:5px 8px;
	margin-right:5px;
	text-decoration:none;
	border:1px solid #FFF;
	background-color:#375716;
	color:#ff9900;
}
#kontakt .bottons a:hover {
	background-color:#ff9900;
	color:#fff;
}
#socials {
	position:absolute;
	bottom:20px;
	right:20px;
	height:30px;
}
#socials a {
	padding-left:7px;
}
.DJFpartnerLogo {
	position:absolute;
	bottom:230px;
	right:20px;
	height:30px;
}
.AstaLogo {
	position:absolute;
	bottom:105px;
	right:20px;
	height:30px;
}

/*Toggle Slider Nav*/
#impressum {
	position:absolute;
	bottom:180px;
	left:550px;
	width:396px;
	color:#096;
	font-weight:bold;
	z-index:1;
}
#showImpressum { cursor:pointer; }
#video {
	position:absolute;
	bottom:150px;
	left:500px;
	width:370px;
	background-color:#FFF;
	padding:8px 8px 6px 8px;
	z-index:2;
}
#video .video-header {
	color:#fff;
	font-weight:bold;
	background: url(../objekte/bg.png);
	margin: -8px -8px 8px -8px;
	padding:8px;
}
#video .video-header span {
	display:block;
	float:right;
	color:#fff;
	cursor:pointer;
}
#video a {
	display:inline-block;
	padding-bottom:2px;
	padding-left: 16px;
	color:#000;
	background:url(../objekte/playlisticon.png) left 3px no-repeat;
}
#video a:hover { color:#ac3835;  }

#footer {
	position:absolute;
	bottom:5px;
	width: 1000px;
	padding:0px;
	color:#fff;
}
#footer a {
	color:#fff;
}
#footer div {
	float:right;
	line-height:15px;
	font-size:10px;
	text-align:right;
}
.clear{
	clear:both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}



