body {
	background:#567;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:90%;
	margin:0;
	padding:0;
}

a:link, a:active {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#567;
	text-decoration:none;
}

a:visited {
	color:#789;
}

#page {
	width:600px;
	margin:0 auto;
	border-right:2px solid #000;
	border-left:2px solid #000;
	background:#fff;
}

#header {
	height:120px;
	background:url('./kopf.jpg') no-repeat;
}

#subnavigation {
	height:28px;
	border-bottom:1px solid #000;
}

#subnavigation h3{
	margin:5px 0 0 8px;;
	float:left;
	width:250px;
	font-size:14px;
	font-weight:normal;
}

#subnavigation div{
	margin:3px 10px 0 0;
	width:45px;
	float:right;
}

#inhalt {
	clear:both;
}

#content {
	float:right;
	width:395px;
	padding:10px;
}

#content h1 {
	font-size:17px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	margin:0 0 10px 0;
	padding:0;
}

#content h2 {
	font-size:15px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	margin:5px 0 5px 0;
	padding:0;
}

#content p, #content div {
	font-size:14px;
}

#navigation {
	width:160px;
	padding:10px;
	border-right:1px dotted #789;
	float:left;
}

#navigation a {
	font-size:12px;
	display:inline-block;
	width:160px;
	padding:3px 0 !important;
}

#footer {
	clear:both;
}
