	/*--- // -------------------------------------------------------
		
		@ Snowboard Website
		@ /css/event.css
		@ CSS für Events
		
		@ 17.06.2008 PH
		@ alpha 0.1
		
		@ Content:
		-	Events-Box
		-	Events-Liste
		-	Events-Detail
		
		Changelog:
		
	-------------------------------------------------------- // ---*/
	
	/*---------------------------------------------------------------
		Events-Box
	---------------------------------------------------------------*/
	
	 div.oneEvent {
	 	padding-bottom:10px;
	 }
	
	div.oneEvent a {
		color:#000;
		text-decoration:none;
	}
	
	div.events-box-link {
		float:left;
	}
	
	/*---------------------------------------------------------------
		Events-Liste
	---------------------------------------------------------------*/
	 div.event-list {
	 	padding:10px 0;
	 }
	 
	 div.event-list a {
	 	text-decoration:underline;
	 }
	 
	 div.event-list table tr td {
	 	padding:5px 2px;
	 }
	
	/*---------------------------------------------------------------
		Events-Detail
	---------------------------------------------------------------*/
	 
	 div.events-image {
	 	width:241px;
		height:241px;
		/*background:url(../images/content/news_events_bg.png) top right no-repeat;*/
	 }
	 
	 div.events-image a {
	 	display:block;
		width:100%;
		height:100%;
		outline:none;
	 }
	 
	 div.eventPic {
	 	float:right;
	 	width:241px;
		height:241px;
		margin-left:15px;
	 	background-repeat:no-repeat;
		background-position:center;
		background-color:#000;
	 }
	
	div#events-images {
		margin-top:5px;
		padding-top:10px;
		background:url(../images/content/content-line.png) top left no-repeat;
	}
	
	div#events-images div.pictures {
		float:left;
		width:75px;
		height:78px;
		background:url(../images/content/gallery_kl.png) #000 center no-repeat;
	}
	
	div#events-images div.pictures a {
		float:left;
		display:block;
		width:64px;
		height:65px;
		margin:6px 0 0 6px;
		background-position:center;
		background-repeat:no-repeat;
		background-color:#000;
		text-decoration:none;
	}
	 
	 
	 
	 
	 
	 