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


#ControlNewsList{
}

	#ControlNewsList H2{
		font-size:16px;
		margin:0px 0px 10px 0px;
		display:block; 
		font-weight:normal;
		color:#529ACC;
	}

	#ControlNewsList .news{
		font-size:11px;
	}

		#ControlNewsList .news .title{
			margin-bottom:5px;
			line-height:18px;
			text-align: left;
			font-size:12px;
		}

				#ControlNewsList .news .title small{
					font-size:10px;
					display:block;
				}

		#ControlNewsList .news .photo{
			float:left;
			margin-top:2px;
			padding-right:6px;
			font-size:0px;
		}

	#ControlNewsList .separator{
		width:100%;
		height:1px;
		border-bottom:1px solid #DEDEDE;
		margin:10px 0px 10px 0px;
	}


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

#NewsList{
}

	#NewsList H1{
	}
	
	#NewsList .news{
		display:block;
		margin-bottom:15px;
	}
	
		#NewsList .news .title{
			font-size:12px;
			font-weight: bold;
			margin-bottom:10px;
		}

		#NewsList .news .photo{
			font-size:0px;
			float:left;
			margin-right:5px;
			margin-top:3px;
		}
	
		#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 20px;
					font-size:11px;
					background:url('images/bg_readmore.gif') 3px 2px no-repeat;
				}
	
				#NewsList .readMore A:hover{
					background:url('images/bg_readmore_hover.gif') 3px 2px no-repeat;
				}

		#NewsList img {
			padding-right: 3px;
			padding-bottom: 5px;
		}
				
	#NewsList .separator{
		width:100%;
		height:1px;
		border-bottom:1px solid #DEDEDE;
		margin:10px 0px 10px 0px;
	}
				
/* -------------------- Liste OffLine --------------------------------- */

#NewsListOffLine{
}

	#NewsListOffLine .title{
		display:block;
		padding-bottom:5px;
		margin-top:15px;
	}			

	#NewsListOffLine .newsOffLine{
		padding-top:5px;
		padding-bottom:3px;
		border-bottom:1px solid #DEDEDE;
	}
	
		#NewsListOffLine .newsOffLine .date{
			width:50px;
			display:block;
			float:left;
		}
		
		#NewsListOffLine .newsOffLine .infoBox{
			width:30px;
			height:15px;
			display:block;
			float:left;
		}
		
		#NewsListOffLine .newsOffLine .news{
			width:240px;
			display:block;
			float:left;
		}
		
/* -------------------- View --------------------------------- */
#NewsView{
}

	#NewsView H1{
	}
		
	#NewsView .ImgPhotoBox{
		border-top:1px solid #DEDEDE;
		padding-top:15px;
	}

		#NewsView .ImgPhotoBox .photo{
			float:left;
			width:107px;
			height:70px;
			margin-right:2px;
			margin-bottom:2px;
			overflow:hidden;
			text-align:center;
			background-color:#E7EFF7;
		}

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

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