/* Das ist der Platz fuer die Hauptnavigation */
#navigation {
	position: absolute;
	top: 60px;
	left: 168px;
	width: 600px;
	height: 30px;
}

/* Das ist der Platz fuer die Subnavigation */
#subnavigation {
	position: absolute;
	top: 112px;
	left: 538px;
	width: 200px;
	height: 200px;
}

/* Das ist der Platz f&uuml;r das Logo */
#logo {
	float:right;
	margin-top: 30px;
	margin-bottom: 10px;
}

#main {
	width: 700px;
	height: 610px;
	margin: 0 auto;
	padding: 0;
}

#text {
	padding: 20px;
}

#text a {
	text-decoration: underline;
}
#text a:hover {
	text-decoration: none;
}

#impressum {
	font-size:9px;
	font-weight: bold;
	margin-right: 6px;
	margin-left: 4px;
}

#footer {
	width: 700px;
	height: 36px;
	background-color: #010080;
}