/* CSS Document */
<!--

/*Hintergrundfarbe*/
body {
	background-color: #80131e;
	}
/*Schriftart Fliesstext*/
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/*Format Navigation oben*/
.navi-oben {
	text-align:center;	
	}
/*Format Navigation oben - Linkdarstellung*/
.navi-oben1 {
	font-size: 10px;
	text-align:center;	
	color: #000000;
	text-decoration:none;
	}
/*Format Navigation oben - Linkdarstellung aktiv*/
.navi-oben2 {
	font-size: 10px;
	text-align:center;	
	color: #80131e;
	font-weight:bold;
	text-decoration:none;
	}
	
/*Format Navigation Impressum - Linkdarstellung*/
.navi-impressum1 {
	font-size: 10px;
	text-align:left;	
	color: #000000;
	text-decoration:underline;
	}
/*Format Navigation Impressum - Linkdarstellung aktiv*/
.navi-impressum2 {
	font-size: 10px;
	text-align:left;	
	color: #80131e;
	text-decoration:underline;
	}

/*Format Navigation rechts*/
/*Format Navigation rechts - Linkdarstellung*/
.navi-rechts1 {
	font-size: 14px;
	color: #000000;
	text-decoration:none;
	}
/*Format Navigation rechts - Linkdarstellung aktiv*/
.navi-rechts2 {
	font-size: 14px;
	color: #80131e;
	font-weight:bold;
	text-decoration:none;
	}	

/*Format Pageinhalt*/
.page {
	font-size: 12px;
	color: #000000;
	}
	

/*Ueberschrift in Page */	
.head1 {
	font-size: 12px;
	font-weight: bold;
	color: #80131e;
	}
.head2 {
	font-size: 12px;
	text-decoration:underline;
	color: #000000;
	}

/*Anmerkung im Fließtext: Kursiv & klein */
.anmerkung {
	font-size: 10px;
	font-style: italic;
}


/*Aufzählung - rote Punkte - schwarzer Text*/
ul {
list-style-image:url(Bilder/bulletpoint.gif);
font-weight:bold;
}
li {
color: #cc1f2f;
font-weight:normal;
}
li span {
color: #000000;
}



-->

