body{
	font-family:Lato, sans-serif;
	margin:auto;
}

.bgimage{
	height: 300px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: -10;
}

.content{
	height: auto;
	min-height: 100%;
	position: relative;
	z-index: 0;
	top: 280px;
	background-color: #fff;
}

header{
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #2ECC71;
	position: fixed;
	z-index: 1;
	border-radius: 0 0 15px 15px;
    -webkit-box-shadow: 3px 3px 5px #808080;
    -moz-box-shadow: 3px 3px 5px #808080;
    box-shadow: 3px 3px 5px #808080;
}

.headline{
	float:left;
	padding-left: 3%;
	line-height: 8px;
	display: block;
}

nav  {
	list-style: none;
	margin-right: 70px;
	margin-left: auto;
	width: 50%;
	line-height: 20px;
}

nav li {
	float: left;
	padding: 1px 1px 1px 1px;
	list-style: none;
	background: #2ECC71;
}

nav li a {
	font-size: 1.2em;
	display: block;
	padding: 0 5px 0 5px;
	text-decoration: none;
	color: #ffffff;
}

nav li a:hover {
	text-decoration: underline;
	
}

.clearfix:before,.clearfix:after {
content:" ";
display:table;
}

.clearfix:after {
clear:both;
}

.clearfix {
zoom:1;
}

.left {
float:left;
}

.inhalt {
width:65%;
/*margin-top: 10px;*/
/*margin-left: 2%;*/
/*margin-bottom: 10px;*/
background-color: #F9BF3B;
/*border:1px solid #000;*/
/*margin-top:3px;*/
margin-right:1%;
padding: 8px;
padding-left: 15px;
   /*-webkit-border-radius: 0 0 9px 9px;
    -moz-border-radius: 0 0 9px 9px;
    border-radius: 0 0 9px 9px;
    -webkit-box-shadow: 3px 3px 5px #222;
    -moz-box-shadow: 3px 3px 5px #222;
    box-shadow: 5px 5px 7px #bdbdbd;*/

}

aside {
/*border:1px solid red;*/
width: 31%;
margin: 0;
}

#footer{
background: #D2D7D3;
width: 100%;
height: 90px;
clear: both;
padding-top: 5px;    
}

.pcenter {
text-align:center;
}

