body { margin: 0; 
	scrollbar-arrow-color: black;
 	scrollbar-darkshadow-color: black;
 	overflow: auto;
 	scrollbar-3dlight-color: #EE82EE;
 	scrollbar-highlight-color: #EE82EE;
 	scrollbar-shadow-color: #EE82EE;
 	scrollbar-base-color: #CC0066;
 	scrollbar-track-color: black;
	background-color: #FFF0F5;
}
a {
	color: #CC0066;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 25px;
}
a:hover {
	color: black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 25px;
}
.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0066;
}
.headlines_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
.abstand {
	padding-left: 15px;
	padding-top: 15px;
	}
.border {
	border: 1px solid #CC0066;
	padding: 2px;
}
.box {
	background-color: White;
	border: 1px solid #CC0066;
	padding: 2px;
}
.textblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
