@charset "UTF-8";

body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #333333;}

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;}

#footer, #footer a, #footer a:visited { color: #999999; font-size: 10px; line-height: 18px; text-decoration: none }
#footer a:hover, footer a:visited:hover { text-decoration: underline }
#print-footer { color: #999999; font-size: 10px; line-height: 12px}


p {margin: 14px 0px 14px 0px;}
b {color: #555555; font-weight: bold; font-size: 95%;}

h1 {color: #999999;	font-weight: bold; font-size: 17px; line-height: 18px; margin: 5px 0px 0px 0px;}
h2 {color: #ffffff;	font-weight: normal; font-size: 14px; line-height: 30px; margin: 0px 0px 0px 10px;}
h3, .subline {color: #b70000;	font-weight: bold; font-size: 12px; line-height: 18px; margin: 18px 0px -10px 0px;}
h4 {color: #555555;	font-weight: bold; font-size: 95%; line-height: 18px; margin: 18px 0px -10px 0px;}

ul {
	list-style-position: outside;
	list-style-image: url(list_bullet.gif);
	margin-left: 16px;
	padding: 0px;
}
.menuelist { list-style-image: url(list_bullet_f2.gif);}
.checklist { list-style-image: url(list_check.gif);}
.result {
	list-style-image: url(list_result.gif);
	border-top: dotted 1px #999999;
	margin-top: 5px;
	padding-top: 5px
}

ol {
	list-style-position: outside;
	margin-left: 20px;
	padding: 0px;
}

.bildunterschrift { color: #999999; font-size: 11px; line-height: 16px }

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


/* grafische Elemente */

img {border: 0px;}

#minipics img {margin-left: 2px;}


.icon-right {
	padding: 0px 0px 0px 5px;
	float: right; 
}
.icon-left {
	padding: 0px 20px 0px 0px;
	float: left;
}
.galery-left {
	padding: 0px 20px 20px 0px;
	float: left;
}
.bildunterschrift img {
	margin-bottom: 3px;
}
td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}


/* Definition der Spaltenbreiten */

#column_blank {
	float: left;
	width: auto;
	text-align: left;
}
#column_113 {
	float: left;
	width: 113px;
	text-align: left;
}
#column_216 {
	float: left;
	width: 216px;
	text-align: left;
}
#column_268 {
	float: left;
	width: 268px;
	text-align: left;
}
#column_460 {
	float: left;
	width: 460px;
	text-align: left;
}
#column_473 {
	float: left;
	width: 473px;
	text-align: left;
}
#column_750 {
	float: left;
	width: 750px;
	text-align: left;
}
#highlight {
	text-align: left;
	width: 460px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	background-image: url(back_rubrik_460px.gif);
	background-repeat: no-repeat;
}


/* Definition der Buttons */

.mail:link {
	text-decoration: none;
	color: #333333;
	background-image: url(button-mail.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
.mail:visited {
	text-decoration: none;
	color: #333333;
	background-image: url(button-mail.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
.mail:hover {
	text-decoration: none;
	color: #999999;
	background-image: url(button-mail_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
.phone {
	color: #333333;
	background-image: url(button-phone.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.download:link {
	text-decoration: none;
	color: #333333;
	background-image: url(button-download.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
.download:visited {
	text-decoration: none;
	color: #333333;
	background-image: url(button-download.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
.download:hover {
	text-decoration: none;
	color: #999999;
	background-image: url(button-download_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}


