/* sektionen logo */
#container_c {
	background: url(css_img/kontakt_logo.gif) top no-repeat;
	margin: 0px auto; 
	padding: 0;
	width: 660px; 
	}

/* sektionen navigation */
#navi {
	background: url(css_img/kontakt_navi_hg.gif) top left no-repeat;
	height: 39px;
	margin: 0;
	}
#navi ul {
	border-left: 1px solid #002F95;		/* strich dunkel */
	border-right: 1px solid #9CBBFF;	/* 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 #002F95;	/* strich dunkel */
	border-left: 1px solid #9CBBFF;		/* strich hell */
	display: block;
	float: left;
	}
#navi a {
	color: #BAD7FF;						/* text hell */
	float: left;
	height: 15px;
	padding: 7px 12px;
}
#navi li a:hover {
	background: url(css_img/kontakt_navi_hover.gif);
	border-bottom: 0px;
	}
#navi li a.active {
	background: url(css_img/kontakt_navi_active.gif);
	}

/* artikel */
#artikel p a {
	background: #BAD7FF;				/* 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: #BAD7FF url(css_img/liste.jpg) top left;	/* hell */
	display: block;
	border-bottom: 1px solid #BAD7FF;	/* hell */
	border-top: 1px solid #BAD7FF;		/* hell */
	}

/* zusatzspalte rechts */
/* formatierung links und aktion */
#links h3 {
	background: url(css_img/kontakt_zusatz_kasten_oben.gif) top left no-repeat; 
	color: #BAD7FF;						/* hell */
	}
#links h4 {
	background: url(css_img/kontakt_zusatz_kasten_mitte.gif) 0px -5px no-repeat;
	color: #BAD7FF;						/* hell */
	}
#links li a:hover {
	bbackground: #BAD7FF;				/* heller */
	}
#links li {
	background: url(css_img/kontakt_zusatz_li-style.gif) 2px 4px no-repeat;
	}
fieldset {
	display: block;
	}