* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
a {
	text-decoration: none;
}
body { 
	background: #fff;
	font: 0.8em Arial, Helvetica, Geneva, sans-serif;
	color: #aeb9b7;
}
#page {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#header {
	margin-top: 50px;
	position: relative;
}
#header_fb {
	position: absolute;
	right: 100px;
	top: -10px;
	width: 100px;
	height: 70px;
}
#header_bb_logo {
	position: absolute;
	right: 0;
	top: -20px;
}
#header_left {
	width: 250px;
	float: left;
}
#header_left h1, #header_left h2 {
	display: none;
}
#header_right{
	float: right;
}
#subnav {
	height: 30px;
}
#subnav ul {
	float: left;
	list-style: none;
}
#subnav li {
	float: left;
	margin-right: 20px;
}
#subnav a {
	color: #bbbdbe;
	text-decoration: none;
}
#navactiv a, #subnav a:hover {
	color: blue;
}
#subnavactiv {
	color: blue;
}
#nav {
	border-bottom: 1px dotted #bbbdbe;
	width: 700px;
	margin-bottom: 10px;
}
#nav img{
	float: right;
}
#nav ul {
	float: left;
	padding-top: 43px;
	padding-bottom: 10px;
	list-style: none;
}
#nav li {
	float: left;
	margin-right: 20px;
}
#nav a {
	color: #bbbdbe;
	text-decoration: none;
}
#navactiv a, #nav a:hover {
	color: blue;
}
.galerieimg {
	border: 1px solid #dbdcd8;
	padding: 3px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 117px;
	height: 117px;
	float:  left;
	background: #fff;
}
#start {
	border: 1px solid #dbdcd8;
	padding: 20px;
	width: 960px;
	position: relative;
	display:none;
	background: #f4f5e9 ;
}
#start a {
	color: #000;
}
#startimg {
	display:none;
}
.slidertext {
	text-align: left;
	padding: 20px;
	color: #000;
	height: 390px;
}
.slidertext p {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #4e4e4e;
}
.slidertext h1 {
	padding-bottom: 5px;
	font-size: 1.6em;
	border-bottom: 1px solid #dbdcd8;
	margin-bottom: 5px;
	text-align: center;
}
.slidertext h2 {
	padding-bottom: 5px;
	font-size: 1.2em;
	text-align: center;
	font-style: italic;
}
#slider {
	background-color: #f4f5e9;
	border: 1px solid #dbdcd8;
	padding: 20px;
	width: 1000px;
	position: relative;
}
.punkt {
	color: #ff0000;
	font-size: 30px;
	line-height: 12px;
}
.blau {
	color: blue;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:960px;
	overflow:hidden;
	text-align: center;
}	
#slider li img, #start img { 
	padding:  20px;
	background: #fff;
	border: 1px solid #dbdcd8;
}	
#prevBtn, #nextBtn{ 
	display:block;
	width: 16px;
	height: 30px;
	position:absolute;
	left: 10px;
	top: 338px;
	}	
#nextBtn{ 
	left: 970px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width: 16px;
	height: 300px;
	background:url(../images/btn_prev.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/btn_next.png) no-repeat 0 0;	
	}
#footer {
	background-color: #f4f5e9;
	border-top: 1px solid #dbdcd8;
	margin-top: 20px;
	padding: 20px;
	color: #4e4e4e;
}
#footer p {
	margin-bottom: 20px;
}
#footer a {
	color: #4e4e4e;
}
.inputlogin {
	background-color: #fff;
	border: 1px solid #dbdcd8;
	padding: 5px;
}
.buttonlogin {
	background-color: #fff;
	border: 1px solid #dbdcd8;
	padding: 5px;
	color: #000;
}
#kontaktform {
	
}
#kontaktform label {
	display: block;
	width: 150px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: normal;
}
.kontaktforminput {
	background-color: #fff;
	border: 1px solid #dbdcd8;
	padding: 5px;
	margin-bottom: 5px;
	width: 200px;
}
.kontaktformtextarea {
	background-color: #fff;
	border: 1px solid #dbdcd8;
	padding: 5px;
	margin-bottom: 5px;
	width: 200px;
	height: 100px;
}
.kontaktformbutton {
	background-color: #dbdcd8;
	border: 1px solid #dbdcd8;
	padding: 5px;
	color: #000;
	width: 210px;
}

