	/*--- // -------------------------------------------------------
		
		@ Snowboard Website
		@ /css/portraits.css
		@ CSS für Portraits-Ausgabe
		
		@ 17.06.2008 PH
		@ alpha 0.1
		
		@ Content:
		-	Element-Styles
		
		Changelog:
		
	-------------------------------------------------------- // ---*/
	
	/*---------------------------------------------------------------
		Element-Styles
	---------------------------------------------------------------*/
	
	.portrait-detail-image {
		float:right;
		width:331px;
		height:464px;
		padding:0 0 10px 10px;
		/*background:url(../images/content/portrait_bg.png) top right no-repeat;*/
	}
	
	#portraitPic {
		width:299px;
		height:433px;
		margin:15px 0 0 17px;
		background-repeat:no-repeat;
		background-position:center;
		background-color:#000;
	}
	
	#portraitPic a {
		display:block;
		width:100%;
		height:100%;
		text-decoration:none;
	}