/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;

/*SCROLLBAR-COLORS*/
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #262626;
scrollbar-3dlight-color: #666666;
scrollbar-face-color:#435873;
scrollbar-highlight-color: #F3F1F0;
scrollbar-track-color: #262626;

scrollbar-darkshadow-color: #ECF3E2;
scrollbar-shadow-color: #666666;
} 

#Supercontainer {
	position:relative;
	left:0px;
	top:0px;
	width:1020px;
	height:650px;
	z-index:1;
	/*background-color: #00FF00;*/
}

#Text_rechts {
	position:absolute;
	left:659px;
	top:149px;
	width:296px;
	height:510px;
	z-index:1;
	/*background-color: #FF0000;*/
}

.titel {
	font-size:16px;
	color:#F8F9FA;
	font-weight:bold;
}

.fliesstext {
	font-size:11px;
	line-height:16px;
	color:#F8F9FA;
	font-weight:600;
}

a {
	text-decoration:underline;
	font-size:11px;
	color:#F8F9FA;
	font-weight:600;
}
