html, body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

/* Für HTML-Tabellen werden Schriftformatierungen mit Ausnahme der Farbe nicht von der CSS-Anweisung für "html, body" übernommen. */
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

/* ---------- Absatzabstände ---------- */

p {
	margin-top: 0px;
	margin-bottom: 8px;
}

.absatzabstand0pixel {
	margin-top: 0px;
	margin-bottom: 0px;
}

.absatzabstand50prozent {
	margin-top: 0px;
	margin-bottom: 4px;
}

.absatzabstand100prozent {
	margin-top: 0px;
	margin-bottom: 8px;
}

.absatzabstand200prozent {
	margin-top: 0px;
	margin-bottom: 16px;
}

.absatzabstand250prozent {
	margin-top: 0px;
	margin-bottom: 20px;
}

.absatzabstand300prozent {
	margin-top: 0px;
	margin-bottom: 24px;
}

.absatzabstand500prozent {
	margin-top: 0px;
	margin-bottom: 40px;
}

/* ---------- Allgemeine Schriftformatierungen ---------- */

.fett {
	font-weight: bold;
}

.kursiv {
	font-style: italic;
}

.farbtext {
	color: #DC4B0D;
}

.initiale {
	font-size: 16px;
	font-weight: bold;
	color: #DC4B0D;
}

/* ---------- Headlines ---------- */

h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #DC4B0D;
	margin-top: 0px;
	margin-bottom: 17px;
}

h2 {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 17px;
}

h3 {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 2px;
}

/* ---------- Listen ---------- */

ul {
	margin-left: 0px;
	padding-left: 13px;
}

.listenebene01 {
	list-style-image: url(../pics/allgemein/aufzaehlungspunkt.gif);
	margin-top: 0px;
	margin-bottom: 11px;
}

/* Extrawurst für IE Versionen vor 7 */
* html .listenebene01 {
	list-style-image: url(../pics/allgemein/aufzaehlungspunkt_ie.gif);
}

/* Extrawurst für IE Version 7 */
*+html .listenebene01 {
	list-style-image: url(../pics/allgemein/aufzaehlungspunkt_ie.gif);
}

/* ---------- Links allgemein ---------- */

a:link {
	color: #DC4B0D;
	text-decoration: underline;
}

a:visited {
	color: #DC4B0D;
	text-decoration: underline;
}

a:hover {
	color: #DC4B0D;
	text-decoration: underline;
}

a:active {
	color: #DC4B0D;
	text-decoration: underline;
}

/* ---------- Links subnavi ---------- */

a.subnavi:link {
	color: #838383;
	text-decoration: none;
}

a.subnavi:visited {
	color: #838383;
	text-decoration: none;
}

a.subnavi:hover {
	color: #DC4B0D;
	text-decoration: none;
}

a.subnavi:active {
	color: #DC4B0D;
	text-decoration: none;
}

/* ---------- Links textfarbe ---------- */

a.textfarbe:link {
	color: #666666;
	text-decoration: none;
}

a.textfarbe:visited {
	color: #666666;
	text-decoration: none;
}

a.textfarbe:hover {
	color: #666666;
	text-decoration: none;
}

a.textfarbe:active {
	color: #666666;
	text-decoration: none;
}

/* ---------- Contentbereich ---------- */

#webhitsstatistik {
	position: absolute;
	left: 0px;
	top: -100px;
	width: auto;
	height: auto;
}

#content {
	margin-left: 25px;
	margin-top: 25px;
	width: 509px;
	height: auto;
}

#subnavi {
	position: absolute;
	left: 233px;
	top: 10px;
	width: auto;
	height: auto;
	color: #838383;
}
