@charset=ISO-8859-1;

/* Definition der Basic-Types, identisch für alle Bereiche der Website */

a:link {color: #999999; text-decoration: none;}
a:hover { color: #999999; text-decoration: underline;}
a:visited { color: #999999; text-decoration: none;}
a:visited:hover { color: #999999; text-decoration: underline;}

.legal:link { color: #eaaf0f; text-decoration: none}
.legal:hover { color: #eaaf0f; text-decoration: underline}
.legal:visited { color: #eaaf0f; text-decoration: none }
.legal:visited:hover { color: #eaaf0f;text-decoration: underline }

.headline {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #eaaf0f;
}

h1 {color: #eaaf0f;	font-weight: bold; font-size: 18px; line-height: 18px; margin: 0px 0px 20px 0px;}
h2 {color: #0072c6;	font-weight: bold; font-size: 13px; line-height: 18px; margin: 0px 0px 0px 0px;}
h3 {color: #eaaf0f;	font-weight: bold; font-size: 13px; line-height: 20px; margin: 0px 0px 0px 0px;}

.subline {
	font-weight: bold;
	color: #0072c6;
	font-size: 13px;
	line-height: 18px;
}

.dachzeile {
	font-weight: bold;
	color: #eaaf0f;
	font-size: 13px;
	line-height: 20px;
}

.summit {
	list-style-type: none;
	list-style-image: none;
	margin-left: -20px;
	padding-left: 0px;
}

.bildunterschrift {
	margin: 5px 0px 30px 0px;
	font-weight: normal;
	color: #555555;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}

.trennlinie {
	border-top: dotted 1px #eaaf0f;
	margin-bottom: -10px;
}

.rubriklinie {
	border-top: dotted 1px #eaaf0f;
	margin-bottom: -10px;
	clear: both;
}

.markiert {
	color: #FF0000;
}

p, body {
	color: #222222;
}

b {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}

ul {
	list-style-position: outside;
	list-style-image: url(list-bullet.gif);
	margin-left: 20px;
	padding: 0px;
}

ol {
	list-style-position: outside;
	list-style-image: none;
	margin-left: 22px;
	padding: 0px;
}

ol li {
	padding-bottom: 6px;
}

td {
	vertical-align: top;
}


/* Definition der Hilfsnavigation, identisch für alle Bereiche der Website */

.hilfsnav, .hilfsnav:link, .hilfsnav:visited {
	list-style-image: url(hilfsnav_pfeil.gif);
	margin-bottom: 4px;
	color: #0072c6;
	text-decoration: none;
}
.hilfsnav:hover, .hilfsnav:visited:hover {
	list-style-image: url(hilfsnav_pfeil_f2.gif);
	margin-bottom: 4px;
	color: #eaaf0f;
	text-decoration: none;
}
.hilfsnav-active {
	list-style-image: url(hilfsnav_pfeil_f2.gif);
	margin-bottom: 4px;
	color: #0072c6;
	font-weight: bold;
}


/* Definition der Icons, identisch für alle Bereiche der Website */

.button-nl:link, .button-nl:visited {
	text-decoration: none;
	color: #222222;
	background-image: url(newsletter-button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 10px 10px 25px;
}
.button-nl:link u, .button-nl:visited u {
	text-decoration: none;
	color: #222222;
	background-image: url(newsletter-button-re.gif);
	background-repeat: repeat-x;
	background-position: right top;
	margin: -5px 0 0 0;
	padding: 5px 10px 10px 0;
}
.button-nl:hover u, .button-nl:visited:hover u {
	color: #222222;
	text-decoration: underline;
}
.button_download:link, .button_download:visited {
	text-decoration: none;
	color: #999999;
	background-image: url(button-download.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px 0px 20px;
}
.button_download:hover, .button_download:visited:hover {
	text-decoration: none;
	color: #222222;
	background-image: url(button-download_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px 0px 20px;
}
.button_details:link, .button_details:visited {
	text-decoration: none;
	color: #999999;
	background-image: url(button-details.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px 0px 20px;
}
.button_details:hover, .button_details:visited:hover {
	text-decoration: none;
	color: #222222;
	background-image: url(button-details_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px 0px 20px;
}
.button_tipp:link, .button_tipp:visited {
	text-decoration: none;
	color: #999999;
	background-image: url(button-tipps.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px 0px 20px;
}
.button_tipp:hover, .button_tipp:visited:hover {
	text-decoration: none;
	color: #222222;
	background-image: url(button-tipps_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px 0px 20px;
}
.button_goback:link, .button_goback:visited {
	text-decoration: none;
	color: #999999;
	background-image: url(button-goback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px 0px 20px;
}
.button_goback:hover, .button_goback:visited:hover {
	text-decoration: none;
	color: #222222;
	background-image: url(button-goback_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px 0px 20px;
}
.button_phone {
	color: #222222;
	background-image: url(button-phone.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 20px;
}
.button_fax {
	color: #222222;
	background-image: url(button-fax.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 20px;
}
.button_handy {
	color: #222222;
	background-image: url(button-handy.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 20px;
}
.button_mail:link, .button_mail:visited {
	text-decoration: none;
	color: #222222;
	background-image: url(button-mail.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px 0px 20px;
}
.button_mail:hover, .button_mail:visited:hover {
	text-decoration: none;
	color: #999999;
	background-image: url(button-mail_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px 0px 20px;
}
.button_list:link, .button_list:visited {
	text-decoration: none;
	color: #222222;
	background-image: url(list-bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px 0px 20px;
}
.button_list:hover, .button_list:visited:hover {
	text-decoration: none;
	color: #999999;
	background-image: url(list-bullet_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px 0px 20px;
}
.button_url:link, .button_url:visited {
	text-decoration: none;
	color: #999999;
	background-image: url(button-link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px 0px 20px;
}
.button_url:hover, .button_url:visited:hover {
	text-decoration: none;
	color: #222222;
	background-image: url(button-link_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px 0px 20px;
}
.button_bigger:link, .button_bigger:visited {
	text-decoration: none;
	color: #999999;
	background-image: url(button-big.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	padding-left: 14px;
	font-size: 12px;
}
.button_bigger:hover, .button_bigger:visited:hover {
	color: #222222;
	background-image: url(button-big_f2.gif);
}

