/* Master styling*/
*, html, body {
	font-size: 62.5%
	line-height: 1.5em;
	margin: 0em;
	padding: 0em;
	border: 0px;
	overflow: auto;
}

body {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
}
#hidepage {
	left:620px;
	top:175px;
	layer-background-color: #333333;
	height: 500px;
	width: 500px;
	position: absolute;
	border: none;
	z-index: 200;
}
#hintergrund {
	position: absolute;
	z-index:1;
	height: 100%;
	width: 100%;
}

/* Wrapper styling*/
#wrapper {
	width: 900px;
	position: absolute;
	left: 200px;
	top: 100px;
	z-index: 2;
	text-align: left;
}

/* Header styling*/
#header {
	float: none;
}	

.title {
	padding: 0em 0em 0em 0.5em;
	float: right;
	line-height: 41px;
	font-size: 1.6em;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
}

.prof {
color: #666666
}

.subtitle {
	font-size: 0.7em;
	color: #444444;
	float: right;
	padding-top: 1.65em;
}
/* END Header styling*/
		
/* Vertical Accordions*/
#vertical_container {
	position: relative;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: right;
	width: 100%;
}

.accordion_toggle {
	display: block;
	height: 30px;
	line-height: 41px;
	text-decoration: none;
	outline: none;
	font-size: 1.3em;
	cursor: pointer;
	margin: 0em;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	overflow: hidden;
}

.accordion_toggle_active {
	border: none;
	color: #BBBBBB;
}

.accordion_content {
	color: #444444;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

/* Horizontal Nested Accordion*/
#horizontal_container {
	width: 100%;
	visibility: visible;
	padding: 10px 10px 10px 50px;
	height: 350px;
}

.horizontal_accordion_toggle {
	float: left;
	display: block;
	width: 25px;

	background: #a9d06a
	color: #999999;
	text-decoration: none;
	outline: none;
	border-right: 1px dotted #999999;
	cursor: pointer;
	margin: 0;
	line-height: 90px;
	height: 100%;	
	overflow: hidden;
}

.horizontal_accordion_toggle p{
	color: #999999;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	left: 7px;
	height: auto;
	bottom: 0px;
}

.horizontal_accordion_toggle_active p{
	color: #FF6600;
}
		
.horizontal_accordion_content {
	height: 500px;
	float: left;
	color: #444444;
}

.horizontal_accordion_content p {
	width: 650px;
	line-height: 1.5em;
	padding: 0px 10px;
	overflow: auto;
}
.horizontal_accordion_content a {
	color: #444444;
}

/* END Vertical Nested Accordion*/  			
					
#referenzen {
	height: 330px;
	overflow: auto;
}
#lageplan {
	background-image: url(../picts/lgpkl.png);
	background-repeat: no-repeat;
	height: 330px;
	background-position: -30px;
}
