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


#ControlNewsList{
	padding:30px;
	background:url('images/bg_controlnewslist.jpg') 0px 0px no-repeat;
}

	#ControlNewsList H1{
		font-size:14px;
		margin:0px 0px 10px 0px;
		display:block; 
		font-weight:normal;
		color:#018045;
		display:none;
	}

		#ControlNewsList .photo{
			width:80px;
			float:left;
			padding-right:6px;
			display:block;
		}

		#ControlNewsList .news{
			float:left;
			width:420px;
		}
	
		#ControlNewsList .news A{
			font-size:14px;
			margin-top:3px;
			margin-bottom:3px;
			display:block;
		}

		

	#ControlNewsList .separator{
		clear:both;
		margin-top:5px;
		height:1px;
		margin-bottom:5px;
		border-bottom:1px dotted #D2EFE1;
	}


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

#NewsList{
}

	#NewsList H1{
	}
	
	#NewsList .news{
		display:block;
		margin-bottom:15px;
	}
	
		#NewsList .news .title{
			font-size:12px;
			margin-bottom:10px;
			color:#8C0109;
		}
	
		#NewsList .news .photo{
			width:70px;
			font-size:0px;
			float:left;
			margin-right:5px;
			margin-top:3px;
			margin-bottom:10px;
		}
	
		#NewsList .news .textBox{
			margin-bottom:5px;
		}
	
		#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') 2px 2px no-repeat;
				}
	
				#NewsList .readMore A:hover{
					color:#FFFFFF;
					background-color:#DBDBDB;
				}
				
		#NewsList .separator{
			border-bottom:1px solid #9a9a9a;
		}
				
/* -------------------- 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{
		border-top:#F2E8E8 1px solid;
		border-left:#F2E8E8 1px solid;
		background-color:#FAFAFA;
		padding:4px;
		margin-top:15px;
	}

		#NewsView .ImgPhotoBox .photo{
			height:62px;
			width:83px;
			margin:3px;			
			float:left;
			text-align:center;
			border:1px dotted #B1DAC6;
			background-color:#E8F7F0;
		}

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

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