body {
	background-color: #ffffff;
	font-family: verdana, arial, serif;
	font-size: 80%;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#umzu{
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
	color: black;
	border: 1px solid black;
}
#kopf {
	height: 70px;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid black;
}
#kopf h1 {
	font-size: 150%;
	position: relative;
	left: 200px;
	top: 20px;
}
#kopf a {
	color: black;
	font-family: helvetica, verdana, arial, serif;
	text-decoration:none;
}

#links {
	float: left;	
	margin-top: 10px;
	width: 100px;
}
#links ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}
#links ul li {
	display: block;
	padding-bottom: 8px;	
}
#links a {
	border-bottom: 1px dashed black;
	border-right: 1px dashed black;
	color: black;
	display: block;
	font-size: 110%;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	width: 150px;
}
#links a:hover {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
#links ul ul a {
	margin-top: 8px;
	width: 135px;
}
#links ul ul ul a {
	margin-top: 8px;
	width: 120px;
}
#inhalt {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;
	width: 540px;
}
#fuss {
	clear: both;
	border-top: 1px solid black;
	color: #000000;
	font-size: 70%;
	margin: 0 auto;
	padding-bottom: 6px;	
	padding-top: 25px;
	text-align: right;
	width:100%;
}
#fuss a {
	border-bottom: 1px dashed #666666;
}
#fuss a:hover {
	text-decoration: none;	
}