html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	text-align: center;
	background-color: #CCCCCC;
}
#kopf {
	height: 120px;
	text-align: center;
	background-color: #FFFFFF;
}
#menue {
	position: absolute;
	top: 165px;
	padding: 4px 4px 3px;
	font-size: 100%;
	font-style: italic;
	width: 145px;
	background-image: url(../image/blassgelb.jpg);
	left: 0px;
	font-weight: bold;
}
#inhalt {
	margin-left: 160px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006633;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	width: 578px;
	height: 100%;
	overflow: visible;
	clear: none;
}
#fuss {
	padding: 5px;
	height: auto;
	border-top: 1px solid #339966;
	font-size: 100%;
	text-align: center;
	background-image: url(../image/blassgelb.jpg);
}
#wrapper {
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../image/blassgelb.jpg);
}
#menue2 {
	background-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
	padding-left: 250px;
	border-top-style: solid;
	border-top-color: #006633;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 100%;
	font-style: italic;
	border-top-width: 2px;
	font-weight: bold;
}
.inhalto {
	height: 20px;
	border-left-width: 1px;
	border-left-color: #006633;
	background-color: #FFFFFF;
	margin-left: 160px;
}
.inhaltu {
	height: 20px;
	border-left-width: 1px;
	border-left-color: #006633;
	background-color: #FFFFFF;
	margin-left: 160px;
}
#titel {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	position: absolute;
	left: 0px;
	top: 122px;
	width: 200px;
	font-weight: bold;
}
#spalte-rechts {
	padding-top: 5px;
	background-color: #FFFFFF;
	float: right;
	border: 1px none #0000FF;
	position: static;
	width: 270px;
	text-align: center;
}
#spalte-links {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	position: static;
	width: 270px;
	border: 1px none #FF0000;
	float: left;
	text-align: center;
}

