* {
	padding: 0px;
	margin: 0px;
}

#kopf {
	position: fixed;
	padding: 0px;
	margin: 0px;
	background-image: url("images/bg_oben.png");
	width: 100%;
	height: 265px;
	z-index: 9;
}

#content {
	position: absolute;
	top: 300px;
	left: 25px;
	margin: 10px;
	width: auto;
}

#ad {
	position: fixed;
	top: 300px;
	right: 50px;
	margin-left: 25px;
	width: 300px;
	z-index: 9;
}

.font18 {
	font-size:18pt;
}

.font12 {
	font-size:12pt;
}

.font9 {
	font-size:9pt;
}


a.button img {
	border: 0;
}

a:link, a:visited, a:active {
	text-decoration: underlined;
	color: #0000FF;
}

a:hover {
	text-decoration: none;
	color: #CC7600;
}
