	/*--- // -------------------------------------------------------
		
		@ Snowboard Website
		@ /css/video.css
		@ CSS für Video-Ausgabe
		
		@ 17.06.2008 PH
		@ alpha 0.1
		
		@ Content:
		-	Elemente
		
		Changelog:
		
	-------------------------------------------------------- // ---*/
	
	/*---------------------------------------------------------------
		Video Box
	---------------------------------------------------------------*/
	
	div.startVideo {
		width:100%;
		height:100%;
	}
	
	div.startVideo a {
		display:block;
		width:100%;
		height:100%;
		background-repeat:no-repeat;
		background-position:center;
	}
	
	/*---------------------------------------------------------------
		Elemente
	---------------------------------------------------------------*/
	
	div#video-container {
		width:100%;
	}
	
	div#video-container a {
		outline: none;
	}
	
	div#video-container div.date {
		padding-bottom:10px;
	}
	
	div#video-container .video {
		padding-bottom:25px;
	}
	
	div#video-container .videoThumb {
		float:left;
		margin-right:10px;
	}
	
	div#video-container .videoThumb .playVideo {
		/*background:url(../images/content/video_kl.png) bottom left no-repeat;*/
	}



