html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	font: normal 0.95em/1.2em "Univers Light",Arial,sans-serif;
	color: #4d4d4d;
	}
img {
	border: none;
	}
h1,h2,p {
	margin: 0;
	padding: 0;
	}


a,a:link {
	color: #333;
	}
a:hover {
	color: #999;
	text-decoration: none;
	}

strong {
	font-family: "Univers Bold";
	font-weight: 300;
	}

#wrapper {
	text-align: left;
	margin: auto;
	width: 840px;
	position: relative;
	}

/* background */

#background {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed;
}
#background ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 100%;
	display: block;
	position: absolute;
}
#background ul li {
	width: 100%;
	height: 100%;
	/* width: 200px;
	height: 200px; */
	display: block;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
	position: absolute;
	margin-left: 0;
}
#background img {
	
	}

/* wrapper background */

#wrapper_background {
	position: absolute;
	background: #fff;
	opacity: 0.8;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

/* navigation */

#navi {
	float: left;
	margin-top: 40px;
	}
#navi ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 165px;
	}
#navi ul.franz {
	width: 225px;
	}
#navi ul li {
	border-bottom: 1px solid #41474c;
	padding: 4px 0 3px 0;
	}
#navi ul li.first {
	padding-top: 0;
	}
#navi ul li.last {
	border: none;
	padding-bottom: 0;
	}
#navi ul li a {
	color: #41474c;
	text-decoration: none;
	text-transform: uppercase;
	}
#navi ul li ul {
	position: absolute;
	margin-left: 185px;
	top: 0;
	display: none;
	}
#navi ul.franz li ul {
	margin-left: 245px;
	}
#navi ul li ul li {
	border: none;
	}
#navi ul li ul li a,
#navi ul li.active ul li a {
	font-family: "Univers Light";
	font-weight: 300;
	text-transform: none;
	}
#navi a:hover {
	color: #000;
	}
	
#navi ul li.active ul {
	display: block;
	}
#navi ul li.active a,
#navi ul li ul li.active a {
	font-family: "Univers Bold";
	font-weight: 300;
	}



/* CONTENT
* ------------------- */

#header {
	overflow: hidden;
	border-bottom: 1px solid #627885;
	margin: 0 60px;
	}
#logo {
	position: absolute;
	right: 60px;
	top: 40px;
	}
#impressum_link {
	position: relative;
	clear: both;
	height: 30px;
	}
#impressum_link p {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 !important;
	padding: 0;
	}
#impressum_link a {
	color: #4d4d4d;
	font-size: 0.8em;
	text-decoration: none;
	}
#impressum_link a:hover {
	color: #000;
	}
#impressum_link a.aktiv {
	font-weight: bold;
	}

#content {
	position: relative;
	z-index: 50;
	}
#content h1 {
	color: #627885;
	font-family: "Univers Light";
	font-weight: 300;
	padding: 40px 60px;
	font-size: 2.3em;
	line-height: 1.1em;
	}
#content h2 {
	color: #627885;
	font-family: "Univers Light";
	font-weight: 300;
	font-size: 1.3em;
	line-height: 1.1em;
	margin-bottom: 1em;
	}
#content p {
	margin-bottom: 1em;
	}

#text {
	padding: 30px 60px 60px 60px;
	line-height: 1.3em;
	}
#text ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	}
#text ul li {
	background: url(/images/listenimage.png) left no-repeat;
	padding-left: 1.3em;
	}

#bildslider {
	margin: 0;
	padding: 0;
	height: 400px;
	overflow: hidden;
	}
#bildslider ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#bildslider ul li {
	position: absolute;
	margin-left: 840px;
	}
#bildslider ul li.akt {
	margin-left: 0;
	}

#bildslider #controls {
	position: absolute;
	margin-left: 376px;
	z-index: 100;
	}

#bildslider_klein {margin-left: 60px;}
#bildslider_klein ul {list-style-type: none;margin: 0;padding: 0}

#grossbild {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	}
#grossbild a {
	display: block;
	height: 100%;
	width: 100%;
	}

/* partner */
#partner {
	border-top: 1px solid #627885;
	margin: 0px 60px;
	padding: 20px 0;
	font-family: "Univers Bold";
	font-weight: 300;
	}
#partner p {
	
	}
.partnerlink {
	margin-left: 30px;
	display: block;
	float: right;
	}

.projekktor {
	margin-left: 60px;
	}

#cosponsoren {
	width: 165px;
	float: right;
	margin-right: 60px;
	padding-top: 30px;
	}
#cosponsoren h2 {
	font-family: "Univers Bold";
	font-weight: 300;
	border-bottom: 1px solid #627885;
	padding-bottom: 5px;
	}
#cosponsoren p {
	margin-bottom: 2em;
	}
#text.sponsoren p {
	width: 500px;
	}


