/* right Column */
div.cn_frmw_content_main2_sp2v2 {
	padding: 0 7px 0 7px;
}

/* Special Press Release Teaser with Image, fading in/out */
div.cn_frmw_content_main2_sp2v2 #specialnews {
	border-bottom: 1px solid #c61839;
	margin: 0 0 14px 0;
	padding: 0;
}

/* if JS is disabled: show all newsboxes, give them the red border and remove it from the id */
div.cn_frmw_content_main2_sp2v2 #specialnews.hidden-specialnews {
	border-bottom: none;
	display: block;
}
div.cn_frmw_content_main2_sp2v2 #specialnews.hidden-specialnews .newsbox {
	border-bottom: 1px solid #c61839;
	margin-bottom: 14px;
}

/* if JS is enabled: show fading newsboxes */
div.cn_frmw_content_main2_sp2v2 #specialnews.show-specialnews {
	display: block;
}

/* put each content into div.newsbox - this will be faded in/out via JS */
div.cn_frmw_content_main2_sp2v2 .newsbox {
	height: 207px; /* fix height for non-jumping box */
	margin: 7px 0;
}

/* Content within .newsbox, .pr_teaser */
div.cn_frmw_content_main2_sp2v2 .newsbox .subtitel_Head2 {
	color: #c61839;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 3px;
}

div.cn_frmw_content_main2_sp2v2 .newsbox p {
	color: #515151;
	font-weight: normal;
	font-size: 10px;
	margin: 0 0 3px 0;
}

div.cn_frmw_content_main2_sp2v2 .newsbox a.cn_link_mehr_2, 
div.cn_frmw_content_main2_sp2v2 .newsbox a.cn_link_mehr_2:link, 
div.cn_frmw_content_main2_sp2v2 .newsbox a.cn_link_mehr_2:visited {
	font-weight: normal;
}
div.cn_frmw_content_main2_sp2v2 .newsbox .picture {
	background: #d6d7de;
	height: 96px;
	margin: 0 0 7px 0;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 142px;
}
/* Hack: nur Mozilla */
html:not([dummy]) div.cn_frmw_content_main2_sp2v2 .newsbox .picture { 
	width: 144px;
}
div.cn_frmw_content_main2_sp2v2 .newsbox .picture a, 
div.cn_frmw_content_main2_sp2v2 .newsbox .picture a:link, 
div.cn_frmw_content_main2_sp2v2 .newsbox .picture a:visited {
	border: none;
}
div.cn_frmw_content_main2_sp2v2 .newsbox .picture img {
	border: none;
	height: 96px;
	width: 144px;
}


/* regular Press release Teaser */
div.cn_frmw_content_main2_sp2v2 .pr_teaser {
	border-bottom: 1px solid #d6d7de;
	clear: both;
	height: auto;
	margin: 7px 0 -1px 0;
	padding: 3px 0 0 0;
}
div.cn_frmw_content_main2_sp2v2 .pr_teaser.last {
	border-bottom: none;
	margin-bottom: 17px;
}
div.cn_frmw_content_main2_sp2v2 .pr_teaser p {
	font-size: 10px;
	margin: 0 0 10px 0;
}

div.cn_frmw_content_main2_sp2v2 .pr_teaser .subtitel_Head2 {
	color: #515151;
	margin-bottom: 3px;
}

div.cn_frmw_content_main2_sp2v2 .pr_teaser a, 
div.cn_frmw_content_main2_sp2v2 .pr_teaser a:link, 
div.cn_frmw_content_main2_sp2v2 .pr_teaser a:visited {
	background-position: 0 7px;
	display: inline;
	font-weight: normal;
	margin: 0;
	line-height: 15px;
}
/* Hack: nur Mozilla */
html:not([dummy]) div.cn_frmw_content_main2_sp2v2 .pr_teaser a.cn_link_mehr_2, 
html:not([dummy]) div.cn_frmw_content_main2_sp2v2 .pr_teaser a.cn_link_mehr_2:link, 
html:not([dummy]) div.cn_frmw_content_main2_sp2v2 .pr_teaser a.cn_link_mehr_2:visited {
	background-position: 0 5px;
}

div.cn_frmw_content_main2_sp2v2 .newsbox a.cn_link_mehr_2, 
div.cn_frmw_content_main2_sp2v2 .newsbox a.cn_link_mehr_2:link, 
div.cn_frmw_content_main2_sp2v2 .newsbox a.cn_link_mehr_2:visited,
div.cn_frmw_content_main2_sp2v2 .pr_teaser a.cn_link_mehr_2, 
div.cn_frmw_content_main2_sp2v2 .pr_teaser a.cn_link_mehr_2:link, 
div.cn_frmw_content_main2_sp2v2 .pr_teaser a.cn_link_mehr_2:visited {
	background-image: url(../siteimg/brose/pfeil_rechts.gif);
}


