@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #666666;
	margin: 0px;
}
a:link {
	color: #009966;
	text-decoration: none;
}

a:hover {
	color: #009966;
	text-decoration: underline;
}
a:visited {
	color: #009966;
	text-decoration: none;
}
a:active {
	color: #666666;
}
.navigation a:link {
	color: #009966;
}
.navigation a:hover {
	color: #009966;
}
.navigation a:visited {
	color: #666666;
}
.navigation a:active {
	color: #333333;
}
.navigation {
	float: left;
	padding-left: 0px;
	position: absolute;
	left: 600px;
	width: 160px;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding-top: 50px;
}
.content {
	width: 570px;
	left: 200px;
	top: 160px;
	position: absolute;
}
.fusszeile {
	font-size: 11px;
	line-height: 14px;
}
h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	color: #006633;
	font-weight: normal;
	font-variant: normal;
}
.head {
	float: left;
}
.content ul {
	list-style-position: outside;
	list-style-image: url(img/pfeil_liste.gif);
	margin-left: -20px;
}
.content ul ul {
	list-style-position: outside;
	list-style-image: url(img/pfeil_liste2.gif);
	margin-left: -24px;
}
.table_allgemein {
	table-layout: auto;
	display: table;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 8px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
td {
	vertical-align: top;
	padding-bottom: 6px;
}

* html .content ul {
	list-style-position: outside;
	list-style-image: url(img/pfeil_liste.gif);
	margin-left: 20px;
}
* html .content ul ul {
	list-style-position: outside;
	list-style-image: url(img/pfeil_liste2.gif);
	margin-left: 10px;
}

*+html .content ul {
	list-style-position: outside;
	list-style-image: url(img/pfeil_liste_ie7.gif);
	margin-left: 18px;
}
*+html .content ul ul {
	list-style-position: outside;
	list-style-image: url(img/pfeil_liste2_ie7.gif);
	margin-left: 20px;
}

