BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
	color : Black;}
	
	.head6 {
	
	font-family :  Arial, Verdana, sans-serif;
	font-size :  10pt;
	font-weight :  bold;
	color :  White;
	text-align :  center;}
	
	.kasten {
	
	border :  thin;
	border-bottom-width :  medium;
	border-color :  Blue;}
	
	.inforechts {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	color : Black;}
	
	/* erzeugt Rand um Zelle unten und links */
td.tableft {
	border-left : solid 1px;
	border-bottom : solid 1px;
	border-color : maroon;
	background : #FFF8DC;
	color : Black;
	font : 8pt Arial, Verdana, sans-serif;
}

/* erzeugt Rand um Zelle links, unten und rechts */
td.tabright {
	border-right : solid 1px;
	border-left : solid 1px;
	border-bottom : solid 1px;
	border-color : maroon;
	background : #FFF8DC;
	color : Black;
	font : 8pt Arial, Verdana, sans-serif;
}

/*Tabelle nur mit oberem Rand */	
td.randunten  {
	border-bottom : solid 1px;
	border-color : maroon;
	color : Black;
	font : 8pt Arial, Verdana, sans-serif;
	}
	
	/* Zelle mit umschließenden Rand */	
td.tabkomplett {
	border : solid 1px maroon;
	color : black;
	background : #FFF8DC;
	font : 9pt Arial, Verdana, sans-serif;
}

/* Definition von Fließtext in Tabellen */
.tabellentext {
	color : black;
	font : 8pt Verdana, Arial, sans-serif;
}

.tabtextunterstrichen { 
	color : black;
	font : 7pt Verdana,Arial,sans-serif;
	text-decoration :  underline;}


/* Definition der Hauptlinks */	
A:link {
	color : Blue;
	font : Arial, Verdana, sans-serif;
	text-decoration : underline;
}

A:visited {
	color : red;
	text-decoration : none;
}

A:hover {
	color : #993366;
	font : Arial, Verdana, sans-serif;
	text-decoration : none;
	text-decoration : underline;
}

A:active {
	color : blue;
	text-decoration : none;
}


/* Definition der Links in der Bottomleiste */
a.bottomlink:link {
	color : blue;
	font : 8pt Arial, Verdana, sans-serif;
	text-decoration : underline;
}

	
a.bottomlink:visited {
	color : #993366;
	font : 8pt Arial, Verdana, sans-serif;
	text-decoration : none;
	text-decoration : underline;
}

	
a.bottomlink:hover {
	color : #993366;
	font : 8pt Arial, Verdana, sans-serif;
	text-decoration : none;
	text-decoration : underline;
}

/* Definition von Überschrift */
.headline {
	color : #999966;
	font : bold 14pt Arial, Verdana, sans-serif;
	text-align : left;
}

		
.subheadline {
	color : gray;
	font : bold 10pt Arial, Verdana, sans-serif;
	text-align : left;
}

.scrollbalken {
           scrollbar-arrow-color:#009999;
           scrollbar-base-color:#FBF9EB;
		   }
		   
h1 {
	border-bottom: 1px solid gray;
	font-weight: bold;
	font-size: 11px;
	margin-left: 30px;
	margin-right: 30px;
	color: #FF8C00;
	}
	
h2 {
	color : gray;
	font : bold 10pt Arial, Verdana, sans-serif;
	text-align : left;
	}


