/* sektionen logo */
#container_c {
	background: url(css_img/veranstaltung_logo.gif) top no-repeat;
	margin: 0px auto; 
	padding: 0;
	width: 660px; 
	}

/* sektionen navigation */
#navi {
	background: url(css_img/veranstaltung_navi_hg.gif) top left no-repeat;
	height: 39px;
	margin: 0;
	}
#navi ul {
	border-left: 1px solid #D5AA00;		/* strich dunkel */
	border-right: 1px solid #FFEC9F;	/* strich 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 #D5AA00;	/* strich dunkel */
	border-left: 1px solid #FFEC9F;		/* strich hell */
	display: block;
	float: left;
	}
#navi a {
	color: #FFFDF5;						/* hell */
	float: left;
	height: 15px;
	padding: 7px 12px;
}
#navi li a:hover {
	background: url(css_img/veranstaltung_navi_hover.gif);
	border-bottom: 0px;
	}
#navi li a.active {
	background: url(css_img/veranstaltung_navi_active.gif);
	}

/* artikel */
#artikel p a {
	background: #FFF;				/* text 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: #FFFDF5 url(css_img/liste.jpg) top left;	/* hell */
	display: block;
	border-bottom: 1px solid #FFFDF5;	/* hell */
	border-top: 1px solid #FFFDF5;		/* hell */
	}

/* zusatzspalte rechts */
/* formatierung links und aktion */
#links h3 {
	background: url(css_img/veranstaltung_zusatz_kasten_oben.gif) top left no-repeat; 
	color: #FFFDF5;						/* hell */
	}
#links h4 {
	background: url(css_img/verantaltung_zusatz_kasten_mitte.gif) 0px -5px no-repeat;
	color: #FFFDF5;						/* hell */
	}
#links li a:hover {
	bbackground: #FFFDF5;				/* heller */
	}
#links li {
	background: url(css_img/veranstaltung_zusatz_li-style.gif) 2px 4px no-repeat;
	}