/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2007-04-24
	Project: www.strawberrytour.at
	Author: websLINE, 2008
	-------
*/


/* News */

.news dt {
	display: none;
	}
.news dd {
	margin: 5px 0;
	padding: 10px 0;
	border-top: 1px dotted #999;
	}
.news dd img {
	float: left;
	margin-right: 10px;
	}
.news dd strong {
	display: block;
	color: #74BE45;
	font-weight: normal;
	}
.news dd a {
	display: block;
	background: url(img_arrow.gif) no-repeat 2px 6px;
	padding-left: 10px;
	}


/* CLUB DETAILS */

.clubdetail img {
	float: right;
	margin: 0 0 10px 10px;
	}
.clubdetail ul {
	margin: 0; 
	padding: 0;
	list-style: none;
	}
.clubdetail li {
	padding: 3px 0;
	}
.clubdetail label {
	font-weight: bold;
	display: block;
	width: 80px;
	float: left;
	}
