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


#ControlNewsList{
	padding:10px;
	background:url("images/bg_news.jpg") 0px 0px no-repeat;
	padding-top:8px;
	padding-bottom:10px;
}

	#ControlNewsList A{
		text-decoration:none;
		font-weight:normal;
	}

	#ControlNewsList i{
		color:#8B026A;
	}


	#ControlNewsList h1{
		font-size:17px;
		display:none;
	}

	#ControlNewsList .imgPhotoBox{
		float:left;
		font-size:0px;
	}

		#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;
		border-bottom:1px dotted #84634E;
		margin-bottom:10px;
		height:10px;
	}




/* -------------------- 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:0px;
	}

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

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

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

	#NewsList .separator{
		clear:both;
		display:block;
		border-bottom:1px dotted #FFDDC0;
		margin-bottom:10px;
		margin-top:10px;
	}


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

}
	#NewsView .ImgPhotoBox{
		background-color:#FFF1E5;
		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;
		}
