body {
	scrollbar-highlight-color: #F1027F;
	scrollbar-shadow-color: #F1027F;
	scrollbar-arrow-color: #F1027F;
 scrollbar-base-color:  #FFD700;
	font-family : Arial;
}

table{
	font-family : Arial;
}


/* Beinflusst die Linkformation*/
a:link, a:active, a:visited{
color : #005497; text-decoration:underline }
a:hover		{ 
text-decoration: underline; color : #005497; }
					 


input,textarea  {
	border : 1px groove #e75113;
	background : #DCDCDC;
	font-family : Arial;
	font-size : 11px;
	
	
}


/* Beinflusst Text Startseite*/
.tblStart{
	font-size :10px;
	color : #005497;
	text-align : justify;
}


/* Beinflusst Text */
.tblDates{
	font-size :10px;
	color : #000000;
	text-align : justify;
}

/* Beinflusst Zwischenueberschriften */
.tblZwihead{
	font-family : Georgia;
	font-size :12px;
	color : #005497;
	font-weight : normal;
	text-align : justify;
}

/* Beinflusst Text */
.tblMagenta{
	font-size :10px;
	color : #e75113;
	text-align : justify;
}

/* Beinflusst Headline */
.headDates{
 font-size : 12px;
	color : #e75113;
	font-weight : bold;
 text-align : justify;
}


/* Beinflusst Datum */
.headHead{
 font-size : 9px;
	color : #000000;
 font-weight : bold;
 text-align : justify;
}


/* der Rahmen um die Tabellen - magenta*/
.tblRahmen {
	border-top: 1px dashed #F1027F;




