
/* ------------------------------------------------------------------ */
/* -                            NEWS                                  */
/* ------------------------------------------------------------------ */


#ControlNewsList{
	width:190px;
	margin-top:11px;
	padding:20px 15px 10px 15px;
	background:url('images/bg_controlnewslist.jpg') 0px 0px no-repeat;
}

	#ControlNewsList A{
		color:#3FA800;
	}

		#ControlNewsList A:hover{
			color:#9E9E9E;
		}
	
	#ControlNewsList H2{
		font-size:16px;
		margin:0px 0px 10px 0px;
		display:block; 
		font-weight:normal;
		color:#9E9E9E;
		text-transform:uppercase;
	}

	#ControlNewsList .news{
		font-size:11px;
		text-align:justify;
	}

		#ControlNewsList .news .title{
			margin-bottom:0px;
			font-size:12px;
			line-height:18px;
		}

			#ControlNewsList .news .title small{
				font-size:10px;
				display:block;
			}

		#ControlNewsList .news .photo{
			width:66px;
			float:left;
			padding-top:3px;
			padding-right:6px;
		}

	#ControlNewsList .separator{
		clear:both;
		margin-top:10px;
		height:1px;
		margin-bottom:10px;
		border-bottom:1px solid #CACACA;
	}


/* -------------------- Liste OnLine --------------------------------- */

#NewsList{
}

	#NewsList H2{
		font-size:18px;
		margin:0px 0px 10px 0px;
		display:block; 
		font-weight:normal;
		color:#9E9E9E;
	}
	
	#NewsList .news{
		width:400px;
		padding:20px 15px 10px 15px;
		background:url('images/bg_news.jpg') 0px 0px no-repeat;
	}
	
		#NewsList .news .title{
			font-size:12px;
			color:#3FA800;
			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{
					text-decoration:none;				
					clear:both;
					padding:2px 4px 2px 14px;
					font-size:9px;
					color:#3FA800;
					background:url('images/bg_readmore.gif') 2px 2px no-repeat;
				}
	
				#NewsList .readMore A:hover{
					color:#FFFFFF;
					background-color:#3FA800;
				}
				
		#NewsList .separator{
			clear:both;
			margin-top:15px;
			height:1px;
		}
				
/* -------------------- Liste OffLine --------------------------------- */

#NewsListOffLine{
}

	#NewsListOffLine .archivedNews{
		width:400px;
		padding:20px 15px 10px 15px;
		margin-bottom:15px;
		background:url('images/bg_news.jpg') 0px 0px no-repeat;
	}

	#NewsListOffLine .title{
		display:block;
		padding-bottom:5px;
		margin-top:15px;
	}			

	#NewsListOffLine .newsOffLine{
	}
	
		#NewsListOffLine .newsOffLine .date{
			width:50px;
			display:block;
			float:left;
		}
		
		#NewsListOffLine .newsOffLine .infoBox{
			width:30px;
			height:15px;
			display:block;
			float:left;
		}
		
		#NewsListOffLine .newsOffLine .news{
			width:315px;
			display:block;
			float:left;
			margin-bottom:5px;
		}

	#NewsListOffLine .separator{
		clear:both;
		margin-top:10px;
		height:1px;
		margin-bottom:10px;
		border-bottom:1px solid #CACACA;
	}
		
/* -------------------- View --------------------------------- */
#NewsView{
}

	#NewsView H1{
	}

	#NewsView .news{
		width:400px;
		padding:20px 15px 10px 15px;
		margin-bottom:15px;
		background:url('images/bg_news.jpg') 0px 0px no-repeat;
	}
		
	#NewsView .ImgPhotoBox{
		width:400px;
		padding:20px 15px 10px 15px;
		margin-bottom:15px;
		background:url('images/bg_news.jpg') 0px 0px no-repeat;
	}

		#NewsView .ImgPhotoBox .photo{
			width:75px;
			height:56px;
			margin:2px;			
			float:left;
			text-align:center;
		}

		#NewsView .ImgPhotoBox .photo IMG{
			height:56px;
		}

		#NewsView .ImgPhotoBox .photo:hover IMG{
			filter:alpha(opacity=50);  
			-moz-opacity:0.50;
			opacity:0.50;
		}