@charset "UTF-8";

/**
 * (en) page news
 *
 * 
 * 
 */

@media screen, projection {

/*--------------------------------------------------------------------------*/

/**
 * news
 *
 */
 
 /*erase this*/
 #col3 .view {padding:0px;}
 #col3_content .views-row {margin:0px;}
 .news .tabs {display:none;}

 .news_header h3 {
 	margin: 0px;
 }
 
 .news .gfx-title {
 	background:transparent url(../../../images/layout/bg_title.png) repeat-x left top;
 }

 .view-id-tnoc_news .news_teaser {
 	border: 1px solid #bfbfbf;
    border-top: none;
 }

 .view-id-tnoc_news .views-summary {
 	padding: 10px;
 	color:#4d4d4d;
 }
 
 .news .gfx-title-right {
 	background:transparent url(../../../images/layout/bg_title-right.png) no-repeat right top;
 }
 
 .news .gfx-title-left {
 	background:transparent url(../../../images/layout/bg_title-left.png) no-repeat left top;
 }
  

/* news teaser */
.news_teaser {
	background: #e6e6e6; margin: 0px;
}

.news_teaser .content {
	padding: 20px 20px 10px 20px;
} 	

.news_teaser .news_header {
	padding:10px 20px;
	margin-bottom:0px;
	background:#4d4d4d;
}

.news_teaser .news_header * {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 15px;
}

.news_teaser .news_header span {float: right;}

.news_teaser img {
 	float:left;
 	margin:0 10px 10px 0px;
 	display: block;
 }
 
 .news_teaser .content p {margin-left: 245px;}
 
 
.news_footer {
	padding: 10px 20px;
	background: #ECECEC;
	border-top: 1px solid #BFBFBF;
}

.news_footer span {
	float:right;
}

/* news full node */ 
.news_fullnode {background: #fff} 
.news_fullnode_inner {padding:30px 0px 0px 0px;
border:1px solid #BFBFBF;}
.news_text_wrapper {
	padding: 0 20px;
}
.news_fullnode_inner img {
	padding: 0 20px;
}

.news_fullnode .field-field-news-image {margin-top: 20px;margin-bottom: 30px;}
.news_fullnode .field-field-news-image img {float:none !important;}

.news_fullnode .news_text_wrapper {width: 470px;}

.news_fullnode h3 {
	color: #303030;
	font-size: 26px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

.news_fullnode h4 {
	color: #303030;
	font-size: 15px;
	font-size: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}

.news_fullnode .teasertext {
	font-size: 17px;
}

.news_fullnode .teaserlink {
	margin-bottom:20px;
}
 
.news_fullnode .field-field-news-img-small-left,
.news_fullnode .field-field-news-img-small-right {
	float:left;
}
 
.news_fullnode .imagecache-news_page_233x130 {
 	padding: 25px 3px 70px 0 !important;
 } 
 
 .news_fullnode .comment-content img {
 	width: 39px;
 	height: 39px;
 }
 
  .news_fullnode .forum-view-left {
  	margin: 20px 20px 20px 0px;
		width: 120px;
  }
 
  .news_fullnode .forum-view-right {
  	min-height: 0;
  }
  
  .news_fullnode .comment-title {
  	font-weight: bold;
  	margin-bottom: 2px;
  }
  
  .news_fullnode .forum-kommentar p {
  	margin-bottom: 2px;
  }
  
  .news_fullnode .btn-wrapper {
  	margin: 10px 0;
  }

	.news_footer h4 {
		font-weight: bold;
		margin: 10px 0 5px;
	}

/*--------------------------------------------------------------------------*/
 
/* end: @media screen, projection */

}