/***
 * Stylesheet for www.blauen.ch
 *
 * Created by Meury Pascal <pmeury@moves.ch>
 * Copyright by moves|web|solutions 2005
 */

/* NEWS configuration */

/* SINGLE */

.news-list-container {
	font-size: 9px;
	margin-left: 5px;
}

.news-single-item {
	font-size: 9px;
}
.news-single-item h3 {
	margin-bottom: 1px;
}

.news-single-backlink a {
	color: #97B0FF;
}

.news-single-backlink {
	border-top: 1px dotted #97B0FF;
	margin-top: 10px;
}

.news-single-item .bodytext {
	margin-bottom: 4px;
	margin-top: 4px;
}

/* LIST */
.news-list-item {
	margin-left: -5px;
}

.news-list-container {
	font-size: 9px;
	margin-left: 5px;
}

.news-list-item {
	font-size: 9px;
}
.news-list-item h3 {
	margin-bottom: 1px;
}

.news-list-morelink a {
	color: #97B0FF;
}

.news-list-item .bodytext {
	margin-bottom: 4px;
	margin-top: 4px;
}

.news-list-morelink {
	border-bottom: 1px dotted #97B0FF;
}


/* LATEST */

.news-latest-container {
	margin-left: 0px;
}

#news-table {
	background-color: #97B0FF;
	margin-bottom: 2px;
	border-right: 2px solid #5D84FF;
	border-left: 2px solid #5D84FF;
}

.news-latest-gotoarchive {
	background-color: #97B0FF;
	border-right: 0px solid #5D84FF;
	border-left: 0px solid #5D84FF;
}

.news-title {
	background-color: #97B0FF;
	width: 180px;
	height: 20px;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
}

.news-title h3 {
	margin-bottom: 0px;
}

.news-title a {
	color: #000000;
	text-decoration: none;
}

.news-date {
	font-style: italic;
	font-size: 9px;

}

.news-more-link {
	padding-bottom: 10px;
}

.news-more-link a {
	font-size: 9px;
	color: #000000;
	font-style: italic;
}