#contentEvent a {
		
		
		color           :black;
		font			: 	10px Arial ;
		line-height     :   15px;
		text-decoration	:	none;
		
}



#event {
		
		position		: 	relative; 
		
		visibility		: 	visible;
		
		left			: 	0px; 
	  	width			: 	440px;  
	  	
	  	top             :   103px;
	  	
		background-color: white;
	 	
}
#headerEventPos {
		position		:	relative;
		
		visibility		: 	visible;
		
		height			: 	29px;
		width			: 	370px;
		top 			: 	0px;
		left 			:  	0px;
		
}
#headerEvent {
		position		:absolute;
		
		visibility		: visible;
		
		height			: 29px;
		width			: 370px;
		top 			: 0px;
		left 			:  15px;
		
		font			:bold 10px Arial ;
		text-decoration	:none;
		color			:black;
		border			:0;
		text-align		:left;
		
		display			: block;
		display			: table-cell;
		
		background		: url("../images/Header.gif") 0px 0px no-repeat;
}


#headerEvent_text {
		
		position		:	absolute;
		
		visibility		: 	visible;
		
		height			: 	29px;
		width			: 	370px;
		top 			: 	8px;
		left 			:  	0px;
		
		font			: 	10px Arial ;
		text-decoration	:	none;
		color			:	black;
		text-align		:	left;
		
		border			:	0;
	
}
#contentEvent {
		
		position		:	relative;

		
		
		width			: 	370px;
		top 			: 	20px;
		left 			:  	0px;
		
		margin-left     :	15px;
		
		visibility		: 	visible;
		
		font			: 	10px Arial ;
		line-height     :   15px;
		
		
}
#pictureEvent {
		
		position		:	relative;

		
		height			: 	100%;
		width			: 	370px;
		top 			: 	20px;
		left 			:  	0px;
		
		margin-left     :	15px;
		
		visibility		: 	visible;
		
		font			: 	10px Arial ;
	
		
		
}

#buttonSoundEvent a {
		position		:	absolute;
		
		height			: 	20px;
		width			: 	95px;
		top 			: 	6px;
		left 			: 	273px;
		
		font			:bold 11px Arial ;
		text-decoration	:	none;
		color			:	#FFFFFF;
		text-align		:	center;
		
		border			:	0;
		display			: 	block;
		display			: 	table-cell;
		background		: 	url("../images/button_soundsample.jpg") 0px 0px no-repeat;
		}
#buttonSoundEvent a:hover {	
		background		: 	url("../images/button_soundsample_over.jpg") 0px 0px no-repeat;
		}
#buttonSoundEvent a:active {
		background		: 	url("../images/button_soundsample_over.jpg") 0px 0px no-repeat;
		}	

