body {
	margin: 0 0 0 0;
	background-color: Black;
	scrollbar-base-color: #dcdcdc;
	scrollbar-arrow-color: #b9b9b9;
	scrollbar-face-color: #F7F7F7;
	scrollbar-highlight-color: #F9F9F9;
	scrollbar-shadow-color: White;
	scrollbar-track-color: #F7F7F7;
}
/* Text */
td, center, p, blockquote, body, div, ul, li, tr, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-size: 90%;*/
	color: White;
	font-weight: 400;
}
td {
	padding-bottom: 0px;
	padding-top: 0px; 
}
/* Nicht anzeigen*/
.nicht {
   display: none;
}
.m10 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt; /*font-size: 100%;*/
	font-weight: 400;
	padding-top: 2px;
	/*margin-top: 2px;*/
}

a {
	font-size: 11px;
	font-weight: 400;
	text-decoration: none;
	line-height: 16px;
	/*width: 150px;*/
}
:link {
	color: White; /*background: transparent;*/
}
:visited {
	color: White;
	/*text-decoration: line-through;
	background: transparent;*/
}
:active {
	color: White;
	background: transparent;
}
a:hover {
	color: White;
	font-weight: 700;
}


/* ersten Buchstabe funktioniert*/
.fl:first-letter {
/*float:left;*/
font-family: Times New Roman;
font-size: 16pt;
}
.flgruen:first-letter {
	/*float:left;*/
	font-family: Times New Roman;
	font-size: 14pt;
	color: #FF6347;
	font-weight: 700;
}

