body {
	font-family:sans-serif;
}

a {
	color:#009900;
}

a:hover {
	color:#c1c1c1;
}

h2 {
	color:#009900;
}

#karte {
	position:absolute;
	top:5%;
	left:50%;
	margin-left:-400px;
	width:800px;
	border-style:double;
	border-color:#000000;
	border-width:10px;
	text-align:center;
	-moz-border-radius:30px;
	-khtml-border-radius:30px;

}

#subkarte {
	position:absolute;
	top:580px;
	left:50%;
	margin-left:-400px;
	width:800px;
	border-style:none;
	border-color:#000000;
	border-width:0px;
}

#fakten {
	position:absolute;
	top:5%;
	left:50%;
	margin-left:-400px;
	width:800px;
}

#impressum {
	position:absolute;
	top:5%;
	left:50%;
	margin-left:-400px;
	width:800px;
}

#nav {
	position:absolute;
	left:50%;
	margin-left:-400px;
	width:800px;
	font-size:x-small;
	color:#c1c1c1;
	text-align:right;
}

#navinner {
	width:200px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding:3px;
	float:right;
}

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

#nav a:hover {
	color:#000000;
	text-decoration:none;
}
