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

#ControlNewsList {
	width:210px;
	padding-top:10px;
	padding:10px;
	color:#FFFFFF;
	background-color:#684F37;
}

	#ControlNewsList H1 {
		color:#A5D51E;
	}

	#ControlNewsList .imgPhotoBox {
		float:left;
	}

		#ControlNewsList .imgPhotoBox .photo {
			width:55px;
			margin-right:5px;
			margin-top:0px;
		}

	#ControlNewsList .textBox {}

	#ControlNewsList .textBox .title{	
		margin-bottom:3px;
		font-weight:bold;
	}

	#ControlNewsList .separator {
		clear:both;
		width:100%;
		border-bottom:1px dotted #C49E7A;
		margin-bottom:10px;
		height:15px;
	}

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

#NewsList {}

	#NewsList .imgPhotoBox {
		float:left;
		margin-bottom:2px;
	}

		#NewsList .imgPhotoBox .photo {
			width:55px;
			margin-right:5px;
			margin-top:0px;
		}

	#NewsList .textBox {
		margin-bottom:10px;
	}

	#NewsList .textBox .title {	
		margin-bottom:5px;
	}

	.hideNewsList #NewsList .date {
		display: none;
	}

	#NewsList .readMore {
	  margin-top:10px;
	text-decoration:none;	
	}

			#NewsList .readMore A {
				display:block;
				text-decoration:none;				
				clear:both;
				padding-top:2px;
				padding-bottom:2px;
				padding-left:20px;
				padding-right:5px;
				font-size:9px;
				letter-spacing:1px;
				background:url('images/bg_readmore.gif') 0 0 no-repeat;
			}

			#NewsList .readMore A:hover {
				background-position:0px -15px;
			}

	#NewsList .separator {
		clear:both;
		display:block;
		border-bottom:1px dotted #3F3021;
		margin-bottom:10px;
		height:0px;
	/*	background-color:red;*/
	}
	
	#NewsList A {
		color:#3F3021;
	}
	
	#NewsList A:hover {
		color:#A5D51E;
	}


/* -------------------- View --------------------------------- */
#NewsView {}

	#NewsView .ImgPhotoBox {
		background-color:#E4D9CF;
		width:100%;
	}

	/*
		#NewsView .ImgPhotoBox .photo IMG{
			height:100px;
			margin:10px;			
			float:left;
		}

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

		#NewsView .ImgPhotoBox IMG {
			z-index: 0;
			height:100px;
			margin:10px;			
			float:left;
			border:2px solid #A5D51E;
		}

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