
/* Linksauszeichnungen ------------------------------------------------------ */


a:link {
	color:				#800000;
	text-decoration:	none;
}
a:visited {
	color:				#800000;
	text-decoration:	none;
}
a:hover {
	color:				#868789;
	text-decoration:	none;
}
a:active {
	color:				#800000;
	text-decoration:	none;
}






/* Textauszeichnungen ------------------------------------------------------ */

.ueberschrift  {
	font-family: 		Helvetica, "Times New Roman", Times, serif;
	font-size: 			20px;
	font-weight:		bolder;
	line-height:		15px;
	text-decoration:	none;
	color:				#0022ae;
	letter-spacing: 	1px;
	font-stretch: 		narrower;
	text-shadow:	 	#cccccc 3px 3px 1px;
	}

.fliesstext  {
	font-size: 			12px;
	font-weight:		normal;
	line-height:		14px;
	text-decoration:	none;
	color:				#000000;
	word-spacing:		1px;
	letter-spacing:		1px;
	text-shadow:	 	#ffffff 2px 2px 1px;
	padding-left:		10px;

	}


.fliesstext_bold  {
	font-size: 			12px;
	font-weight:		normal;
	line-height:		14px;
	text-decoration:	none;
	color:				#0022ae;
	word-spacing:		1px;
	letter-spacing:		1px;
	text-shadow:	 	#cccccc 2px 2px 1px;
	}

.liste  {
	padding-left:		10px;
	font-size: 			12px;
	line-height:		25px;
	text-decoration:	none;
	color:				#000000;
	word-spacing:		1px;
	}