/* *{margin:0;padding:0}*/
html{height:100%;min-height:100%;font-size:18px;font-family:Arial;}
body{
	background-image:url('background.png');
	background-repeat:repeat-x;
	min-height:100%;
}
body:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url('schatten.png');
	background-position:top center;
	background-repeat:no-repeat;
	z-index:5;
}
section.main {
	background-image:url('bild.jpg');
	background-repeat:no-repeat;
	width:1432px;
	height:1325px;
	margin:0 auto;
	position:relative;
	z-index:10;
}
section.impr {	background-image:url('bild.jpg');
	background-repeat:no-repeat;
	width:1432px;
	height:685px;
	margin:0 auto;
	position:relative;
	z-index:9;}
.person {
	position:absolute;
	top:666px;
	left:74px;	
}
.left {position:relative;margin:auto;width:600px;	}

h2 {font-size:20px;margin-top:20px;margin-bottom:15px;}
h3 {font-size:18px;margin-top:18px;margin-bottom:13px;}
h4 {font-size:16px;margin-top:18px;margin-bottom:13px;}
b {
	font-size:22px;
}
b,.green {
	color:#76BD1D;
}
a {
	color:#76BD1D;
	text-decoration:none;
}
a:hover,a:focus {
	color:#76BD1D;
	text-decoration:none;
}

footer {padding:10px 0;border-top:1px solid #76BD1D;}
footer ul {margin:0;padding:0 0 0 74px;}
footer ul li {list-style:none;display:inline;padding:10px;}