/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
	Website URI    : http://www.rbk.de
	Beschreibung   : CSS - Angaben zur Formatierung aller News-Ansichten (Single, Latest...)

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */





/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
	LATEST
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


dl.teaserLatest,
table.teaserLatest {
	float: left;
	clear: both;
    margin: 0px;
	border-bottom: 10px solid #FFF;
    width: 460px;
    padding: 10px;
    background: #f5f5f5;
}

table.teaserLatest{
	width: 480px;
	padding: 0px;
}

.teaserLatest dt{
    margin: 0;
	font-weight: bold;
}

div#content .teaserLatest h3,
div#content .teaserLatest h4{
    margin: 0 0 5px 0;
}

.teaserLatest dt img {
    float: left;
    margin-right: 10px;

}

.teaserLatest td {
	margin: 0;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}

#content .teaserLatest td p.bodytext {
	padding: 0;
}

.teaserLatest td h3, 
.teaserLatest td p {
	margin-right: 10px;
}

.teaserLatest dd, 
.teaserLatest dd p,
#content .teaserLatest dd p {
	display: block;
    margin: 0;
    padding: 0;
}

ul.newsListItem {
    float: left;
    clear: both;
    margin: 0;
	border-bottom: 10px solid #FFF;
    width: 460px;
    padding: 10px;
    background: #f5f5f5;
    list-style: none;
}

/* IE7 HACK */
*:first-child+html ul.newsListItem  {
		margin: 0;
}

ul.newsListItem li {
    float: left;
	display: block;
	margin: 0px 10px 10px 0px;
    width: 220px !important;
}

ul.newsListItem a {
    padding: 0 10px;
    color: #6da7d6;
    text-decoration: none;
    background: url(../img/pfeil_rbk.gif) 0px 4px no-repeat !important;
}



h2 em {
    font-size: 11px;
}

.news-single-img a:link,
.news-single-img a:visited, 
.news-single-img a:active, 
.news-single-img a:hover, 
.news-single-img a:focus {
    padding: 0 !important;
    background: transparent !important;
}

.NewsLink {
	float: left;
	clear: both;
	margin-top: 10px;
	width: 80%;
    padding: 0 0 10px 10px;
}


.news-single-img {
	float: left;
	/*margin-right: 10px;*/
	display: table-cell;
	/*display: table-cell;*/
	margin-left: 10px;
	
	width:100%;
}

.news-single-img img { 
	clear: left;
	float: left;
	margin-bottom: 10px;
}


div.ImgCaption {
	float: left;
	margin-left: 10px;
/*	width: 220px; */
	width: 460px;
	font-size: 0.9em;
}

* + html div.ImgCaption  {
	width: 460px !important;
	padding-bottom:10px;
}

.contentBlock .ImgCaption {
	-margin-left: 5px;
}

.contentBlock .news-single-img .ImgCaption {
	margin-left: 0px !important;
	margin-bottom: 10px;
}

dl.news-single-files {
	border: none;
	margin: 10px 0px;
	padding: 0;
	margin-left: 10px;
	background: transparent;
}

.news-single-files dd,
.news-single-files dt {
	margin: 5px 0 0 0;
}

.news-single-files dt {
	font-weight: bold;
	font-size: 1.1em;
}

.news-single-files dd  img {
	margin-right: 10px;
}

.news-single-files dd a {

}


p.newsDate {
	margin-top: 10px;
}


div#content h1.csc-subtitleHeaderNews {
    clear: both;
    margin: 0;
    width: 460px;
    padding: 12px 10px 3px 10px;
    background: #e6e6e6;
    font-size: 1em;
    font-weight: normal;
}
