/* CSS Document */

#content_column_news {
	margin:0px auto;
	margin-right:14px;
	margin-bottom: 25px;
}
#newscontent {
	margin:0px auto;
}
#content_column_news h2 {
	font-size:0.8em;
	line-height:130%;
	color:#FFFFFF;
}


/* ---------- KLASSEN ---------- */

.ignore, .hiddenStructure {
	position:absolute;
	top:-3000px;
	left:-3000px;
}
.floatclear {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}
.f_left {
 float:left;
 display:inline;
}
.f_right {
 float:right;
 display:inline;
}
.f_clear {
 clear:both;
 height:0;
 line-height:0;
 font-size:0;
}

/* ---------- news (listenansicht) ---------- */

h5 {
 font-size:.7em;
 font-weight:bold;
 color: #000;
}
h5 a {
 color: #000;
}
h5 a:hover {
 text-decoration: none;
}
h6 {
 margin-bottom:4px;
 font-size: 1.1em;
 color: #d9000d;
}
h6 a {
 font-size: .8em;
 color: #d9000d;
 text-decoration: none;
}

h6 a:hover {
 text-decoration: underline;
}

/* ---------- NEWS latest ---------- */
.news-latest-container {
	margin: 0px auto;
	padding: 0px;
	width: 9.5em;
}
.news-latest-item h5 {
	margin: 10px 0px 4px 0px;
	padding: 2px 0px 4px 0px;
	line-height: 13px;
	background:none;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.news_latest_text p {
	margin: 0px;
	line-height: 13px;
	color: #d0d0d0;
	font-size:11px;
}
.news-latest-morelink {
	margin-bottom: 17px;
	padding-top: 2px;
}
.news-latest-morelink a {
	color: #fff;
	font-size: .7em;
	text-decoration:underline;
}
.news-latest-morelink a:hover { 
	text-decoration: none;
}


