@charset "ISO-8859-1";
body {
	text-align: center;
}
#Inhalt {
	position: absolute;
	top: 14px;
	width: 760px;
	z-index: 0;
}
.style1 {
	font: 100% Arial, Helvetica, Sans-Serif;
}
.style2 {
	width: 100%;
	color: #000000;
}
.style3 {
	font-size: small;
}
.style4 {
	font-size: x-small;
}
.style5 {
	width: 100%;
}
.style6 {
	color: #999999;
}
.style7 {
	font-size: x-small;
	font-style: italic;
}
.hauptteil {
	width: 100%;
	font-size: small;
}
div#Seite {
	text-align: left;
	margin: 0 auto;
	width: 760px;
}
#fixierterObererBalken {
	position: absolute;
	top: 0;
	width: 760px;
	z-index: 1;
}
#fixierterRechterText {
	text-align: center;
	font-size: x-small;
	position: absolute;
	top: 210px;
	margin-left: 710px;
	width: 50px;
	z-index: 1;
}
html > body #fixierterObererBalken {
	/* nur fuer moderne Browser! */
    position: fixed;
}
html > body #fixierterRechterText {
	/* nur fuer moderne Browser! */
    position: fixed;
}

