* {
	margin:0;
	padding:0;
}
html, body {
	background-color: #e1e1dc; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	overflow: hidden;
}
body {
	text-align:center; /*braucht der Explodierer!!!*/
}
a {
	text-decoration: none;
	color: #0a3b25;
	font-weight: bold;
}
#distance { 
	margin: 0 auto;
	width:1px;
	height:50%;
	margin-bottom:-285px; /* Halbe Container Hoehe, groessere Zahl schiebt Container nach oben */
	width: 1px;
}
#inner_body {
	margin:0 auto;
	position: relative;
	text-align: left;
	width: 950px;
	height: 487px; 
	clear: left;
	z-index: 2;
	background-color: #abada0;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #0a3b25;
	padding-bottom: 10px;
}
h2 {
	font-size: 15px;
	padding-bottom: 15px;
	color: #0a3b25;
	font-style: italic;
}
ul {
	list-style: outside;
	padding-left: 20px;
	list-style-type: square;
	padding-bottom: 20px;
	color: #0a3b25;
}
li {
	padding-bottom: 5px;
}
p {
	font-size: 12px;
	padding-bottom: 15px;
}
#bottom {
	position: absolute;
	bottom: -20px;
	width: 100%;
	height: 18px;
	color: #0a3b25;
	text-align: right;
}
#pic {
	position: absolute;
	top: 0px;
	right: 0px;
}
#pic img {
	border: none;
}
#nav {
	position:absolute;
	top: 0px;
	height: 257px;
	width: 200px;
	left: 0px;
	font-size: 14px;
	background-color: #0a3b25;
	text-align: right;
	padding-right: 15px;
	padding-top: 230px;
	line-height: 2;
}
td {
	padding:2px;
	height: 30px;
}
.aktiv {
	color: #88888a;
	font-weight: bold;
}
.inaktiv {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#logo_oben {
	position: absolute;
	top: 0px;
	left: 0px;
}
#content {
	position:relative;
	left: 215px;
	top: 0px;
	width: 215px;
	height: 467px;
	overflow: auto;
	padding: 10px;
	z-index: 11;
}
#flags {
	position: absolute;
	right: 10px;
	margin-top: -20px;
	float: right;
}
#flags a {
	padding-right: 10px;
}
