
/* ------------------------------------------------------------------ */
/* -                            NEWS                                  */
/* ------------------------------------------------------------------ */


#ControlNewsList{
}

	#ControlNewsList .news{
		width:174px;
		float:left;
		font-size:11px;
		text-align:justify;
	}

		#ControlNewsList .news A{
			color:#75AC14;
			font-size:12px;
		}

			#ControlNewsList .news A:hover{
				color:#DF0061;
			}

		#ControlNewsList .news .photo{
			height:50px;
			float:left;
			margin:3px 5px 0px 0px;
		}

	#ControlNewsList .separator{
		width:20px;
		height:1px;
		float:left;
	}


/* -------------------- Liste OnLine --------------------------------- */

#NewsList{
	float: left;
	text-align: justify;
}
	
	#NewsList .news{
		width:542px;
		padding:10px;
		margin-bottom:15px;
		background-color:#F3F3F3;
	}
	
		#NewsList .news .title{
			font-size:14px;
			margin:0px 0px 10px 0px;
			display:block; 
			font-weight:normal;
			color:#DF0061;
		}

			#NewsList .date{
				color:#8C8C8C;
			}
	
		#NewsList .news .photo{
			width:70px;
			font-size:0px;
			float:left;
			margin-right:5px;
			margin-top:3px;
			margin-bottom:10px;
		}
	
		#NewsList .news .textBox{
			padding-top: 5px;
			margin-bottom:10px;
		}
	
		#NewsList .readMore{
		  	margin-top:0px;
			text-decoration:none;
		}
	
				#NewsList .readMore A{
					text-decoration:none;				
					clear:both;
					padding:2px 4px 2px 14px;
					font-size:9px;
					background:url('images/bg_readmore.gif') 0px 2px no-repeat;
				}
	
				#NewsList .readMore A:hover{
				}
				
		#NewsList .separator{
		}

		.lnkRss {
			width:24px;
			height:24px;
			display:block;
			position:relative;
			top:30px;
			margin-bottom:-24px;
			right:44px;
		}
				
/* -------------------- Liste OffLine --------------------------------- */

#NewsListOffLine{
}

	#NewsListOffLine .title{
		display:block;
		padding-bottom:5px;
		margin-top:15px;
	}			

	#NewsListOffLine .newsOffLine{
		padding-top:5px;
		border-bottom:1px dotted #D8D6D6;
	}
	
		#NewsListOffLine .newsOffLine .date{
			width:50px;
			display:block;
			float:left;
		}
		
		#NewsListOffLine .newsOffLine .infoBox{
			width:30px;
			height:15px;
			display:block;
			float:left;
		}
		
		#NewsListOffLine .newsOffLine .news{
			width:380px;
			display:block;
			float:left;
		}

		
/* -------------------- View --------------------------------- */
#NewsView{
}

	#NewsView H1{
	}
		
	#NewsView .ImgPhotoBox{
		width:562px;
		margin-top:15px;
		margin-bottom:15px;
	}

		#NewsView .ImgPhotoBox .photo{
			height:84px;
			float:left;
			margin-right:5px;
		}

		#NewsView .ImgPhotoBox .photo IMG{
			height:84px;
		}

		#NewsView .ImgPhotoBox .photo:hover IMG{
			filter:alpha(opacity=50);  
			-moz-opacity:0.50;
			opacity:0.50;
		}