body {
	font-family: arial,sans-serif;
	background-color: rgb(26, 119, 26); 
	width: 62em;
	margin: auto;
}
#baum {
	position: absolute;
	background-image: url(../images/baum.gif);
	height: 150px;
}
#header {
	margin-top: 20px;
	border: 1px solid rgb(8, 48, 8);
	background-image: url(../images/header.png);
	background-size: 100%;
	height: 9.2em;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#header img {
	width: 100%;
	height: 150px;
}
#navi {
	padding: 7px;
	background-color: rgb(1, 65, 1);
}
#navi a {
	padding: 22px;
	font-size: 1.2em;
	color: white;
	margin: 10px;
}
#imgmail{
	position: relative;
	height: 21px;
	top: 6px;
}
#content {
	border: 1px solid rgb(8, 48, 8);
	background-color: rgb(219, 255, 221);
	min-height: 500px;
}
#home {
	margin-left: 210px;
}
#kontakt {
	margin-left: 210px;
	margin-right: 210px;
}
#kontakt .nosee {
	display: none;
	color: red;
}
#kontakt p {
	position: relative;
}
#kontakt input {
	position: absolute;
	left: 130px;
	width: 400px;
}
#kontakt textarea {
	width: 528px;
	height: 150px;
}
#kontakt #submit {
	position: relative;
	width: 130px;
	left: 200px;
}
#impressum {
	padding: 50px;
}
#footer {
	padding: 7px;
	color: white;
	text-align:center;
	border: 1px solid rgb(8, 48, 8);
	background-color: rgb(1, 65, 1);
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#footer a {
	padding: 22px;
	font-size: 1.2em;
	color: white;
	margin: 10px;
}