div#news_items * {
	margin: 0;
	padding: 0;
}
div#news_items {
	min-height: 400px;
	margin-top:10px;
}
div#news_items p.news_year {
	border-bottom: 1px solid #C9D6EB;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: bold;
}
div#news_items div.news_item_teaser {
	margin: 0 0 0em;
	padding: 10px 0;
	border-bottom: 1px solid #C9D6EB;
	width: 100%;
	float: left;
}
div#news_items div.news_item_teaser  div.textinhalt{
	margin-left: 130px;
}

div#news_items h3 {
	font-size: 110%;
	margin: 0 0 0.8em;
}
div#news_items h3 a{
	text-decoration: none;
	color: black;
}
div#news_items h3.news_title {
/*	padding: 0 10px 0; */
}
div#news_items p {
	margin: 0 0 15px;
}
div#news_items p.news_teaser {
	margin: 0 0 10px;
}
div#news_items p.news_date {
	margin: 0;
	font-size: 90%;
}
div#news_items p.more-link {
	margin: 10px;
}
div#news_items a {
	/*text-decoration: none; */
	background:transparent url(dokument.gif) no-repeat scroll left top;
	padding-left:12px;
}
div#news_items p.more-link a,
div#news_items h3 a{
	background: none;
	padding-left: 0;
}
div#news_items a:hover {
	text-decoration: underline;
}

div#news_items p.teaser {
	font-weight: bold;
	margin:0 0 25px;
}
div#news_items img.imageLeft {
	float:left;
	margin-right:20px;
	margin-bottom: 20px;
	position:relative;
}

/* Allgemeine Contentklassen
--------------------------------------------------------------------------------------- */
div#news_items .left {
	float: left;
	margin: 0 0.5em 0 0;
}

div#news_items .right {
	float: right;
	margin: 0 0 0 0.5em;
}

div#news_items span.clearer {
	display: block;
	clear: both;
}

/* News Startseite
--------------------------------------------------------------------------------------- */
div#homepage div#newscontent {
	background: url(news-bg.gif) no-repeat;
	width: 330px;
	height: 235px;
	padding: 15px 30px 10px;
	position: absolute;
	bottom: 0;
	left: 60px;
}
div#homepage div#newscontent h2 {
	margin: 0 0 10px;
}
div#homepage div#newscontent ul.news {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#homepage div#newscontent ul.news li {
	padding: 0 0 5px 15px;
	margin-left: -15px;
	background: url(bullet.gif) no-repeat 0 0.45em;
}
div#homepage div#newscontent ul.news li a {
	font-weight: bold;
	text-decoration: none;
}
div#homepage div#newscontent ul.news li a:hover {
	text-decoration: underline;
}


/* JS-Newsticker */

div#header {
	position: relative;
}
div#newsticker {
	position: absolute;
	top: 154px;
	/*left: 88px;*/
	left: 48px;
	width: 730px;
}
/*
div#newsticker dl {
}
div#newsticker dl dt {
	width: 89px;
	padding: 1px 0;
	font-weight: bold;
	border-right: 1px solid #666;
	float: left;
}
div#newsticker dl dd {
	margin: 0;
	padding: 1px 10px;
	display: block;
	width: 620px;
	float: right;
	overflow: hidden;
}
div#newsticker dl dd ul li {
	float: none;
	clear: both;
	white-space: nowrap;
}
div#newsticker dl dd ul h5 {
	font-size: 100%;
	float: left;
	margin-right: 10px;
}
div#newsticker dl dd ul h5 a {
	color: #336 !important;
}
div#newsticker dl dd ul li p {
	margin: 0;
}
div#newsticker dl dd ul li p a{
	color:#000000 !important;
	font-weight: normal !important;
}*/
div#newsticker  ul {
	/*width: 620px; */
	width: 720px;
	padding: 1px 0;
	display: block;
	overflow: hidden;
}
div#newsticker  ul li{
	float: none;
	clear: both;
	white-space: nowrap;
}
div#newsticker ul h5,
div#newsticker ul .headline {
	font-size: 100%;
}
div#newsticker ul h5 a,
div#newsticker ul  a .headline{
	/*color: #336 !important; */
	color: #476388 !important;
}
div#newsticker ul li p {
	margin: 0;
}
div#newsticker  ul li p a{
	/*color:#000000 !important; */
	color: #476388 !important;
	font-weight: normal !important;
}



div#newsticker div#abdeckung {
	width: 40px;
	height: 60px;
	background: url(newsticker_abdeckung.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
