html {
  height:100%;
} 
h4 {
	text-align: center;
}

body {
	height:100%;
	margin: 0px;
	background-image:url(grund-desktop.jpg);
}
.seite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13pt;
	color: #000;
	width: 1000px;
	min-height: calc(100% - 42px);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 42px;
	padding-top: 13px;
	height: auto !important;
	background-attachment: fixed;
	background-image: url(eiche-desktop.jpg);
	background-repeat: no-repeat;
	background-position: calc(50% - 100px) bottom;
	background-color: white;
	
	box-shadow: 0px 0px 10px white;
}
.menu {
	text-align: center;
	background-image: url(titel-desktop.svg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	padding-top: 90px;
	margin-top: 21px;
}

.menu a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: black;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 21px;
	padding-right: 21px;
	box-shadow: 0px 0px 10px #2E4A1A;
	background-color: #FFF;
	transition: 0.5s;
}
.menu a:hover {
	background-color: #2E4A1A;
	color: #FFF;
}
.inhalt {
	width: 940px;
	padding: 30px;

}

.links {
	float: left;
	width: 250px;
}
.rechts {
	float: left;
	width: 670px;
}

.unten {
	clear: both;
	text-align: center;
	padding-top: 50px;
}

.impbox {

	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: white;
	box-shadow: 0px 0px 5px white;
	padding: 2px;
}
.impbox a{

	background-color: white;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
a {
	color: black;
	text-decoration: underline;
}