body{
	margin: 0 auto;
	
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top; 
	font-family: Verdana,serif;
	width: 800px;
	background-color: #39B505;
}

@media (min-width: 820px) {
    body{
		background-image: url('../images/background.png');
	}

	main{
		height: 358px;
	}

	article{
		height: 318px;
		overflow-y: scroll;
	}
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
	margin: 0;
	border: 0;
}

main, nav, footer {
	width: 800px;
}

header {
	display: flex;
	height: 300px;
	justify-content: center;
	flex-wrap: wrap;
}

.header-content, .header-content-start{
	width: 800px;
	height: 250px;
	margin-top: 58px;
	background-origin: content-box;
}

.header-content {

	background-image: url('../images/headerbackground.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.header-content-logo {
	width: 800px;
  	height: 180px;
  	display: flex;
  	justify-content: space-between;
	align-items: flex-end;
}

.header-content-menu {
	margin: -14px 0 0 0;
	width: 800px;
	height: 76px;
	display: flex;
	justify-content: space-around;	
}

.logo {
	border: 1px solid #fff;
	width: 800px;
	display: flex;
	justify-content: space-between;
}

main {
	display: flex;
	background-color: white;
	margin: 0 auto;
	min-height: 358px;
}

main.start {
	display: flex;
	height: 500px;
	background-image: url('../images/start.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin: -39px auto;
}

article {
	font-size: 14px;
	padding: 30px 40px;
	overflow-x: hidden;
	min-height: 318px;
	width: 800px;
	background-attachment:scroll; 
	background-position: center top;
	background-repeat: no-repeat;
}

footer {
	margin: -39px auto 0 auto;
	height: 250px;
}

footer.start {
	margin: -142px auto 0 auto;
}

footer.footer-content {
	background-image: url('../images/footerbackground.png');
	background-repeat: no-repeat;
	background-origin: content-box;
}

h1{
	color: #3CB200;
	font-size: 20px;
	text-shadow: 1px 1px #3C52C1;
	font-family: Verdana;
}

p, ul{
	width: 500px;
}

ul {
	margin: 30px 0px 30px 40px;
}

ul.near{
	margin-top: 10px;
}

.bold{
	font-weight: bold;
}

.highlight{
	font-size: 15px;
	color: blue;
	font-weight: bold;
}

.minor{
	font-size: 11px;
}

a {
	color: #0033CC;
	text-decoration: none;  
}
a:hover {
	color: #3366FF;
	text-decoration: underline;  
}

a#leistung img {
	background: url(../images/header_leistungen.png) top left no-repeat;
	margin: 0;
	padding: 0;
}
a#unternehmen img {
	background: url(../images/header_unternehmen.png) top left no-repeat;
	margin: 0;
	padding: 0;
}
a#lexikon img {
	background: url(../images/header_lexikon.png) top left no-repeat;
	margin: 0;
	padding: 0;
}
a#leistung:hover img {
	background: url(../images/header_leistungen_hov.png) top left no-repeat;
}
a#unternehmen:hover img {
	background: url(../images/header_unternehmen_hov.png) top left no-repeat;
}
a#lexikon:hover img {
	background: url(../images/header_lexikon_hov.png) top left no-repeat;
}

div#footer, div#footer-left, div#footer-right, div#impressum-start{
	position: relative;
	z-index: 2;
	color: #ffffff;
	line-height: 20px;
	font-weight: bold;
}

div#footer-left {
	left: 10px;
	top: 115px;
	width: 200px;
	font-size: 12px;
}

div#footer-right {
	left: 390px;
	top: 35px;
	width: 400px;
	font-size: 11px;
	text-align: right;	
}

div#impressum-start {
	LEFT: 10px;
	TOP: 571px;
	Width: 200px;
	font-size: 12px;
}

a.white {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana;
}

a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;  
}

p {
	margin: 30px 20px;
}

p.minor {
	margin: 10px 20px;
}

p.lowgap {
	margin: 20px 20px;
}

p.bold {
	margin: 5px 20px;
}

iframe {
	margin: 0;
	padding: 0;
	border: none;
	width: 800px;
	height: 318px;
}