*{
	margin: 0px;
	padding: 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
body{
	background: #EEE;
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper{
	width: 870px;
	margin: 20px auto;
	padding: 20px;
	background: white;
	height: 700px;
}
header{

}
#logo{
	display: block;
	float: left;
}
#nav-menu{
	border-bottom: 3px solid white;
	margin-left: 5px;
}
#nav-img{
	border-bottom: 3px solid white;
}
#nav-bar{
	float: right;
}
#nav-bar nav{
	margin-top: -35px;
	text-align: center;
}
#nav-bar nav ul li{
	display: inline;
	margin-right: 2px;
}
#nav-bar nav ul li a:link{
	color: #444;
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.9);
}
#nav-bar nav ul li a:hover{
	padding: 5px;
	color: white;
	background: rgb(210, 99, 18);
}
#nav-bar nav ul li a:visited{
	color: #333;
	background: rgba(255, 255, 255, 0.9);
}
section{
	position: relative;
}
#left{
	margin-top: 25px;
	display: block;
	float: left;
}
#center{
	background: white;
	width: 435px;
	margin-top: 25px;
	position: absolute;
	top: 100px;
	left: 200px;
	font-size: 11px;
	padding-top: 15px;
	margin-left: 15px;
}
#center h4{
	color: #D26312;
}
#hinweis{
	padding: 15px;
	margin-top: 7px;
}
#center p{
	display: inline-block;
	padding: 10px 0px 0px 5px;
	width: 100%;
}
#p_first{
	margin-top: 40px;
}
#right{
	position: absolute;
	top: 125px;
	right: 0px;
}
#hinweis h1{
	color: #D26312;
	font-size: 17px;
}
footer{
	border-top: 3px solid rgb(210, 99, 18);
	padding: 5px 15px;
	float: left;
	margin: 150px 0 10px;
	width: 840px;
	color: #888;
}
footer a:link, footer a:hover, footer a:visited{
	text-decoration: none;
	color: #888;
	float: right;
	letter-spacing: 2px;
}