html{ height: 100.5%; font-size: 52.5%;}
body {	
	text-align: center;
	font-size: 1.5em;
	font-family: sans-serif;
	background: #ffffff;/*#9D9EC6;*//*#cccccc;*//*#FDE8CC;*/
	padding-bottom: 10px;
	
	}	
	
* { margin: 0px; padding: 0px; border: 0px; }

div#mobileNaviIcon {
	display: none;
}

#nav ul li.close {
	display: none;
}

div#komplett {
	padding-top: 0px;
	
	width: 950px;
	height: 1630px;/*auto;*//*900px;*/
	margin: auto;
	background: url(Grafiken/Impressum/wrapperhintergrund.png) no-repeat;
	position: relative;
	overflow: visible;
}

div#pic{
	margin: auto;
	width: 900px;
	height: 340px;
	background: url(Grafiken/Startseite/picbg2.jpg) top;
}

div#box_oben_links {
	text-align: left;
	float: left;
	width: 270px;
	height: 100px;
	background: url(Grafiken/Startseite/box_links3-2.png);
}

div#box_oben_links h1 {
		font-size: 2.0em;
		line-height: 1.3em;
		padding-top: 5px;
		padding-left: 10px;
		color: /*#1B6DC5*/white;
		font-family: "arial";
	}
	
/*-------------NAVIGATION--------------*/	
div#nav {
	width: 100%;
	height: 45px;
	background: white;
	/*right: 25px;*/
	/*position: absolute;*/
	text-align: center;
	font-size: 1.3em;
}
	div#nav ul {
		list-style-type: none; 
		float: left;
		/*width: 123px;*/
		padding: 13px 13px 0px 13px;
		line-height: 1.7em;
		
	}
	div#nav a{
		text-decoration: none;
		color: #444444;
		display: block;
	}
	div#nav li{
		position: relative;
		/*background: url(Grafiken/navlinie.png) bottom no-repeat;*/
	}

	div#nav a:hover {
		color: #FF6A00;
	}
		
	div#nav ul li:hover ul {
		display: block;
	}
	span.aktuell {
		color: #FF6A00;
		font-weight: bold;
		/*color: #D35D51;*/
	}
	
	#nav ul li.close {
	display: none;
}

	
	
/*----------ENDE NAVIGATION-----------------------*/
	
	div#box_mitte {
	float: left;
	margin: -40px 0px 0px 530px;
	height: 50px;
	width: 350px;
	clear: both;
	
	text-align: right;
	font-family: "arial";
	padding-right: 5px;
	font-size: 2.8em;
	letter-spacing: 0.05em;
	color: #E7E6E2;
	}
	
/*----------------------WRAPPER-----------------------*/
div#wrapper{
	height: 1220px;
	color: #817A72;
	text-align: left;
	padding: 25px 150px 0px 40px;
	font-size: 1.05em;
}
div#wrapper a {
		text-decoration: none;
		color: #817a72;
		
}
h2 {
	font-family: "arial";
	font-size: 1.75em;
	width: 400px;
	padding-bottom: 12px;
	border: solid 1px #cccccc;
	border-right: none;
	border-left: none;
	border-top: none;
}

h3, h4, h5 {
	font-family: "arial";
	font-size: 1.3em;
	padding: 20px 0px 5px 0px;
}

div#wrapper table {
	color: #817A72;
	font-size: 1em;
}
div#wrapper p{
	/*padding: 30 0 0 0;*/
}	
	
/*-----------------------FOOTER ----------------------*/

div#footer {
	margin: auto;
	width: 900px;
	height: 20px;
	clear: both;
	border: solid 1px #E5E5E5;
	border-right: none;
	border-left: none;
	
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	text-align: left;
	color: #6E6E6E;
}