@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/*NEWS  ----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#onsiteNews {
	background-image:url(/images/site/newsBlok.jpg);
	background-repeat:no-repeat;
	position:relative;
	color:white;
	height:auto!important;
	height:175px;
	min-height:175px;
}
#onsiteNews #newsFooter{
	clear:both;
	background-image:url(/images/site/newsFooter.jpg);
	background-repeat:no-repeat;
	height:2px;
	width:190px;
}

#onsiteNews #newsContent {
	padding-left:10px; 
	padding-top:5px;
	background-image:url(/images/site/newsBackgroundRepeat.jpg);
	background-repeat:repeat-y;
	height:auto!important;
	min-height:144px;
	height:144px;
	padding-right:20px;
	padding-bottom:5px;
	*padding-bottom:0px;
}


#onsiteNews #newsTitle {cursor:pointer; height:32px; width:190px; }


#onsiteNews a,#onsiteNews a:hover,#onsiteNews  a:active {color:#black;}

#onsiteNews .newsContentItem {margin-bottom:5px;clear:both;}
#onsiteNews .newsContentItem .newsTitel {font-weight:bold;}
#onsiteNews .newsContentItem .newsTeaser {display:inline;}
#onsiteNews .newsReadon {display:inline;}
#onsiteNews .newsReadon a{color:#FFFFFF; display:inline;}

