body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#all {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 600px;
}
#top {

	margin: 0px;
	padding: 0px;
	width: 1000px;
	background-color: #F5F5F5;
	height: 65px;
}
#top_titel {
	height: 65px;
	text-align: left;
	position: absolute;
	left: 200px;
	padding-top: 10px;
}
#logo {
	float: left;
	width: 150px;
	padding-top: 5px;
	height: 65px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
}
#navi {
	position: absolute;
	top: 65px;
	width: 205px;
	background-color: #F5F5F5;
	padding-top: 30px;
	padding-bottom: 80px;
	left: -40px;
}
#navi li {
	height: 25px;
	width: 155px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	list-style-type: none;
	padding-left: 10px;
	padding-top: 2px;
	background-color: #FFFFFF;
}
#navi li a:link {
	font-size: 0.7em;
	text-decoration: none;
	color: #666666;
}
#navi li a:hover {
	text-decoration: none;
	color: #B90207;
	font-size: 0.7em;
}
#navi li a:active {
	text-decoration: none;
	color: #666666;
	font-size: 0.7em;
}
#navi li a:visited {
	text-decoration: none;
	color: #666666;
	font-size: 0.7em;
}
#content {
	font-size: 0.8em;
	background-color: #FFFFFF;
	width: 800px;
	position: absolute;
	float: left;
	left: 165px;
	top: 80px;
	padding-left: 20px;
	height: 100%;
}
h1 {
	color: #FF6600;
	font-size: 1.1em;
	letter-spacing: 0.2em;
}
h2 {
	text-decoration: underline;
	font-size: 1em;
	padding-left: 10px;
	color: #333333;
}
#p_standard {
	padding-left: 50px;
	line-height: 1.4em;
	padding-bottom: 20px;
}
#p_aufzaehlung {
	padding-left: 50px;
	line-height: 2em;
	padding-bottom: 20px;
}
table {
	font-weight: bold;
	font-size: 1em;
	width: 100%;
	margin: 10px;
}
.formular {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.td_headline {
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #666666;
	text-align: center;
}
.text_small {
	font-size: 0.9em;
	font-weight: normal;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-decoration: none;
	color: #FFFFFF;
}
