/*--- // -------------------------------------------------------

	@ Snowboard Website
	@ /css/news.css
	@ CSS für News-Ausgabe
	
	@ 17.06.2008 PH
	@ alpha 0.1
	
	@ Content:
	-	News-Box
	-	News-Liste
	-	News-Detail
	
	Changelog:

-------------------------------------------------------- // ---*/

/*---------------------------------------------------------------
	News-Box
---------------------------------------------------------------*/

	div.oneNews {
		padding-bottom:10px;
	}
	
	div.newsBoxImage {
		float:left;
		width:50px;
		height:50px;
		margin-right:13px;
		background-position:center;
		background-repeat:no-repeat;
	}
	
	div.newsBoxText a {
		color:#000;
		text-decoration:none;
	}
	
	div.noNews {
		padding-top:20px;
		color:#000;
		font-weight:bold;
	}

	div.news-box-link {
		float:right;
	}

/*---------------------------------------------------------------
	News-Liste
---------------------------------------------------------------*/

	div.news-list {
		margin-bottom:20px;
		position:relative;
	}
	
	.newsPic-blank{
		float:right;
		width:1px;
		height:241px;
		margin-left:15px;
	}
	
	div.news-list div.newsPic {
		margin-left:5px;
	}
	
	div.news-list div#news-gal-container {
		position:absolute;
		left:0;
		bottom:7px;
	}
	
	div.news-list div#news-images {
		width:320px;
		background:none;
	}
	
	div.news-list div#news-images div.thumb {
		float:right;
	}
	
	div.news-list div#news-images div.thumb a {
		float:right;
		text-decoration:none;
	}
	
	div.news-headline {
		position:relative;
		padding-bottom:90px;
		width:360px;
	}

/*---------------------------------------------------------------
	News-Detail
---------------------------------------------------------------*/
	
	
	div.newsPic {
		float:right;
		width:210px;
		height:210px;
		margin-left:15px;
		background-repeat:no-repeat;
		background-position:center;
		background-color:#000;
	}
	
	div.news-image {
		width:100%;
		height:100%;
		/*background:url(../images/content/news_events_bg.png) top right no-repeat;*/
	}
	
	div.news-image a {
		display:block;
		width:100%;
		height:100%;
		text-decoration:none;
	}
	
	div#news-images {
		margin-top:5px;
		padding-top:20px;
		background:url(../images/content/content-line.png) top left no-repeat;
	}
	
	div#news-images div.pictures {
		float:left;
		width:75px;
		height:78px;
		margin-right:5px;
		background:url(../images/content/gallery_kl.png) #000 center no-repeat;
	}
	
	div#news-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;
	}
	
	
	
	
	
	
	
	
	