/* ------------------------------------------------------------------ */
/* -                            NEWS                                  */
/* ------------------------------------------------------------------ */

#ControlNewsList{
	border-top:1px solid #CDCDCD;
	margin-top:5px;
	margin-bottom:20px;
	padding-top:15px;
}
	#ControlNewsList .photo{
		float:left;
		margin-right:6px;
	}

		#ControlNewsList .photo IMG{
			width:50px;
		}

	#ControlNewsList .news A{
		color:#29ABAD;
		border-bottom:1px dotted #29ABAD;
	}

		#ControlNewsList .news A:hover{
			color:#6B6B6B;
			border-bottom:1px dotted #6B6B6B;
		}

	#ControlNewsList .date{
		color:#29ABAD;
	}

	#ControlNewsList .separator{
		border-bottom:1px dotted #559EC7;
		height:10px;
		margin-bottom:10px;
		display:block;
	}


/* -------------------- Liste OnLine --------------------------------- */

#NewsList{
}
	
	/*#NewsList H1{
		padding:0px;
		margin:0px;
	}

	#NewsList H3{
		margin:0px;
		padding-bottom:5px;
	}*/
	
	#NewsList .news{
		padding:5px 10px 10px 10px;
		margin-top:10px;
		background:url('images/bg_news.jpg') 0px 0px no-repeat;
		border-bottom:1px dotted #CDCDCD;
	}
	
		#NewsList .news .title{
			font-size:11px;
			margin-bottom:10px;
		}
	
		#NewsList .news .photo{
			width:70px;
			font-size:0px;
			float:left;
			margin-right:5px;
			margin-top:3px;
			margin-bottom:10px;
		}
	
		#NewsList .news .textBox{
			margin-bottom:10px;
		}
	
		#NewsList .readMore{
		  	margin-top:0px;
			text-decoration:none;
		}
	
				#NewsList .readMore A{
					padding-left:12px;
					cursor:pointer;
					background:url('images/ico-plus.gif') 0px 1px no-repeat;
				}
	
				#NewsList .readMore A:hover{	
					background-color:#29ABAD;
					color:#FFFFFF;
				}
				
		#NewsList .separator{
			clear:both;
		}
	
				
/* -------------------- Liste OffLine --------------------------------- */

#NewsListOffLine{
}

	#NewsListOffLine .title{
		display:block;
		padding-bottom:5px;
		margin-top:15px;
	}			

	#NewsListOffLine .newsOffLine{
		height:20px;
		padding-top:5px;
		border-bottom:1px dotted #CDCDCD;
	}
	
		#NewsListOffLine .newsOffLine .date{
			width:50px;
			display:block;
			float:left;
		}
		
		#NewsListOffLine .newsOffLine .infoBox{
			width:20px;
			height:15px;
			display:block;
			float:left;
		}
		
		#NewsListOffLine .newsOffLine .news{
			display:block;
			float:left;
		}
	
		
/* -------------------- View --------------------------------- */
#NewsView{
}
		
	#NewsView .ImgPhotoBox{
		width:100%;
		margin:15px 0px 15px 0px;
		border:1px dotted #CDCDCD;
	}	

		#NewsView .ImgPhotoBox .photo{
			width:90px;
			height:68px;
			float:left;
			overflow:hidden;
			text-align:center;
			margin:4px;
			background-color:#F5F5F5;
		}

		#NewsView .ImgPhotoBox .photo IMG{
			height:68px;
		}

		#NewsView .ImgPhotoBox .photo:hover IMG{
			filter:alpha(opacity=70);  
			-moz-opacity:0.70;
			opacity:0.70;
		}
