/* Definition der Bereiche */
#oben {
	height: 128px;
	background-color:#030;
}
#unten {
	margin:0px;
	padding:0px;
}
#o-links {
	float:left;
	height: 128px;
	width: 210px;
}
#o-rechts {
	padding:1em 0.2em 0.2em 1em;
	color:#fffeb7;
	text-align:center;
	margin:0px;
}
#u-links {
	float:left;
	width: 200px;
	padding:1em 0.5em 0.2em 0.5em;
	margin:0px;
	color:#fffeb7;
}
#u-rechts {
	margin-left:215px;
	padding:1em 0.2em 0.2em 0.5em;
	width:60%;
}
#fensterinhalt {
	position: absolute;
	z-index: 5;
	width:100%;
	left: 0px;
	top: 0px;
}
#rundeecke {
	position: absolute;
	z-index: 10;
	left: 210px;
	top: 128px;
}
#h1-text {
	position: absolute;
	z-index: 100;
	width:100%;
	left: 0px;
	top: 0px;
}
#navi-oben {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #CDDC8E;
	margin-bottom:10px;
	padding: 3px 3px 3px 10px;
	color: #030;
}
.float-ende {
	float:none;
}
/* Formatierung der HTML-Tags */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	margin: 0px;
	padding: 0px;
	background-image:url(bilder/background.jpg);
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
#u-rechts h1 {
	font-size:130%;
}
#u-rechts h2 {
	font-size:120%;
}
#u-rechts h3 {
	font-size:110%;
}
.foto {
	border-left:1px solid #e2a73f;
	border-top:1px solid #e2a73f;
	border-right:1px solid #b74334;
	border-bottom:1px solid #b74334;
}
.textgroesse-90prozent {
	font-size:90%;
}
#u-rechts p {
	margin-bottom:0.5em;
}
.suchbegriffe {
	color:#003300;
}
#navi-oben a {
	color:#030;
	text-decoration:none;
}
#u-links a {
	color: #FFFFB7;
	text-decoration:none;
}
.uo {
	display:none;
}
