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

a:hover {
	color: #333333;
}
a:visited {
	color: #007cc4;
	text-decoration: none;
}
a:active {
	color: #255184;
}
.navigation a:link {
	color: #666666;
}
.navigation a:hover {
	color: #007cc4;
}
.navigation a:visited {
	color: #666666;
}
.navigation a:active {
	color: #333333;
}
.navigation {
	float: left;
	padding-left: 140px;
	position: absolute;
	left: 335px;
	width: 294px;
	font-size: 11px;
	line-height: 16px;
	color: #023876;
}
.content {
	width: 600px;
	left: 164px;
	top: 200px;
	position: absolute;
}
h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 22px;
	color: #255184;
	font-weight: normal;
	font-variant: normal;
}
.head {
	float: left;
}
strong {
	font-size: 13px;
	font-weight: bold;
	color: #255184;
}
.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;
	border: 1px solid #CCCCCC;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 8px;
	width: 100%;
}
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;
}

