/***************** Allgemeine Styleeigenschaften ******************/
body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #800000;
	background: #ddd;
/*
		scrollbar-base-color:#ccc;
		scrollbar-arrow-color:#800000;
		scrollbar-shadow-color:#800000;
		scrollbar-track-color:#bbb;
*/}

p {
		font-size: 14px;
} 
 
a:link, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #B70000;
	text-decoration:none;	
	}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #B70000;
	text-decoration:none;	
	}

	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}

.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #800000;
	line-height: 12px;
	margin-bottom:0px;
	margin-top:-14px;
	font-style: italic;
}

	
#fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #800000;
	line-height: 11px;
	margin-top:0px;
	margin-bottom:11px;
}


.fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}

.grossfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15 px;
	font-weight: bold;
	color: #800000;
}



td.borderbottom {
	border-bottom: 1px solid #FCB143;
	border-left: 1px solid #FCB143;
	border-right: 1px solid #FCB143;
	background: #eee;			
}



td.indexbottom {
	border-bottom: 1px solid #FCB143;
}
li {
	list-style-type: circle;
	font-size: 14 px;	
}

