/*----------------- CSS-Standard-Reset Beginn -------------------*/

*{
	padding: 0;
	margin: 0;
}

img, a img {
	border: none;
}
ul, ol {
list-style: none;
}

#preload {
	display: inline;
}
#preload img {
	height: 83px;
	width: 174px;
	border: none;
	position: absolute;
	bottom: 0;
	left: -700px;
	z-index: -30;
	top: 702px;
}

/*----------------- Schriftdefinitionen -------------------*/

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #5A7E28;
}
.fusszeile {
	font-size: 11px;
	line-height: 13px;
	color: #333;
}
.impressum {
	font-size: 9px;
	line-height: 13px;
	color: #999;
}

/*----------------- Layout -------------------*/

#hauptebene {
	position:absolute;
	left:50%;
	top:0px;
	width:1008px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -504px;
	height: 786px;
}
#kopf {
	position:absolute;
	top:0px;
	width:1008px;
	height:96px;
}
#inhalt {
	position:absolute;
	top:240px;
	width:546px;
	height:432px;
	left: 228px;
	background-color: #E5F0D7;
	padding-left: 36px;
	padding-right: 18px;
	z-index: 998;
}
#inhalt_home_einstieg {
	position:absolute;
	top:97px;
	width:1008px;
	height:397px;
	left: 0;
	background-image: url(01_home/bilder/01_home_inhalt.jpg);
	background-repeat: no-repeat;
}
#inhalt_01 {
	position:absolute;
	left:0px;
	top:96px;
	width:1008px;
	height:198px;
}
#inhalt_02 {
	position:absolute;
	top:295px;
	width:1008px;
	height:198px;
	left: 0px;
}
#inhalt_03 {
	position:absolute;
	top:494px;
	width:1008px;
	height:198px;
	margin: 0px;
	padding-top: 0px;
}
#button {
	position:absolute;
	top:12px;
	width:96px;
	height:96px;
	margin: 0px;
	padding-top: 0px;
	left: 876px;
	z-index: 999;
}
#impressum {
	position:absolute;
	top:706px;
	width:340px;
	left: 670px;
	height: 19px;
}
#kontaktadresse {
	position:absolute;
	top:706px;
	width:393px;
	left: 612px;
	height: 74px;
}
#impressum {
	position:absolute;
	top:697px;
	width:292px;
	left: 0px;
	height: 33px;
}


/*----------------- Links -------------------*/

a:link {
	color: #999;
}
a:visited {
	color:#333;
}
a:hover, a:active, a:focus {
	color:#333;
}
