/* Aufbau: 
	-	Allgemeine Elemente 
	-	Grundelemente des Layouts
	-	Spezielle Elemente für bestimmte Seiten (zB Kontaktformular)
	-	Elemente, die auf allen Seiten platziert werden können
*/

/* Allgemeine Elemente */

body, html {
	background: #505050;
	text-align: center;
}

a, a:visited, a:active {
	text-decoration: underline;
	color: #000;
}

a:hover, a:focus {
	color: #444;
	text-decoration: none;
}

textarea {
	width: 500px;
	height: 200px;
}

.submit_button {
	padding: 5px;
	background: #ccc;
}

.markasactive a {
	font-weight: bold !important;
}

#content h2.cms_site {
	margin: 40px 36px 12px;
}
#content .content {
	padding: 2px 36px;
	overflow:auto !important;
	height: 432px !important;
}
.badplanung #content .content ul li {
	list-style: none;
	background: url(/images/badplanung_dot.gif) left 4px no-repeat;
	padding-left: 20px;
	margin-bottom: 8px;
}

/* Grundelemente des Layouts */

#wrapper {
	margin: -265px 0 0 -450px;
	width: 900px;
	height: 580px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: left;
}

#wrapper .active a {
	color: #fd9b07;
}

#topnavi, #topnavi li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: -5000em;
}

#topnavi {
	height: 30px;
}

#topnavi li {
	float: left;
}

#topnavi a {
	display: block;
	background-image: url(/images/topnavi.gif);
	background-repeat: no-repeat;
	height: 25px;
}

#kd {
	background-position: left top;
	width: 76px;
	margin: 0 18px 0 0;
}

#kd:hover {
	background-position: left -30px;
}

.active #kd {
	background-position: left -60px;
}

#bp {
	background-position: -94px top;
	width: 80px;
	margin: 0 17px 0 0;
}

#bp:hover {
	background-position: -94px -30px;
}

.active #bp {
	background-position: -94px -60px;
}

#kk {
	background-position: -191px top;
	width: 67px;
	margin: 0 19px 0 0;
}

#kk:hover {
	background-position: -191px -30px;
}

.active #kk {
	background-position: -191px -60px;
}

#lc {
	background-position: -277px top;
	width: 80px;
	margin: 0 17px 0 0;
}

#lc:hover {
	background-position: -277px -30px;
}

.active #lc {
	background-position: -277px -60px;
}

#main {
	background: #c9c9c9;
	width: 900px;
	height: 510px;
	position: relative;
	overflow:hidden;
}

	/* website id 3 */
	.locus #main {
		background: #730000;
	}

#sidebar {
	float: left;
	width: 250px;
	font-size: 90%;
	background: #c9c9c9;
}

	/* website id 3 */
	.locus #sidebar {
		background: #730000;
	}

#logo {
	text-indent: -5000em;
	display: block;
	background: url(/images/kleindesign.jpg) left center no-repeat;
	height: 100px;
}

	/* website id 4 */
	.klausklein #logo {
		background: url(/images/klausklein.jpg) left center no-repeat;
	}
	/* website id 3 */
	.locus #logo {
		background: url(/images/locus.jpg) left center no-repeat;
	}
	/* website id 2 */
	.badplanung #logo {
		background: url(/images/badplanung.jpg) left center no-repeat;
	}

#navigation, #navigation li, #navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.klausklein #navigation {
	margin-top: 12px;
}



#navigation a {
	text-decoration: none;
	display: block;
	color: #555;
	padding: 0 0 0 58px;
	background: url(/images/navi.gif) 40px 5px no-repeat;
	line-height: 21px !important;
}

.locus #navigation a {
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 0 0 0 58px;
	background: url(/images/navi.gif) 40px 5px no-repeat;
	line-height: 21px !important;
}

#navigation a:hover, #navigation .active a {
	color: #000;
	background-position: 40px -25px;
}

.locus #navigation a:hover, .locus #navigation .active a {
	color: #fff;
	background-position: 40px -25px;
	font-weight: bold;
}

#navigation .active a {
	font-weight: bold;
}

#navigation li ul {
	display: none;
}

#navigation .active ul {
	display: block;
}

#navigation .active li a {
	padding: 0 0 0 78px;
	background: url(/images/innernavi.gif) 60px 5px no-repeat;
	color: #555;
	font-weight: normal;
}

#navigation li li a:hover, #navigation .active .active a {
	color: #000;
	background-position: 60px -25px;
}

#katalog {
	padding: 16px 20px 0 40px;
	/*position: absolute;
	top: 280px;
	left: 38px;*/
}
#katalog img {
	width: 176px;
	height: 125px;
}

.smallet {
	padding: 12px 20px 0 40px !important;
}
.smallet img {
	width: 176px !important;
	height: 70px !important;
}
	
#content {
	float: left;
	width: 650px;
	height: 510px;
	position: relative;
	background: #fff;
}

#teaser {
	cursor: pointer;
	margin: 0;
	padding: 0 20px 0 0;
	position: absolute;
	bottom: 20px;
	left: 40px;
	width: 175px;
}

#teaser span {
	padding: 0 10px;
	margin-left: 4px !important;
	background: url(/images/more.gif) right center no-repeat;
}

.locus #teaser span {
	padding: 0 10px;
	background: url(/images/more_gelb-rot.jpg) right center no-repeat;
}

#teaser a {
	text-decoration: none;
}

	/* website id 3 */
	.locus #teaser a {
		color: #fff;
	}


#teaser-content {
	position: absolute;
	bottom: 0;
	left: 222px;
	width: 300px;
	padding: 30px 28px 18px 28px;
	background: #000;
	color: #fff;
	opacity: 0.94;
	display: none;
}

