/* sektionen logo */
#container_c {
	background: url(css_img/wahl_logo.gif) top no-repeat;
	margin: 0px auto; 
	padding: 0;
	width: 660px; 
	}

/* sektionen navigation */
#navi {
	background: url(css_img/wahl_navi_hg.gif) top left no-repeat;
	height: 39px;
	margin: 0;
	}
#navi ul {
	border-left: 1px solid #8B033B;		/* dunkel */
	border-right: 1px solid #FEC2E3;	/* hell */
	float: left;
	font: 12px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 20px;
	}
#navi li {
	border-right: 1px solid #8B033B;	/* dunkel */
	border-left: 1px solid #FEC2E3;		/* hell */
	display: block;
	float: left;
	}
#navi a {
	color: #FEC2E3;						/* hell */
	float: left;
	height: 15px;
	padding: 7px 12px;
}
#navi li a:hover {
	background: url(css_img/wahl_navi_hover.gif);
	border-bottom: 0px;
	}
#navi li a.active {
	background: url(css_img/wahl_navi_active.gif);
	}

/* artikel */
#artikel p a {
	background: #FEC2E3;				/* hell */
	}

/* artikelformatierung liste */
#artikel .liste strong {
	margin-left: -45px;
	padding-right: 10px;
	}
#artikel .liste p {
	margin: 0;
	padding: 0px 0 0 60px;
	line-height: 24px;
	}
#artikel .liste p.high {
	background: #FEC2E3 url(css_img/liste.jpg) top left;
	display: block;
	border-bottom: 1px solid #FEC2E3;	/* hell */
	border-top: 1px solid #FEC2E3;		/* hell */
	}

/* zusatzspalte rechts */
/* formatierung links und aktion */
#links h3 {
	background: url(css_img/wahl_zusatz_kasten_oben.gif) top left no-repeat; 
	color: #FEC2E3;						/* hell */
	}
#links h4 {
	background: url(css_img/wahl_zusatz_kasten_mitte.gif) 0px -5px no-repeat;
	color: #FEC2E3;						/* hell */
	}
#links li a:hover {
	bbackground: #FEC2E3;				/* hell */
	}
#links li {
	background: url(css_img/wahl_zusatz_li-style.gif) 2px 4px no-repeat;
	}

/* formatierung aktion */
#aktion h3 {
	background: url(css_img/download_zusatz_kasten_oben.gif) top left no-repeat;
	color: #F3FEC2;						/* hell */
	}