/* my_style */
BODY {
background-color: #868957;
scrollbar-3dlight-color:#868957; /* */
scrollbar-arrow-color: #000000; /* farbe der pfeile */
scrollbar-base-color: #868957; /*  */
scrollbar-track-color:#868957; /* hintergrund balken */
scrollbar-darkshadow-color:#868957; /* 3d-farbe nach unten + rechts */
scrollbar-face-color:#868957; /* Inhalt Kaestchen oben und unten */
scrollbar-highlight-color: #868957; /* 3d-farbe nach oben + links  */
scrollbar-shadow-color:#868957; /* */
}

a:link { color: #000000; text-decoration: none;}
a:visited { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }
a:hover { color: #ae0067; text-decoration: underline; }

.text
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.text_center
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #000000;
}

.text_grey
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cccccc;
}

.text_big_bold
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.text_big_bold_grey
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #cccccc;
}

.text_big_bold_red
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ae0067;
}