*
{
	font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
	color: #000000;
}

p, .zeile
{
	display: block;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 0.9em;
}

h1
{
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: bold;
	color: #558a17;
	margin-bottom: 0.5em;
}

h2
{
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: normal;
	color: #558a17;
	margin: 1.5em 0 0.5em;
}

a
{
	font-weight: bold;
	color: #ec6307;
	text-decoration: underline;
}
a:hover
{
	color: #ac2300;
}

ol ul
{
	font-size: 0.9em;
	list-style: square;
}

ol ul ul
{
	font-size: 0.9em;
	list-style: disc;
}


.green
{
	color: #558a17;
}

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 #558a17;
}

span.zeile
{
	display: block;
}

span.bezeichner
{
	clear: left;
	float: left;
	display: inline;
	width: 100px;
	margin-right: 1em;
	text-align: right;
}
span.wert
{
	float: left;
	display: inline;
	width: 350px;
}