body {
background-color : #fafafa;
margin : 15px auto auto;
color : black;
text-align : center;
font-family : Geneva, Arial, Helvetica, sans-serif;
   scrollbar-base-color: #FAFAFA;
	SCROLLBAR-FACE-COLOR: #FAFAFA;
	SCROLLBAR-HIGHLIGHT-COLOR: Black;
	SCROLLBAR-SHADGHT-COLOR: #FAFAFA;
	SCROLLBAR-ARROOW-COLOR: Black;
	SCROLLBAR-3D-LIGHT-COLOR: Black;
	SCROLLBAR-TRACK-COLOR: #FAFAFA;
	SCROLLBAR-DARKSHADOW-COLOR: #FAFAFA;
}
div.rahmen {
width : 700px;
height : 700px;
border : 1px solid #340064;
margin : 10px auto auto;
text-align : left;
}
div.content {
	width : 433px;
	height : 510px;
	float : left;
	position : relative;
	visibility : visible;
	z-index : auto;
	max-height : 510px;
	overflow : auto;
	font-size: small;
	text-align: left;
}
div.fusszeile {
width : 700px;
height : auto;
margin : 0 auto auto;
border : 1px solid #340064;
font-size : xx-small;
color : white;
border-top : 0;
background : silver;
position : relative;
}
.text {
	font-size : small;
	font-family : sans-serif;
	text-align: left;
}
.xxs_text_center {
text-align : center;
font-size : xx-small;
}
.text_fett {
	font-weight : bold;
	text-align: left;
}
.text_xs {
font-size : xx-small;
color : #dddddd;
text-align : right;
}
