* {
margin:0;
padding:0;
}

html, body {
height: 100%;
width: 100%;
background-color: #a9c938;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic
}

#distance {
width: 10px;
height: 50%;
margin-bottom: -375px;
float: left;
}

#container {
margin: 0 auto;
position: relative;
top: 0px;
bottom: 0px;
width: 1000px;
clear: left;
background-color: #303030;
z-index:1
}

.clear {
	clear: both	
}

#backgrnd {
	width: 920px;
	left: 40px;
	height: 100%;
	position: absolute;
	background-color: #040404;
	z-index: 2
}

#banner {
	width: 1000px;
	height: 550px;
	position: relative;
	margin-top: 0px;
	z-index: 3	
}

#nav {
	width: 300px;
	height: 30px;
	top: 40px;
	margin-bottom: 40px;
	position: relative;	
	left: 660px;
	background-color: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 4
}

#nav a:link {
	color: #000;
	text-decoration: none
}

#nav a:hover {
	color: #040404;
	text-decoration: underline
}

#nav a:visited {
	color: #000;
	text-decoration: none
}

#content {
	width: 600px;
	padding: 20px 350px 20px 50px;
	margin-top: 10px;
	background-image: url(images/platzhirsch_bg.jpg);
	position: relative;
	color: #040404;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 5	
}

#content a:link {
	color: #040404;
	text-decoration: none	
}

#content a:hover {
	color: #040404;
	text-decoration: none	
}

#content a:visited {
	color: #040404;
	text-decoration: none	
}

#content_foto {
	width: 300px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	position: absolute;
	background-color: #a9c938;
	background-image: url(images/logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border: 5px solid #FFF;
	z-index: 6
}

#footer {
	width: 900px;
	padding: 10px 50px 10px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	color:#FFF;
	z-index: 7
}

#footer a:link {
	color:#FFF;
	text-decoration: none
}

#footer a:hover {
	color:#FFF;
	text-decoration: none
}

#footer a:visited {
	color:#FFF;
	text-decoration: none
}

#logo {
	width: 200px;
	height: 98px;
	position: absolute;
	margin-top: -55px;
	right: 50px;
	z-index: 99
}

#footer_line {
	width: 998px;
	margin-left: -50px;
	border: 1px solid #FFF;
	position: relative;
	z-index: 8	
}