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


#ControlNewsList{}

	#ControlNewsList H1 {
		display:none;
	}

	#ControlNewsList A {
		color:#ffffff;
		text-decoration:none;
	}

	#ControlNewsList .newsContainer {
		padding:10px 10px 0px 7px;
	}

	#ControlNewsList .newsContainer .infoBox {
		width:52px;
		float:left;
	}

		#ControlNewsList .newsContainer .infoBox .date {
			margin-top:2px;
			font-size:10px;
			color:#013e52;
		}

			#ControlNewsList .newsContainer .infoBox .photo {
				margin-top:3px;
				width:42px;
			}

	#ControlNewsList .newsContainer .news {
		width:120px;
		height: 105px;

		overflow: hidden;
		float:left;
	}

		#ControlNewsList .newsContainer .news .title {
			font-size:13px;
			letter-spacing:-1px;
			color:#013e52;
		}

		#ControlNewsList .newsContainer .news .summary {
			text-align:justify;
			font-size:11px;
		}

	#ControlNewsList .separator {
		height:4px;
		margin-top:10px;
		background:url('images/sep_news.gif') 0px 0px no-repeat;
	}
	

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

#NewsList {}

	#NewsList H3 {
		display:none;
	}

	#NewsList A {
		color:#ffffff;
		text-decoration:none;
	}

	#NewsList .newsContainer {
	}

	#NewsList .newsContainer .infoBox {
		width:52px;
		float:left;
	}

		#NewsList .newsContainer .infoBox .date {
			margin-top:2px;
			font-size:10px;
			color:#292929;
		}

			#NewsList .newsContainer .infoBox .photo {
				margin-top:3px;
				width:42px;
			}

	#NewsList .newsContainer .news {
		width:326px;
		float:left;
	}

		#NewsList .newsContainer .news .title{
			font-size:13px;
			letter-spacing:-1px;
			color:black;
		}

		#NewsList .newsContainer .news .summary{
			text-align:justify;
			font-size:11px;
		}

	#NewsList .readMore{
		width:120px;
		height:14px;
		margin-top:10px;
		float:right;
		text-align:center;
		color:#ffffff;
		font-size:10px;
		background-color:#00b0eb;
	}

		#NewsList .readMore:hover{
			background-color:#292929;
		}

		#NewsList .readMore A{
			font-size:11px;
			font-weight:bold;
			color:#ffffff;
		}

	#NewsList .separator{
		border-bottom:1px solid #d3d3d3;
		margin:10px 0px 10px 0px;
	}


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

#NewsListOffLine {}

	#NewsListOffLine .title {}

	#NewsListOffLine .newsOffLine {}

	#NewsListOffLine h2{
		margin-top: 10px;
	}

	#NewsListOffLine .news{
		width:100%;
	}
		
		#NewsListOffLine .newsOffLine .info{
			width:20px;
			float:left;
		}

		#NewsListOffLine .newsOffLine .date{
			width:50px;
			margin-right:10px;
			float:left;
			text-align:center;
			font-size: 11px;

			margin-top: 1px;
		}
		

	#NewsListOffLine .separator{
		margin-top:5px;
		margin-bottom:5px;
		border-bottom:1px solid #E8E1DF;
	}

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

	#NewsView H1{
	}
		
	#NewsView .ImgPhotoBox{
		margin-bottom:15px;
	}

		#NewsView .ImgPhotoBox .photo{
			margin:2px;			
			float:left;
			text-align:center;
		}

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

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