html, body, td, th {
	color: #000000;
	scrollbar-base-color:#7F0000;
	scrollbar-3d-light-color:#FFFFCC;
	scrollbar-arrow-color:#7F0000;
	scrollbar-darkshadow-color:#FFFFCC;
	scrollbar-face-color:#FFFFCC;
	scrollbar-highlight-color:#FFFFCC;
	scrollbar-shadow-color:#7F0000;
	scrollbar-track-color:#FFFFCC;
}
body {
	background-color: #FFFFCC;
}
#rahmen {
	position: absolute;
	left: 50%;
	top:0px;
}
#inhalt {
	position: absolute;
	left: -400px;
}
#inhaltMitBG {
	position: absolute;
	left: -400px;
	background-image: url(img/bg.jpg); 
	layer-background-image: url(img/bg.jpg); 
	border: 1px none #000000;
}
.fusstextGross {
	width:800px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	text-align:center; 
	color:#FFFFCC;
}
.fliesstext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-align:left; 
}
.fliesstextKlein {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:left; 
}
h1 {
	padding-top:20px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-align:left; 
	color: #7F0000;
}
h2 {
	padding-top:10px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	text-align:left; 
}
a {
	color: #7F0000;
	text-decoration:none;
}
a:hover {
	color: #7F0000;
	text-decoration:underline;
}