.bg {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	top: 50%;
	bottom: 50%;
}
.oben {
	background-color: #5c4538;
	background-image: url(../img/bg_oben.gif);
	background-repeat: no-repeat;
}
.mitteallgmein {
	background-color: #000000;
}
.mitte {
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0px;
	padding: 0px;
	height: 280px;
	width: 900px;
	position: relative;
	vertical-align: top;
}
.unten {
	background-color: #5C4538;
	background-image: url(../img/bg_unten.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.randl {
	background-image: url(../img/rand_links.png);
	background-repeat: no-repeat;
	background-position: right;
}
.randr {
	background-image: url(../img/rand_rechts.png);
	background-repeat: no-repeat;
	background-position: left;
}
.rando {
	background-image: url(../img/rand_oben.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.randu {
	background-image: url(../img/rand_unten.png);
	background-repeat: no-repeat;
	background-position: top;
}
.eckeol {
	background-image: url(../img/ecke_obenl.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.eckeor {
	background-image: url(../img/ecke_obenr.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.eckeul {
	background-image: url(../img/ecke_untenl.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.eckeur {
	background-image: url(../img/ecke_untenr.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.schriftunten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.schriftunten:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.schriftstab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
