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


#ControlNewsList{
	width:394px;
	padding:10px 5px 10px 5px;
	margin-bottom:12px;
	background:url('images/bg_controlnewslist.jpg') 0px 0px repeat-x #F2EEE3;
}

	#ControlNewsList H1{
		display:none;
	}

	#ControlNewsList A{
		color:#990000;
		font-weight:bold;
	}

		#ControlNewsList A:hover{
			color:#200C02;
		}

	#ControlNewsList .deco{
		width:27px;
		height:14px;
		float:left;
		padding:5px 10px 0px 5px;
		background:url('images/deco.gif') 0px 0px no-repeat;
	}

	#ControlNewsList .news{
		width:352px;
		height:44px;
		float:left;
		overflow:hidden;
	}

		#ControlNewsList .news .title{
			color:#990000;
		}
		
		#ControlNewsList .news .infoBox{
			font-size:9px;
			border-bottom:1px dotted #AEA6A0;
		}
				
		#ControlNewsList .news .photo{
			width:37px;
			float:left;
			padding-right:6px;
		}

	#ControlNewsList .separator{
		clear:both;
		height:12px;
	}


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

#NewsList{

}
	#NewsList H1{
		padding-bottom:10px;
	}

	#NewsList H2{
		display:none;
	}
	
	#NewsList B{
		color:#37B2F6;
	}
	
	#NewsList .news{
		border: 1px solid #E1D8C7;
		padding:5px;
		margin-bottom: 10px
	}

	#NewsList .news .imgPhotoBox{

		font-size:0px;
		margin-top:3px;
	}

		#NewsList .news .photo{
			margin-right:5px;
			margin-top:0px;
			float: left;
		}

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

	#NewsList .news .title{	
		margin-bottom:5px;
		color: #383404;
		
	}

	#NewsList .news .title .date{	
		font-style: italic;
	}

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

			#NewsList .news .readMore A{
				width:95px;
				display:block;
				clear:both;
				text-decoration:none;				
				padding:2px;
				font-size:9px;
				height:12px;
				letter-spacing:1px;
				background-color:#FFFFFF;
			}

			#NewsList .news .readMore A:hover{
				background-color:#E1D8C7;
				color:#200C02;
			}

	#NewsList .separator{
		clear:both;
		height:10px;
		/*border-bottom:1px dotted #C4E8F8;
		margin-bottom:10px;
		height:5px;*/
	}
				
/* -------------------- Liste OffLine --------------------------------- */

#NewsListOffLine{
}

	#NewsListOffLine H1{
	}

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

	#NewsListOffLine .newsOffLine{
		height:20px;
		padding-top:5px;
		border-bottom:1px dotted #E1D8C7;
	}
	
		#NewsListOffLine .newsOffLine .date{
			width:50px;
			display:block;
			float:left;
		}
		
		#NewsListOffLine .newsOffLine .infoBox{
			width:20px;
			height:15px;
			display:block;
			float:left;
		}
		
		#NewsListOffLine .newsOffLine .news{
			display:block;
			float:left;
		}
		
/* -------------------- View --------------------------------- */
#NewsView{
}

	#NewsView H1{
	}
		
	#NewsView .ImgPhotoBox{
		background-color:#E1D8C7;
		width:394px;
		padding:5px;
		margin-top:15px;
		margin-bottom:15px;
	}

		#NewsView .ImgPhotoBox .photo IMG{
			height:68px;
			margin:5px;			
			float:left;
		}

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