body {
	background: #036;
	color: #FF9;
	font: 101% tahoma, arial, verdana, helvetica, sans-serif;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

h1 {
	margin-top: 15px;
}

.validcss {
	border: 0;
	bottom: 10px;
	left: 110px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 70px;
	z-index: 3;
}

.validhtml {
	border: 0;
	bottom: 10px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 70px;
	z-index: 3;
}

#inhalt {
	background: transparent;
	color: #FF9;
	font: 95%/20px tahoma, arial, verdana, helvetica, sans-serif;
	height: 74%;
	left: 210px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: absolute;
	top: 65px;
	width: 67%;
	z-index: 4;
}

#inhalt p {
	padding: 0 20px 15px 15px;
}

#links {
	background: url(bilder/links.jpg);
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 60px;
	z-index: 1;
}

#lioben {
	background: url(bilder/linksoben.jpg);
	height: 60px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 60px;
	z-index: 2;
}

#liunten {
	background: url(bilder/linksunten.jpg);
	bottom: -1px;
	height: 60px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 60px;
	z-index: 2;
}

#menu {
	background: transparent;
	color: #903;
	height: 65%;
	left: 35px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: absolute;
	top: 80px;
	width: 140px;
	z-index: 4;
}

#menu a {
	background: #036;
	border-bottom: 1px solid #000;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	color: #FF9;
	display: block;
	font: 92% "Times New Roman", Times, serif;
	margin: 4px auto 7px auto;
	padding: 1px;
	text-align: center;
	text-decoration: none;
}

#menu a:link {
	background: #036;
	color: #FF3;
}

#menu a:visited {
	background: #036;
	color: #FF9;
}

#menu a:hover {
	background: #FF9;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #FFF;
	border-top: 1px solid #000;
	color: #036;
}

#oben {
	background: url(bilder/oben.jpg);
	color: #000;
	height: 60px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

#rechts {
	background: url(bilder/rechts.jpg);
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 60px;
	z-index: 1;
}

#reoben {
	background: url(bilder/rechtsoben.jpg);
	height: 60px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	z-index: 2;
}

#reunten {
	background: url(bilder/rechtsunten.jpg);
	bottom: -1px;
	height: 60px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 60px;
	z-index: 2;
}

#unten {
	background: url(bilder/unten.jpg);
	bottom: -1px;
	color: #000;
	height: 60px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

