
/* ------------------------------------------------------------------ */
/* -                            NEWS                                  */
/* ------------------------------------------------------------------ */


#ControlNewsList{
	margin-left: 20px;
	padding-top: 20px;
}

	#ControlNewsList a{
	width: 75px;
	height: 15px;
	border: none;
	background:url('images/bg_readmore.jpg') 0px 0px no-repeat #01aed9;
	display: block;
	border: none;
	color: #f4f6f8;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	}

		#ControlNewsList a:hover{
		background:url('images/bg_readmore_hover.jpg') 0px 0px no-repeat #4b5055;
		color: #fefefe;
		}

	
	#ControlNewsList h1{
	}

	#ControlNewsList .news{
		float: left;
		width: 205px;
		height: 185px;
		overflow: hidden;
		color: #727375;
	}


	#ControlNewsList .news:hover{
		
	}



		#ControlNewsList .news .title{
			height: 35px;
			overflow: hidden;
			width: 205px;
			font-weight: bold;
			font-size: 13px;
			color: #06b0e3;
		}

		#ControlNewsList .news .date {
			color:#00c4f3;
			font-size: 13px;
		}

				#ControlNewsList .news .title small{
					
				}

		#ControlNewsList .news .photo{
			width:54px;
			float:left;
			padding: 5px 10px 2px 0px;
		}

		/*šPAGELEFT */

		.pageLeft #ControlNewsList .news{
		float: left;
		width: 205px;
		overflow: hidden;
		color: #727375;
		height: auto;
	}

		.pageLeft #ControlNewsList .news .summary{
			color: #6e6e6e;
			overflow: hidden;
			height: auto;
			margin-bottom: 10px;
		}

		/* FIN PAGELEFT */

		#ControlNewsList .news .summary{
			height: 130px;
			color: #6e6e6e;
			overflow: hidden;
		}

	#ControlNewsList .separator{
		float: left;
		width: 20px;
		height:1px;
	}


/* -------------------- Liste OnLine --------------------------------- */

#NewsList{
	float: left;
	text-align: justify;
	width: 100%;
}

	#NewsList H1{
	}
	
	#NewsList .news{
		padding:3px;
		border:1px solid #dfdfdf;
		font-size:100%;
		text-align:justify;
		background-color:white;
		margin-bottom:15px;
	}

	#NewsList .double{
		padding: 7px;
		border:1px dashed #dfdfdf;
	}
	
		#NewsList .news .title{
			height: 40px;
			overflow: hidden;
			width: 205px;
			font-size: 15px;
			color: #646a6a;
		}

			#NewsList .date {
			padding-left: 15px;
			color:#00c4f3;
			font-size: 13px;
			}
	
		#NewsList .news .photo{
			width:70px;
			font-size:0px;
			float:left;
			margin-right:5px;
			margin-top:3px;
			margin-bottom:10px;
		}
	
		#NewsList .news .textBox{
			padding-top: 5px;
			margin-bottom:10px;
		}
	
		#NewsList .readMore{
		  	margin-top:0px;
			text-decoration:none;
		}
	
				#NewsList .readMore A{
					text-decoration:none;				
					clear:both;
					padding:2px 4px 2px 12px;
					font-size:9px;
					background:url('images/bg_readmore_a.jpg') no-repeat 0px 4px;
				}
	
				#NewsList .readMore A:hover{
					border-bottom: none;
					color: #43474c;
					background:url('images/bg_readmore_a_hover.jpg') no-repeat 0px 4px;
				}
				
		#NewsList .separator{
		}

		.lnkRss {
			
		}
			.lnkRss:hover {
			border-bottom: none;
			background-color: none;
		}
				
/* -------------------- Liste OffLine --------------------------------- */

#NewsListOffLine{
}

	#NewsListOffLine .title {
		font-size:12px;
		display:inline; 
		font-weight:normal;
		color:#474c51;
		margin:0px;
		padding:0px;	
 }			

	#NewsListOffLine .newsOffLine{
		padding-top:5px;
		border-bottom:1px dashed #dfdfdf;
		padding-bottom: 5px;
	}
	
		#NewsListOffLine .newsOffLine .date{
			font-size: 11px;
			font-style: italic;
			color: #6e6e6e;
		}
		
		#NewsListOffLine .newsOffLine .infoBox{
			height:15px;
			display:block;
			float:left;
		}
		
		#NewsListOffLine .newsOffLine .news{
			width:100%;
			display:block;
			float:left;
		}


		
/* -------------------- View --------------------------------- */
#NewsView{
}

	#NewsView H1{
	}
		
	#NewsView .ImgPhotoBox{
		background-color: #FAFAFA;
		padding:4px;
		margin-bottom:15px;
	}

		#NewsView .ImgPhotoBox .photo{
			height:62px;
			width:83px;
			margin:3px;			
			float:left;
			text-align:center;
			border: none;
		}

		#NewsView .ImgPhotoBox .photo IMG{
			height:62px;
		}

		#NewsView .pic:hover{
			text-decoration: none;
			border-bottom: none;
		}


		#NewsView .ImgPhotoBox .photo:hover IMG{
			filter:alpha(opacity=50);  
			-moz-opacity:0.50;
			opacity:0.50;
			 text-decoration: none;
			 border:none;
		}