#Content {
	font-size: .7em;
	text-align: justify;
}

#Content h1 {
	font-size: 1.3em;
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid #D72229;
}

#Content h2 {
	font-size: 1em;
	margin-bottom: -1em;
	font-weight: bold;
}

#Content .Beschrieb {
	color: #646464;
	font-size: .9em;	
}

#Content a 
{
	TEXT-DECORATION: underline;
	color: #D72229;
}

#Content a:hover
{
	TEXT-DECORATION: none;
	color: #000000;
}

#Content hr {
	border:				0px;
	color:				#D72229;
	background-color:	#D72229;
	height:				1px;
}

#Content ul
{
	list-style: url(/images/li_quadrat.gif);
}

#Content ul a
{
	list-style: url(/images/li_pfeil.gif);
	text-decoration: none;
}

#Content ul a:hover
{
	list-style: url(/images/li_pfeil.gif);
	text-decoration: none;
	color: #000000;	
}


