/* sektionen logo */
#container_c {
	background: url(css_img/aktuelles_logo.gif) top no-repeat;
	margin: 0px auto; 
	padding: 0;
	width: 660px; 
	}

/* sektionen navigation */
#navi {
	background: url(css_img/aktuelles_navi_hg.gif) top left no-repeat;
	height: 39px;
	margin: 0;
	}
#navi ul {
	border-left: 1px solid #BF7300;		/* strich dunkel */
	border-right: 1px solid #FFB74C;	/* 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 #BF7300;	/* strich dunkel */
	border-left: 1px solid #FFB74C;		/* strich hell */
	display: block;
	float: left;
	}
#navi a {
	color: #FFF;						/* text hell */
	float: left;
	height: 15px;
	padding: 7px 12px;
}
#navi li a:hover {
	background: url(css_img/aktuelles_navi_hover.gif);
	border-bottom: 0px;
	}
#navi li a.active {
	background: url(css_img/aktuelles_navi_active.gif);
	}

/* artikel */
#artikel p a {
	background: #fff5e5;				/* 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: #FFB74C url(css_img/liste.jpg) top left;	/* hell */
	display: block;
	border-bottom: 1px solid #FFB74C;	/* hell */
	border-top: 1px solid #FFB74C;		/* hell */
	}

/* zusatzspalte rechts */
/* formatierung links und aktion */
#links h3 {
	background: url(css_img/aktuelles_zusatz_kasten_oben.gif) top left no-repeat; 
	color: #fff;						/* hell */
	}
#links h4 {
	background: url(css_img/aktuelles_zusatz_kasten_mitte.gif) 0px -5px no-repeat;
	color: #FFf;						/* hell */
	}
#links li a:hover {
	bbackground: #FFB74C;				/* heller */
	}
#links li {
	background: url(css_img/aktuelles_zusatz_li-style.gif) 2px 4px no-repeat;
	}

/* bildgalerie */
#gallery img {
	border: none;
	float: left;
	margin: 0px;
	}
.rssThumbFloat {
    float: left;
    width: 100px;
    border: 1px solid #999;
background: #eee;
    margin: 0 15px 15px 0;
    padding: 5px;
    text-align: center;
    font-size: .85em;
}

/* formatierung formular */
form {
	width: 400px;
	font: 12px/24px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: -15px 0px 0px 0px;
	padding: 0;
	bbackground: #fff5e5;
	}
form h3 {
	background: #ff8f00;
	color: white;
	clear: both;
	}
.col1 {
	text-align: left;
	width: 75px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
	}
.col2 {
	width: 320px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
	}
.col2 input {
	width: 250px;
	}
.col2comment {
	width: 195px;
	height: 98px;
	margin: 0;
	display: block;
	float: left;
	background: url(images/bg_textarea.gif) no-repeat;
	}
.col1comment {
	text-align: right;
	width: 135px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
	background: url(images/bg_label_comment.gif) no-repeat;
	}
div.row {
	clear: both;
	width: 400px;
	}
.submit {margin: 0; padding: 0;
	width: 330px;
	background: url(images/bg_submit.gif) no-repeat;
	ppadding-top: 5px;
	clear: both;
	} 
.zemRequired {
	font-weight: bold;
	}