body {
	margin: 0 0 0 0;
	background-color: #CCCCCC;
}

a:link {
	color: #FD8C00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FD8C00;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FD8C00;
	text-decoration: none;
	font-weight: bold;
}

span, li {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
span.header {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
}
span.gross {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
}

span.navi {
	font-weight: bold;
}
span.navi a:link, span.navi a:hover, span.navi a:visited, span.navi a:active {
	color: #808080;
	text-decoration: none;
}
span.navi_aktiv {
	font-weight: bold;
}
span.navi_aktiv a:link, span.navi_aktiv a:hover, span.navi_aktiv a:visited, span.navi_aktiv a:active {
	color: #FD8C00;
	text-decoration: none;
}

span.subnavi {
	font-weight: bold;
}
span.subnavi a:link, span.subnavi a:hover, span.subnavi a:visited, span.subnavi a:active {
	color: #808080;
	text-decoration: none;
}
span.subnavi_aktiv {
	font-weight: bold;
}
span.subnavi_aktiv a:link, span.subnavi_aktiv a:hover, span.subnavi_aktiv a:visited, span.subnavi_aktiv a:active {
	color: #FD8C00;
	text-decoration: none;
}

td.gruen {
	background-color: #CCFF66;
}
td.orange {
	background-color: #FD8C00;
}
td.black {
	background-color: #000000;
}