body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
}
#top {
	height: 82px;
	background: url(/wwk/etc/oben-bg.gif) repeat-x;
}
#top h1 {
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman, Times Roman, serif;
	right: 40px;
	top: 18px;
	font-size: 24px;
	color: #fff;
	xxtext-align: right;
}
#links {
	position: absolute;
	top: 82px;
	left: 0;
	background: url(/wwk/etc/links-bg.gif) repeat-y;
}
#content {
	position: absolute;
	top: 85px;
	left: 200px;
	padding: 5px;
}
#content h1 {
	font-size: 18px;
	margin: 0px 3px 5px 5px;
	color: #030;
}
#content h2 {
	font-size: 16px;
	color: #030;
	margin: 0px 3px 5px 5px;
}
#nav {
	padding-left: 10px;
	width: 160px;
	font-size: 13px;
}
#nav b {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}
#nav a {
	text-decoration: none;
	font-size: 13px;
	color: #ddf;
}
#nav a:hover {
	text-decoration: underline;
}
#logo {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 119px;
	height: 86px;
}

