html{ height: 100.5%; font-size: 52.5%;}
body {	
	text-align: center;
	font-size: 1.5em;
	font-family: sans-serif;
	background: #ffffff;/*#9D9EC6;*//*#98F5FF;*//*#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: 1150px;/*920px;*//*auto;*//*900px;*/
	margin: auto;
	background: url(Grafiken/Praxis-Bilder/wrapperhintergrund2.png) no-repeat;
	position: relative;
	overflow: visible;

}

div#pic{
	margin: auto;
	width: 900px;
	height: 340px;
	/*background: url(Grafiken/platzhalter.jpg) center no-repeat;*/
	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 11px 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: 770px;
	
}

h2{
		text-align: left;
		font-size: 1.8em;
		font-family: "arial";
		padding: 20px 0px 0px 30px;
		color: #444444;
		}
		
div#bilderstreifen1{
	margin-top: 30px;
	/*background: url(Grafiken/Praxis-Bilder/bilderstreifen.png);*/
	height: 280px;
}
div#bilderstreifen1 img {
	margin-top: 5px;
}
	div#links{
	float: left;
	margin-left: 60px;
	}
	div#rechts{
		margin-right: -50px;
	}

div#bilderstreifen2{
	margin-top: 30px;
	/*background: url(Grafiken/Praxis-Bilder/bilderstreifen.png);*/
	height: 280px;
	
	
}
div#bilderstreifen2 img {
	margin-top: 5px;
}
	

/*-----------------------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;
}
div#footer a {
		text-decoration: none;
		color: #6E6e6e;
}