
/*****************************************/
/*************** LIST VIEW ***************/
/*****************************************/

.strgb-news-list {

}

.strgb-news-list-entry {
	height:50px;
}

.strgb-news-list-datebox {
	float:left;
	width:170px;
	height:49px;
	border-bottom:1px solid #ffffff;
	background-color:#c8b5b1;
	position:relative;
	overflow:hidden;
}

.strgb-news-list-datebox-month {
	position:absolute;
	top:8px;
	left:5px;
	
	color:#d9cbca;
	font-weight:700;
	font-size:230%;

	z-index:49;
}

.strgb-news-list-datebox-date {
	position:absolute;
	top:8px;
	right:13px;
	
	color:#ffffff;
	font-weight:700;

	z-index:51;
}

.strgb-news-list-contentbox {
	float:left;
	height:39px;
	width:339px;
	border-bottom:1px dashed #c8b5b1;
	overflow:hidden;
	
	padding:10px 0 0px 11px;
}

.strgb-news-list-contentbox-title {
	display:inline;
}

.strgb-news-list-contentbox-linkmore {
	display:inline;
	padding-left:3px;
}


/*****************************************/
/*************** LAST VIEW ***************/
/*****************************************/

.strgb-news-last {
/* 	background-color:#00aaff; */
}

.strgb-news-last-entry {
	float:left;
	width:170px;
	height:195px;
	
	margin-left:5px;

	padding-top:10px;

	background-image:url(../img/bg_metanav.gif);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#ffffff;
}

.strgb-news-last-entry-first {
	margin-left:0px;
}

.strgb-news-last-img {
	width:170px;
	height:75px;
	overflow:hidden;
}


.strgb-news-last-img a img {
	outline:none;
	border:none;
}


.strgb-news-last-date {
	width:160px;
	height:22px;

	padding: 8px 5px 0 5px;

	background-color:#c8b5b1;
	color:#ffffff;
	font-weight:700;
}

.strgb-news-last-contentbox {
	width:160px;
	height:75px;
	overflow:hidden;
	
	padding: 5px 5px 0 5px;

	background-color:#f2f2f2;
}



/*****************************************/
/************** DETAIL VIEW **************/
/*****************************************/

.strgb-news-detail {

}

.strgb-news-detail-date {
	color:#004489;
}

.strgb-news-detail-content {
	margin-top:1em;
}

.strgb-news-detail-content ul {
	margin-left:10px;
	padding-left:10px;
}

.strgb-news-detail-img {
	margin-top:2em;
}

.strgb-news-singleimg {
	display:inline;
	margin-right:5px;
}

.strgb-news-detail-linkback {
	margin:3em 0 1em 0;
}
.strgb-news-detail-linkback a {
	border-left:1px solid #7a7a7a;
	padding-left:5px;
}

/*****************************************/
/************* TEASERBOX VIEW ************/
/*****************************************/

.strgb-news-teaserbox {
	position:relative;
	margin: 0 -15px 0 -15px;
	background-color:#c8b5b1;
	border-top:2px solid #c8b5b1;
}

.strgb-news-teaserbox-headline {
	border-top:2px solid #ffffff;
	height:22px;
	
	padding:8px 10px 0 15px;
	color:#ffffff;
	font-weight:700;
}

.strgb-news-teaserbox-img {
/* 	position:relative; */
	z-index:198;
	text-align:center;
}

.strgb-news-teaserbox-img .strgb-news-singleimg {
/* 	text-align:center; */
	width:205px;
	text-align:center;
	margin:0px;
}

.strgb-news-teaserbox-img .strgb-news-singleimg img {
/* 	height:160px; */
	width:205px;
}

.strgb-news-teaserbox-contentbox {
/* 	position:absolute; */
/* 	bottom:0px; */

/* 	position:relative; */
/* 	top:-1px; */
/* 	left:0px; */
	z-index:102;

/* 	margin-top:2px; */
	padding:5px 15px 5px 15px;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #c8b5b1;
	width:175px;
/* 	height:30px; */

	font-size: 11px;
/* 	background-image:url(../img/bg_teaser-trans.png); */
	background-color:#f2f2f2;
}

.strgb-news-teaserbox-contentbox-teasertext {
	display:inline;
}
.strgb-news-teaserbox-contentbox-linkmore {
	display:inline;
	padding-left:3px;
}

/*****************************************/
/************* STARTBOX VIEW *************/
/*****************************************/

.strgb-news-startbox {


}

.strgb-news-startbox-contentbox-title {
	margin-bottom:1em;
	line-height:1.5em;
}

.strgb-news-startbox-contentbox-teasertext {

}

.strgb-news-startbox-contentbox-teasertext p {
	display:inline;
}

.strgb-news-startbox-contentbox-linkmore {
	display:inline;
}

.strgb-news-startbox-contentbox-linkmore a {
/* 	font-weight:700; */
	padding-left:3px;
}

/*****************************************/
/************** ELSE / MISC **************/
/*****************************************/

.clear-both {
	clear:both;
}
