@charset "UTF-8";
/* ----------- Selektoren: tags ----------- */
body{
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	margin:0px;
	padding:0px;
}
h1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 9px;
	margin-top: 4px;
}
p{
	font-size: 15.5px;
	margin: 0px 0px 4px 0px;
}
h2, h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}
h4{
	font-size:13px;
	margin:0px;
	padding:10px 0px 5px;
}
a:link, a:visited, a:active {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-size: 13px;
	color:#999999;
	text-decoration: none;
}

/* ----------- Selektoren: id ----------- */
#gesamt{
	margin: auto;
	width: 842px;
}
#menu{
	width: 842px;
	margin-bottom: 17px;
}
#footer{
	text-align: center;
}

/* ----------- Selektoren: class ----------- */
.box{
	margin-bottom: 17px;
	width: 842px;
	clear: both;
}
.abst_label_box{
	width: 8px;
	background-color:#FFFF99;
}
.th_abr_unten, .th_abr_oben{
	background-color:#FFFF99;
	background-repeat: no-repeat;
}
.th_abr_mitte{
	background-color:#FFFF99;
}
.bezeichner_box_mitte{
	background-color:#FFB900;
	text-align: center;
	width: 92px;
}
.bezeichner_box_unten, .bezeichner_box_oben{
	background-color:#FFB900;
	background-repeat: no-repeat;

}
.strich{
	color: #ffb900;
}
.noborder{
	border: 0;
	text-align: center;
}

/* ----------- Stile für Links ----------- */
.bezeichner_lnk:link, .bezeichner_lnk:visited, .bezeichner_lnk:active{
	font-size: 12px;
	color: #444;
}
.bezeichner_lnk:hover {
	color:#fff;
	border-bottom: 1px dotted #fff;
}
.h3_lnk:link, .h3_lnk:visited, .h3_lnk:active{
	font-size: 16.5px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #666666;
}
.h3_lnk:hover {
	color:#999999;
}
.lnk_gepunktet_14px:link, .lnk_gepunktet_14px:visited, .lnk_gepunktet_14px:active{
	font-size: 14px;
	border-bottom: 1px dotted #666;
}
.lnk_gepunktet_14px:hover{
	color:#999;
	border-bottom: 1px dotted #999;
}
.lnk_gepunktet_14px_blau:link, .lnk_gepunktet_14px_blau:visited, .lnk_gepunktet_14px_blau:active{
	color:#003399;
	font-size: 14px;
	border-bottom: 1px dotted #003399;
}
.lnk_gepunktet_14px_blau:hover{
	color:#0000FF;
	border-bottom: 1px dotted #0000FF;
}
