/* News - List */
span.news-list-date {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.news-list-view h3 {
	margin-bottom: 0;
}

.news-list-view h3 a {
	color: #008dd9;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

.news .article {
    padding: 20px 0 0 0;
    margin: 0 0 10px;
}

.news .article:first-child {
    border-top: 0 none;
    padding: 0;
}

.news-list-view .article p {
    margin-bottom: 10px;
    color: #555;
}

.news.news-list-view {
    padding: 0;
}

/* News - Detail */
.news-single .article .news-img-wrap {
    float: left;
    margin: 0 15px 5px 0;
    width: auto;
}

.news-single .article .teaser-text, .news-text-wrap p {
    font-size: 12px;
    color: #555;
}
#content .news-single .article .news-related-news h4,
#content .news-single .article .news-related-files h4,
#content .news-single .article .news-related-links h4 {
    font: 24px/32px 'Open Sans', sans-serif;
    color: #249EE1;
    margin-bottom: 15px;
}

.news-single-date {
    margin-left: 4px;
    color: darkGray;
    font-size: 10px;
    line-height: 18px;
}

.news-single .news-backlink-wrap {
	padding-top: 20px;
}
.news-single .news-backlink-wrap a {
    font-weight: bold;
    padding-left: 12px;
    background: url(../images/arrow-news-back.png) no-repeat center left;
}

.news .news-archive-view {
    width: 530px
}
.aside .news .news-archive-view {
	width: 100%;
}

.main-holder .column .news {
	float: none;
	width: auto;
}

/* News - Pagebrowser*/
/*
.news .page-navigation ul li a {
    background: url(../images/pager_sprite.png) no-repeat -26px 0;
    width: 26px;
    height: 21px;
    display: block;
    padding: 4px 0 0 0;
    color: #717171;
    font-weight: bold;
}

.news .page-navigation ul li a:hover {
    background-position: -26px -25px;
    text-decoration: none;
    color: #717171;
}

.news .page-navigation li.current a, .news .page-navigation li.current a:hover {
    background-position: -26px -50px;
    color: #fff;
}

.news .page-navigation li.next a {
    background-position: -52px 0;
    text-indent: -9999px;
}

.news .page-navigation li.next a:hover {
    background-position: -52px -25px;
}

.news .page-navigation li.previous a {
    background-position: 0 0;
    text-indent: -9999px;
}

.news .page-navigation li.previous a:hover {
    background-position: 0 -25px;
}



.news .page-navigation ul li a {
	line-height: 20px;
	}


.news .page-navigation ul li {
	display: block;
	float: left;
	height: 26px;
	min-width: 20px;
	line-height: 25px;
	}
*/
.news .page-navigation ul {
	text-align: center;
	padding: 0;
	float: none;
	}
.news .page-navigation p {
	display: none;
	}

/* News - Archiv/Menu */
.news-menu-view {
    float: right;
    background: #fff;
    border: 1px dotted #d9d9d9;
    padding: 0;
}

.news-menu-view ul {
    padding-left: 10px;
    margin: 0;
}

.news-menu-view ul li {
    list-style-type: none;
    font-weight: bold;
    font-size: 11px;
}

.news-menu-view ul ul {
    padding-left: 18px;
}

.news-menu-view ul ul li {
    margin-right: 5px;
    list-style-type: disc;
    font-weight: normal;
}

.flyout .news-list-view-detailed .header span.news-list-date {
	line-height: 15px;
}

.flyout .news-list-view-default .bodytext {
	display: none;
}

.flyout .news-list-view .header h3 {
	display: inline;
}

.flyout .news-list-view-default .header h3 a {
	line-height: 9px;
}

.flyout .news-list-view .article {
	padding: 3px 0 1px;
}

ul.noBullets {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-related ul li span {
	border: none;
	padding: 0;
	margin: 0;
}


.news-related-new {
	margin-bottom: 20px;
}

.news-related-new h4 {
	font-size: 14px !important;
	font-weight: bold !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}

.news-related-new .download-box .csc-textpic-imagewrap {
	float: left;
	padding-right: 8px;
}

.news-related-new .download-box .details {
	float: left;
}

.news-related-new .download-box .clear {
	clear: left;
}

.news-related-new .download-box .fileType {
	text-transform: uppercase;
}

.news-related-new .download-box .meta {
	padding: 10px 0;
}


#nav .flyout .news .header h3,
#nav .flyout .news .header h3 a {
	font-size: 11px;
	line-height: 16px;
	color: #0891DA;
	font-weight: bold;
	}

.tab-content .news .news-archive-view {
	width: auto;
}