body {
	background-color: rgb(91,172,38);
  	margin:0;
	}

#inhalt {
	height: 1000px;
	width: 800px;
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -400px;
	background-color: rgb(255,255,255);
	box-shadow:3px 0px 10px rgb(100,100,100), -3px 0px 10px rgb(100,100,100);
}

#platzhalter img {
	margin-right: 13px;
}

#banner {
	background-color: rgb(92,173,39);
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	height: 125px;
}

#slogan {
	padding-right: 10px;
	background-color: rgb(92,173,39);
	font-family: arial;
	text-align: right;
	font-size: 16px;
}

#content {
	background-color: rgb(255,255,255);
	background-image: url(../images/hintergrund.png);
	width: 80%;
	margin-top: 10px;
	margin: auto;
	font-family: arial;
	text-align: justify;
	padding: 20px;
}

#nav {
	background-color: rgb(0,0,0);
	height: 25px;
	width: 100%;
	margin: auto;
}

#navi{
	position: relative;
	top: -12px;
	right: 0px;
	line-height:20px;
	text-align: center;
	list-style:none;
	float:left;
}

#navi li {
	margin-top:0px;
	float:left;
}

#navi li a{
	display:block;
	width:125px;
	text-decoration: none;
	margin-top:0px;
	margin-right:5px;
	padding-right:10px;
	font-family:arial;
	font-size:16px;
	background-color:rgb(0,0,0);
	color:rgb(255,255,255);
}

#navi li a:hover{
	color:rgb(79,184,71);
	
	width:125px;
}

#feedback1 {
    font-style: italic;
    }
#feedback {
    font-size: 24px;
    text-decoration: underline;
    
    }