@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
}
b { color: #135BA7; font-weight: bold; font-size: 11px;}
h1, subline {color: #ff0000; font-weight: bold; font-size: 17px; line-height: 20px; margin: 5px 0px 0px 0px;}
h2, subline {color: #ff0000; font-weight: bold; font-size: 12px; line-height: 18px; margin: 5px 0px 0px 0px;}

#hilfsnav a, #hilfsnav a:visited {
	color: #135BA7;
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	background-image: url(list-hilfsnav-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#hilfsnav a:hover, hilfsnav a:visited:hover {
	text-decoration: underline;
	padding: 0px 0px 0px 10px;
	background-image: url(list-hilfsnav-pfeil_f2.gif);
}



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

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

.tabelle {
	background-color: #dddddd;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	padding-left: 12px
}
.tabelle-markiert {
	background-color: #cccccc;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	padding-left: 12px
}
.tabellenkopf {
	color: #eeeeee;
	font-size: 11px;
	line-height: 13px;
	background-color: #999999;
	font-weight: bold;
	padding-left: 12px
}
.bildunterschrift { color: #135BA7; font-size: 11px; line-height: 16px }

.headline {
	color: #999999;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 30px;

}

a:link {color: #ff9900; text-decoration: none;}
a:hover { color: #ff0000; text-decoration: none;}
a:visited { color: #ff9900; text-decoration: none;}
a:visited:hover { color: #ff0000; text-decoration: none;}

.legal {
	color: #ff9900;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	font-weight: normal;
}

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



/* Definition der Spaltenbreiten */

#column_blank {
	float: left;
	width: auto;
	text-align: left;
}
#column_175 {
	float: left;
	width: 175px;
	text-align: left;
}
#column_185 {
	float: left;
	width: 185px;
	text-align: left;
}
#column_216 {
	float: left;
	width: 216px;
	text-align: left;
}
#column_275 {
	float: left;
	width: 275px;
	text-align: left;
}
#column_400 {
	float: left;
	width: 400px;
	text-align: left;
}
#column_460 {
	float: left;
	width: 460px;
	text-align: left;
}
#column_750 {
	float: left;
	width: 726px;
	text-align: left;
}



/* zusätzliche Bausteine */

img {border: 0px;}

.icon-right {
	padding: 0px 0px 0px 5px;
	float: right;
}
