* {
	margin :			0;
	padding :			0;
}
body {
	font-family :		sans-serif;
	font-size :			medium;
	padding :			1em;
	text-align :		center;
	min-width :			800px;
}
p {
	margin :			0.5em 0;
}
table {
	border-spacing :	0.2em;
}
#nav ul {
	padding :			0.2em 1em;
	border-bottom :		1px solid #000;
}
#nav ul li {
	display :			inline;
	list-style :		none;
}
#nav ul li a {
	font-weight :		bold;
	padding :			0.2em 0.5em;
	margin-right :		0.2em;
	border :			1px solid #808080;
	border-bottom :		none;
	background-color :	#e6e6fa;
	color :				#4169e1;
	text-decoration :	none;
}
#nav ul li a:hover {
	background-color :	#4169e1;
	color :				#fff;
	border-color :		#000;
}
#nav ul li a.aktiv, #nav ul li a.aktiv:hover {
	background-color :	#fff;
	color :				#808080;
	border :			1px solid #000;
	border-bottom :		1px solid #fff;
	cursor :			default;
}
#logo {
	float :				left;
}
#header p {
	text-align :		right;
	padding :			0.5em 0;
	font :				bold xx-large sans-serif;
	color :				#808080;
}
.spacer {
	clear :				both;
}
.title {
	font-size :			large;
	font-weight :		bold;
}
.subtitle {
	font-size :			small;
	color :				#808080;
}
.middle {
	margin-left :		auto;
	margin-right :		auto;
}
.frameImg {
	border :			2px solid #808080;
}
#footer, #footer a:link, #footer a:visited {
	font-size :			small;
	color :				#808080;
	text-decoration :	none;
}