	/*--- // -------------------------------------------------------
		
		@ Snowboard Website
		@ /css/portraits.css
		@ CSS für Inhalts-Ausgabe
		
		@ 17.06.2008 PH
		@ alpha 0.1
		
		@ Content:
		-	Generelle Content Styles
		-	Boxen Designs
		-	Diverse Klassen
		
		Changelog:
		
	-------------------------------------------------------- // ---*/
	
	/*---------------------------------------------------------------
		Generelle Content Styles
	---------------------------------------------------------------*/
	
	p {
		padding-bottom:10px;
	}
	
	h2{
		font-size:14px;
		font-weight:bold;
		padding:2px 0;
		margin-bottom:20px;
		color:#000;
		text-transform:uppercase;
	}
	
	h3 {
		color:#000;
		font-size:13px;
		line-height:14px;
		font-weight:bold;
		margin-bottom:15px;
	}
	
	h4 {
		font-size:12px;
		font-weight:bold;
		padding:5px 0;
		color:#000;
		margin-bottom:10px;
	}
	h5 {
		font-size:11px;
		font-weight:bold;
		padding:5px 0;
		color:#000;
		margin-bottom:10px;
	}
	strong, b {
		font-weight:bold;
	}
	#content ul {
		text-align: left;
		font-size: 1em;
		font-weight: normal;
		list-style:url(../images/content/list-style.gif);
		padding-left: 13px;
		margin:0 0 15px 0;
	}
	
	#content ul li {
		margin:0 0 2px 0;
	}
	
	.vlkl0809 {
		width:280px;
		font-size:16px;
		line-height:17px;
		font-weight:bold;
		padding:2px 0;
		margin-bottom:5px;
		color:#000;
		text-transform:uppercase;
	}
	
	/*---------------------------------------------------------------
		Boxen Designs
	---------------------------------------------------------------*/
	.news-box {
		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 {
		width:303px;
		margin:0 0 0 10px;
		padding:50px 10px 10px 13px;
		background:url(../images/box/dates_bg.jpg) top left no-repeat;
	}		
	.gallery-box {
		width:216px;
		height:166px;
		margin:0 0 8px 10px;
		padding:27px 20px 0 100px;
		background:url(../images/box/VLKL-Gallery_D.jpg) top left no-repeat;
	}
	.video-box {
		position:relative;
		width:326px;
		height:240px;
		margin:0 0 10px 0;
		/*padding:21px 40px 20px 70px;*/
		/*background:url(../images/box/VLKL-TV_D.gif) top left no-repeat;*/
	}
	.boardtech-box {
		width:305px;
		margin:0 0 5px 20px;
	}
	
	.fashion-box {
		width:100%;
		margin:0 0 15px 0;
		text-align:center;
	}
	
	.horrorshock-box {
		width:100%;
		margin:0 0 10px 0;
	}
	.win-box {
		width:100%;
		margin:0 0 10px 0;
		/*margin:0 0 5px 20px;*/
	}
	.rocker-box {
		width:100%;
		/*margin:0 0 5px 20px;*/
	}
	.eco-box {
		width:100%;
		/*margin:0 0 5px 20px;*/
	}
	.fastec-box {
		width:100%;
		margin:0 0 15px 0;
	}
	
	.buy-now-box {
		width:100%;
		/*margin:0 0 5px 20px;*/
		text-align:center;
	}
	
	/* Zum Vergrössern der Content Bilder*/
	.zoomify {
		float:right;
		padding-left:15px;
	}
	
	/*---------------------------------------------------------------
		Diverse Klassen
	---------------------------------------------------------------*/
	
	#thirdLine {
		width:180px;
		margin:7px 0 20px 0;
		border:none;
		background:url(../images/content/content-break-line.png) top left no-repeat;
	}
	
	#halfLine {
		width:270px;
		margin:7px 0 20px 0;
		border:none;
		background:url(../images/content/content-break-line.png) top left no-repeat;
	}
	
	#twoThirdLine {
		width:380px;
		margin:7px 0 20px 0;
		border:none;
		background:url(../images/content/content-break-line.png) top left no-repeat;
	}
	
	#fullLine {
		width:100%;
		margin:7px 0 20px 0;
		border:none;
		background:url(../images/content/content-break-line.png) top left no-repeat;
	}
	
	.image-left {
		padding: 2px;
		margin: 8px 8px 8px 0;
		float:left;
	}
	
	.image-right {
		padding: 2px;
		margin: 8px 0px 8px 8px;
		float:right;
	}
	
	.image-left-top {
		padding: 2px;
		margin: 0px 8px 8px 0;
		float:left;
	}
	
	.image-right-top {
		padding: 2px;
		margin: 0px 0px 8px 8px;
		float:right;
	}	