@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;}

body {
	position: relative;
	background-color: #000;
}
#topDiv {
	background-image: url(../images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 470px;
	width: 100%;
	padding-top: 80px;
}
#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: auto;
	margin-left: -475px;
	position: absolute;
	left: 50%;
	top: 261px;
}


/*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: 175px;
	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;
	padding-top: 10px;
}
#naviDiv ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
}
#naviDiv ul li a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffa400;
	padding-bottom: 5px;
	color: #ffa400;
}
#bottomDiv #copy {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#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;
}

.partner-container {
    width: 950px;
    margin: 1em auto 1em auto;
    clear: both;
}

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

.partner-left {
    width: 49%;
    float: left;
    padding-right: 1em;
    text-align: right;
}

.partner-right {
    width: 49%;
    float: right;
    text-align: left;
}