* {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
}

body {
	background:url(images/hintergrund.gif) repeat-x;
}

#hauptcontent {
	width:800px;
	padding-top:10px;
}
#werbung {
	float:left;
	width:180px;
	margin-left:10px;
}
#main {
	float:right;
	width:600px;
}
#content {
	float:left;
	width:360px;
	padding:20px;
	background:#FFFFFF
}
#content p a {
	color:#6E8B3D;
	text-decoration:none;
}
#content a {
	color:#6E8B3D;
	text-decoration:none;
	font-weight:bold;
}
#info {
	float:right;
	width:180px;
}

.fenster {
	background:#FFFFFF;
	width:180px;
	border:1px #556B2F solid;
	margin-bottom:10px;
	padding:5px;
}

.fenster ul {
	list-style:none;
}
.fenster ul li a, .fenster a {
	font-weight:bold;
	text-decoration:none;
	color:#556B2F;
	padding-left:10px;
}

h1 {
	font-size:24px;
	color:#6E8B3D;
}
#content strong {
	font-size:16px;
	color:#6E8B3D;
}

#fform {
	position:absolute;
	left:900px;
	top:0px;
}

