#newslist {
	float:left;
	margin: 0px; padding: 0px;
	overflow: auto;
	width:100%;
	}
#newslist h3 {
	background: url(/_img/bg-line.gif) bottom left repeat-x;
	color: #ff9900; font-size: 1.5em; font-family: arial, sans-serif;
	margin: 0; padding: 0; line-height: 1.7em;
	}	
	
#newslist dl {
	font-size: 1.0em; 
	margin: 0; padding: 0;
	}
#newslist dt {
	color: #ff6600; font-size: 1.1em; font-family: tahoma, sans-serif; font-weight: bold;
	margin: 10px 0 0 0; padding: 0;
	}

#newslist dt.news_default {
	background: url(/_img/bg-news_default.gif) top left no-repeat;
	}
#newslist dt.news_alpine {
	background: url(/_img/bg-news_alpine.gif) top left no-repeat;
	}
#newslist dt.news_cross-country {
	background: url(/_img/bg-news_cross-country.gif) top left no-repeat;
	}
#newslist dt.news_freestyle {
	background: url(/_img/bg-news_freestyle.gif) top left no-repeat;
	}	
#newslist dt.news_nordic_combined {
	background: url(/_img/bg-news_nordic_combined.gif) top left no-repeat;
	}	
#newslist dt.news_ski-jumping {
	background: url(/_img/bg-news_ski-jumping.gif) top left no-repeat;
	}	
#newslist dt.news_snowboarding {
	background: url(/_img/bg-news_snowboarding.gif) top left no-repeat;
	}	
#newslist dt span.date {
	position: relative; top: -10px; left: 5px;
	}		
#newslist dd {
	font-family: arial, sans-serif;
	margin: 0 0 10px 0; padding: 0;
	}
#newslist dd a {
	color: #000;
	text-decoration: none;
	}
#newslist dd a:hover {
	color: #0099cc;
	}				
	
