@charset "utf-8";
* {
	padding:0px;
	margin:0px;
	border:none;
	outline:none;
	font-family:Verdana, Geneva, sans-serif;
	}
html, body {
	height: 100%;
	width: 100%;
}
html {
	overflow-y:scroll;
	overflow-x:hidden;
}

body {
	position: relative;
	background-color: #000;
}
#topDiv {
	background-image: url(../images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 470px;
	width: 100%;
}
#topDiv #headDiv {
	height: 180px;
	width: 950px;
	margin-left: -475px;
	position: absolute;
	left: 50%;
}
#headDiv #logoDiv  {
	height: 180px;
	width: 262px;
	float: left;
}
#logoDiv .lichtraum {
	margin-top: 15px;
}
#headDiv #infoDiv {
	float: left;
	height: 50px;
	width: 275px;
	padding-top: 78px;
	font-size: 11px;
	color: #FFF;
	padding-left: 20px;
}
#headDiv #adresseDiv {
	float: right;
	height: 95px;
	width: 300px;
	padding-top: 65px;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}
#adresseDiv a {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCB2A;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
#adresseDiv .knx {
	margin-top: 10px;
}
#topDiv #slide_container {
	width: 950px;
	height: 285px;
	margin-left: -475px;
	position: absolute;
	left: 50%;
	top: 181px;
}


/*slide css*/
#slideDiv {
	float: left;
	background-color: #000;
	position: relative;
	height: 281px;
	width: 950px;
}

#slide {
	height: 271px;
	width: 873px;
	background-color: #000;
	overflow:hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 90;
}

#gallery {
	width: 898px;
	height: 230px;
	background-color:#000;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	z-index: 90;
}
#gallery img {
	margin-top: 10px;
}

#previous {
	height: auto;
	width: auto;
	float: left;
	position: absolute;
	top: 0px;
	z-index: 110;
	left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#next {
	float: right;
	height: auto;
	width: auto;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 110;
}
/*slide css ende*/

#bottomDiv {
	height: auto;
	width: 100%;
	background-image: url(../images/bg_02.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	padding-top: 20px;
}
#bottomDiv #naviDiv {
	background-color: #000;
	height: 43px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #141414;
	border-bottom-color: #141414;
}
#naviDiv ul {
	width: 920px;
	display: block;
	height: 43px;
	margin-left: -460px;
	padding-left: 5px;
	position: absolute;
	left: 55%;
}
#naviDiv ul li {
	float: left;
	width: auto;
	margin-left:5px;
	margin-right:5px;
	padding-top: 10px;
}
#naviDiv ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
}
#naviDiv ul li a:hover , #naviDiv ul li .activ{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCB2A;
	padding-bottom: 5px;
	color: #FFCB2A;
}
#bottomDiv #contentDiv {
	height: auto;
	width: 950px;
	margin-left: -475px;
	padding-top: 15px;
	position: absolute;
	left: 50%;
}
#contentDiv #contL {
	float: left;
	height: auto;
	width: 299px;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
	margin-bottom: 20px;
	position: relative;
}
#contL img {
	padding: 8px;
}
#contL img.qrcode { padding:0; margin-top:-20px; margin-left:10px; }
#contL span.qrcodetxt { color:#FFF; font-size:10px; }
#contL.impr { padding-bottom:0 !important; }
#contentDiv #contR {
	height: auto;
	width: 593px;
	float: right;
	margin-bottom: 10px;
	padding-right: 26px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #343434;
	padding-bottom: 30px;
	position: relative;
}
#contentDiv #cmsDiv {
	height: auto;
	width: 910px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#cmsDiv a {
	text-decoration: underline;
	color: #FFAF18;
	padding-right: 5px;
	padding-left: 5px;
}
#cmsDiv .event {
	padding-bottom: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #000;
}
#cmsDiv .event:hover {
	border: 1px solid #1F0E00;
}
#cmsDiv .event_wichtig {
	font-weight: bold;
	color: #FFAF18;
}




#contentDiv #contR h1, #contentDiv #cmsDiv h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFCB2A;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: right;
}
#bottomDiv #contentDiv #contR h2 , h2{
	color: #FFAF18;
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCB2A;
	margin-bottom: 5px;
}
#contentDiv #contR ul {
	color: #FFF;
	font-size: 11px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#contentDiv #contR p, #contentDiv #cmsDiv p {
	color: #FFF;
	font-size: 11px;
	margin-bottom: 8px;
	text-align: left;
}
#contentDiv #contR p a,
#contentDiv #contR li a
{
	color: #FFAF18;
	text-decoration: underline;
}
#contentDiv #contR .partner_logo {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}


#bottomDiv #copy {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #343434;
	display: block;
	clear: both;
	position: relative;
}
#copy a {
	background-image: url(../images/webdesign.png);
	display: block;
	float: right;
	height: 17px;
	width: 85px;
	font-size: 11px;
	padding-right: 20px;
	background-position: 20px 0px;
	background-repeat: no-repeat;
	margin-top: 10px;
	text-decoration: none;
}
#copy a span {
	visibility: hidden;
}
#form1 {
	font-size: 11px;
	color: #FFF;
}

/*formular css*/
input {
	width:90%;
	height:21px;
	font-size:12px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 1px;
	color: #972600;
	}
textarea {
	height: 120px;
	width: 95%;
	margin-top: 5px;
	font-size: 12px;
	color: #B96900;
	padding: 1px;
}
#form1 #senden {
	width: 100px;
	font-size: 11px;
	color: #742600;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}