/* ####### Allgemeine Einstellungen ####### */
html {
	min-height: 101%;
}

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background: url(/images/background.jpg) repeat-x #B5DD96 top;
	color:#004500;
	font:100.01%/1.4 arial;
	text-align:center;
	font-family: Arial, Trebuchet MS, Tahoma, Helvetica, Sans Serif;
}

#distance { 
	width:1px;
	height:50%;
	background-color:#fc6;
	margin-bottom:-285px; /* half of container's height */
	float:left;
}

#page {
	background-color:#d2ffb2;
	border:1px solid #004500;
	clear:left;
	height:575px;
	margin:0 auto;
	position:relative;
	width:1000px;
}		
#header {
	width:1000px; 
	height:390px;
	background-image:url(/images/baum.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-size:350%;
	font-weight:bold;
}
#Navigation {
	float: left;
	width:1000px; 
	height:25px;
	margin: 0 auto;
	display: block;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	white-space:nowrap;				
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	padding: 0 15px;
}
#navigation a:link { text-decoration:none;font-weight:bold;font-size:100%;color:#004500; }
#navigation a:visited { text-decoration:none;font-weight:bold;font-size:100%;color:#004500; }
#navigation a:hover { text-decoration:none;font-weight:bold;font-size:100%;color:#B5DD96; }
#navigation a:active { text-decoration:none;font-weight:bold;font-size:100%;color:#004500; }
#navigation a:focus { text-decoration:none;font-weight:bold;font-size:100%;color:#004500; }

#banner {
	width:1000px; 
	height:150px;
	overflow:hidden;
	float:left;
	border-top:1px solid #004500;
	border-bottom:1px solid #004500;
}
#footer {
	width:1000px; 
	height:5px;
	overflow:hidden;
}
