*
{
	font-family: Arial, Geneva, Helvetica, Sans-Serif;
	color: #000000;
}

p
{
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 0.75em;
}

h1
{
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
	color: #6e94ac;
	margin-bottom: 0.5em;
}

a
{
	font-weight: bold;
	color: #759bb3;
	text-decoration: underline;
}
a:hover
{
	color: #6e94ac;
}

hr {
	clear: both;
	background: transparent none repeat scroll 0%;
	border:0pt none;
	height:1px;
	margin: 1em 0 2em;
	padding-top: 1em;
	border-bottom: 1px solid #6e94ac;
}

span.zeile
{
	display: block;
}

span.bezeichner
{
	clear: left;
	float: left;
	width: 50px;
	margin-right: 10px;
}
span.wert
{
	float: left;
	width: 165px;
}
