.home a {
	color: #3E7D00;
	font-weight: bold;
/*	text-decoration: underline;*/
}

.home a:hover {
	text-decoration: underline;
}

.home #head {
	height: 404px;
	background: url(../images/golfplatz_home.jpg);
	background-position: left 170px;
	background-repeat: no-repeat;
}

.home #navigation {
	height: 325px;
}

.home #navigation a {
	font-weight: normal;
}

#ticker {	
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 49px;
	background: url(../images/ticker_bg.png);
}

*html #ticker {
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/ticker_bg.png', sizingMethod='crop');
 	background: url(blank.gif);
	width: 100.1%;
}

.newsticker {
	margin-left: 200px;
	margin-top: 30px;
}

#werbung {
	padding-top: 9px;
	background: url(../images/ad_shadow.jpg) left top repeat-x;
}

.werbung_bg {
	background: #87B258;
}

.werbung_bg ul {
	width: 694px;
	margin: 0 auto;
}

.werbung_bg li {
	display: inline;
	margin: 0 20px;
}

#banner {
	position: absolute;
	left: 870px;
	top: 200px;
	width: 160px;
	height: 600px;
}