#text {
	height: 320px;
	width: 310px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 60px 50px 40px 40px;
	color: #333;
	font-size: 14px !important;
}

#img_side {
	position: absolute;
	right: 0;
	top: 0;
}

#bottomnavi {
	position: absolute;
	bottom: 5px;
	right: 0;
}

#bottomnavi li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#bottomnavi a {
	display:block;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 10px;
}

form label {
	display: block;
	font-weight: bold;
}

/* Error, Success, Info */
.error-msg {
	background: url(/images/stop.png) left 2px no-repeat;
	padding-left: 21px;
	color: #FF684A;
	font-weight: bold;
}
.success-msg {
	background: url(/images/accept.png) left 2px no-repeat;
	padding-left: 21px;
	color: #6DC361;
	font-weight: bold;
}
.info-msg {
	background: url(/images/information.png) left 2px no-repeat;
	padding-left: 21px;
	font-style: italic;
}

.download_now {
	background: url(/images/drive_disk.png) left 2px no-repeat;
	padding-left: 21px;
}

.cl {
	clear: both;
}

ul.errors {
	margin: 0 !important;
	padding: 0 !important;
}

ul.errors li {
	margin: 0 !important;
	padding: 0 !important;
	color: #FF684A;
	font-weight: bold;
	font-size: 90%;
	list-style: none;
}

.search_results li {
	margin: 0 0 5px 0;
}

p.description {
	font-size: 90%;
	font-style: italic;
}


#info {
	position:absolute;
	margin:0px 450px;
	background-color:black;
	color:white;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	width:150px;
	float:right;
	z-index:2;
	display:block;
}
#infobutton{
	position:absolute;
	margin:200px 300px;
	width:15px;
	float:right;
	display:block;
}
#infobutton a{
	margin-top:0px;
}
#infobutton img{
	margin-top:0px;
}
/*
#galerienavi img{
	float:right;
}
#galerienavigation, #galerienavigation li, #galerienavigation ul {
	position:absolute;
	margin:0px 630px;
	width:15px;
	float:right;
	display:block;
	z-index:3;
}
#galerienavi  {

	background: url(/images/navi.gif) 5px 5px no-repeat;
	max-width:20px;
	width:20px;
	height:20px;
	float:right;	
}
#galerienavi a:hover, #galerienavi .active a {
	max-width:20px;
	width:20px;
	height:20px;
	color: #000;
	background: url(/images/navi.gif) 5px -25px no-repeat !important;
	float:right;
	
	}
#galerienavi img {
	width:9px;
	height:9px;
	float:right;
	border:1px solid white;
	margin-right:5px;
	margin-top:4px;
}
*/
#gallerycontent{
	overflow:hidden;
	height:425px;
	width:650px;
}
#gallerycontent img, #full-image{
	height:425px;
	width:650px;
	display: block;
}



#thumbnails, #thumbnails li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 85px;
}

#thumbnails {
	background-color:#c9c9c9;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 650px;
}

#thumbnails li {
	float: left;
	width: 130px;
	overflow:hidden;
	cursor: pointer;
}

.cms_thumbnails li {
	cursor: auto !important;
}

#thumbnails img {
	display: block;
	height: 85px;
	width: 130px;
}

#textinfos {
	display: none;
}

.contact-clear {
	position: relative;
}

#description-label {
	position: absolute;
	top: 78px;
	left: 220px;
}

#description-element {
	position: absolute;
	top: 98px;
	left: 220px;
}

.contact-clear #description-label {
	position: absolute;
	top: 0;
	left: 200px;
}

.contact-clear #description-element {
	position: absolute;
	top: 17px;
	left: 200px;
}

#description-element textarea {
	width: 380px;
	height: 191px;
}

.submit_button {
	border-color: #8f0000;
	background: #8f0000;
	color: #fff;
}

.spot {
	cursor: pointer;
}

.full-image-area {
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
}

.hotspotsinfos * {
	display: none;
}

#rel-3ddrawing {
	position: absolute;
	top: 20px;
	right: 20px;
}

.teaser_text_label {
	text-decoration: none;
}

#datasheet_frame {
	padding: 10px 40px;
}

	#datasheet_frame .sheet_label {
		width: 185px;
		float: left;
		margin-top: 3px !important;
	}
	
	#datasheet_frame .sheet_value {
		width: 375px;
		float: right;
		margin-top: 3px !important;
	}
	
#searchEngineVisitorOverlay {
	background: #515151;
	color: #fff;
	width: 510px;
	text-align: left;
	position: absolute;
	top: 75px;
	left: 250px;
}
	
	#searchEngineVisitorOverlay .title {
		font-size: 200%;
		cursor: pointer;
		padding: 20px 12px 20px 20px;
		display: block;
	}
	
	#searchEngineVisitorOverlay .title span {
		padding: 0 10px;
		background: url(/images/more_gelb.jpg) right center no-repeat;
	}
	
	#searchEngineVisitorOverlay #cont {
		padding: 0 12px 10px 20px;
		display: none;
	}
	
		#searchEngineVisitorOverlay #cont a {
			color: #FFA200;
		}
		
.tdpress {
	margin: 0;
	padding: 0;
	font-size: 80%;
	text-align: center;
}

.vid_linker {
	padding: 4px 0 4px 21px;
	background: url(/images/video-icon.jpg) left 3px no-repeat;
}

.faqlist {
	
}

	.faqlist li.question {
		cursor: pointer;
	}

	.faqlist li.answer {
		list-style: none;
		display: none;
	}
	
#cms-teaser-content {
	display: none !important;
}
