/*b0ca07*/

/* PRESSE FIRST ITEM*/

.news-list-item-first {
	position:relative;
}

.news-green-bg {
	background-color:#f3a33a;
	padding:11px;
	min-height:120px;
	margin-bottom:30px;
}

.news-list-item-first .image {
	float: left;
	padding:5px;
	background-color:#ffffff;
}

.news-list-item-first .text {
	float: left;
	width: 436px; /*Anpassungen der Orangen Box vorher 468px*/
	padding-left: 20px;
}

/* Anpassung der First News in einen 3 Spalten Layout */
#content_allgemein_2col_nav .content .news-list-item-first .text {
	width: 305px;
}

.news-list-item-first .text h2 a:link,
.news-list-item-first .text h2 a:active,
.news-list-item-first .text h2 a:visited,
.news-list-item-first .text h2 a:hover {
	color: white !important;
	font-family:"Times New Roman", Times, serif;
	font-size:24px !important;
}

.news-list-item-first .text p {
	padding-top:10px;	
}

.news-list-item-first .text p a:link,
.news-list-item-first .text p a:active,
.news-list-item-first .text p a:visited,
.news-list-item-first .text p a:hover {
	color: #585858 !important;
}

/************ NEWS REST **************/
.news-list-item {
	position:relative;
	background-image:url(../img/bg_hr_neu.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:30px;
	margin-top:30px;
}

.news-list-item .image {
	display: inline-block;
	float:left;
	width:150px;
}

.news-list-item .text {
	display: inline-block;
	float:left;
	width:536px;
}

.presse-list-container .news-list-item .news-list-date {
    margin: 0 0 10px 0;
}

.news-list-item-first .text .news_single_shorttitle,
.news-list-item .text .news_single_shorttitle {
	color: #58585A;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 15px;
}

.news-list-item .text h2 a:link,
.news-list-item .text h2 a:active,
.news-list-item .text h2 a:visited,
.news-list-item .text h2 a:hover {
	color: #009cce !important;
	font-family:"Times New Roman", Times, serif;
	font-size:14px !important;
}

.news-list-item .text p {
	padding-top:10px;	
	padding-right:10px;
}

.news-list-item .text p a:link,
.news-list-item .text p a:active,
.news-list-item .text p a:visited,
.news-list-item .text p a:hover {
	color: #585858 !important;
}

.news-single-item ul {
	padding-left:14px !important;
}

.news-single-img {
	float: right;
	padding-left: 20px;
}

.news-single-img img {
	border: 1px solid #c6c7c8;
}

.news-single-imgcaption {
	max-width: 213px;
	color: #009cce;
	padding: 5px 15px 15px 0;
}

.news-single-backlink {
	margin-top:20px;
}


.news-single-item .news-single-rightbox {
	float: left;
	margin-right: 5px;
}

.news-single-item .news_single_shorttitle {
	color: #009CCE;
	font-weight: bold;
    margin: 0 0 20px 0;
}

/* Dateianhänge */

.news-single-files dd,
.news-single-links dd {
    margin: 5px 0 0 0;
}

.news-single-files dd a {
    margin: 0 5px 0 5px;
}

.news-single-links dd a {
    margin: 0 5px 0 0;
}

/* Pager */

.showResultsWrap {
    margin: 5px 5px 5px 0;
}