@charset "UTF-8";
/* CSS Document */

html { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
}

img { border:none; }

h1 { font-size:20px; padding:0; margin:13px 0 18px 0;color:#2a3c9b; }


#chart ul { 
	margin:6px 0 0 0;
	padding:0;
	list-style:none;
}
#chart li {
	line-height:16px;
	padding-bottom:3px;
	padding-left:13px;
	background: url(../images/rechteck.gif) 0 5px no-repeat;
}
#chart li li {
	padding-bottom:0px;
	padding-left:10px;
	background: url(../images/rechteckKlein.gif) 0 5px no-repeat;
}
* html #chart li { 
	background: url(../images/rechteck.gif) 0 6px no-repeat;
}
*+html #chart li { 
	background: url(../images/rechteck.gif) 0 6px no-repeat;
}


#adresse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom:1px;
}
#adresse a {
	color:#FFF;
	text-decoration: none;
}
#adresse a:hover {
	text-decoration: underline;
}

#headerIcons a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration: none;
	font-size:11px;
}
#headerIcons a:hover {
	text-decoration: none;
}



#flashcontent {
	font-size: 11px; 
	color: #999999;
	background-color:#f49f00;
}

.naviPfeil{ font-size:16px; }

.px10 { font-size:10px; }
.px11 { font-size:11px; }


/* ----- Farben ----- */
.blau { color:#2a3c9b; }
.bgOrange { color:#f49f00; }
.gelbNaviButton { color:#feb600; }
.homeOverOrange { color:#FF6600; }
.rotHighlight { color:#ee0600; } /*Highlight-Schriftfarbe für BG mit .gelbNaviButton*/
/* ------------------ */



