	/*--- // -------------------------------------------------------
		
		@ Snowboard Website
		@ /css/home.css
		@ CSS für das abweichende Layout der Startseite
		
		@ 24.06.2008 PH
		@ alpha 0.1
		
		@ Content:
		-	
		
		Changelog:
		
	-------------------------------------------------------- // ---*/
	div#content-container {
		width:100%;
		background:url(../images/layout/home/content_bg.jpg) top left no-repeat;
	}
	
	div#bottom-bg {
		background:none;
	}
	
	div#box {
		float:left;
		width:100%;
		padding-top:5px;
	}
	div#content-box {
		display:none;
	}
		div#quicknav {
			padding:25px 0 0 10px;
		}
		
	.news-box {
		float:left;
		width:297px;
		margin:0 0 0 10px;
		padding:55px 15px 10px 18px;
		background:url(../images/box/news_bg.jpg) top left no-repeat;
	}		
	.events-box {
		float:right;
		width:277px;
		margin:0 10px 0 0;
		padding:50px 10px 10px 13px;
		background:url(../images/box/dates-start_bg.jpg) top left no-repeat;
	}	
	.gallery-box {
		float:left;
		width:216px;
		height:166px;
		margin:0 0 0 6px;
		padding:27px 20px 0 100px;
		background:url(../images/box/VLKL-Gallery_D.jpg) top left no-repeat;
	}
	.video-box {
		position:relative;
		float:left;
		width:326px;
		height:240px;
		margin:0;
		/*padding:21px 40px 20px 70px;*/
		/*background:url(../images/box/VLKL-TV_D.gif) top left no-repeat;*/
	}
			
	.clear {
		clear:both;
	}