body {
	margin: 0;
	padding: 0;
	background-color: #ecf3dd;
	font-family: "Trebuchet MS",sans-serif;
	font-variant: normal;
	font-size: normal;
	color: #444444;
}
#header {
	position: absolute;
	background-image:url(bilder/bayerische-seenschifffahrt_2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 700px;
	height: 200px;
	left: 50%;
	margin-left: -350px;
	margin-top: 0;
}
#header h1 {
	float: left;
	margin: 0;
	font-size: 30pt;
	color: white;
	padding: 148px 0 0 20px;
	font-weight: lighter;
	font-stretch: wider;
}
#header h2 {
	float: left;
	margin: 0;
	font-size: 16pt;
	color: white;
	padding: 158px 0 0 3px;
	font-stretch: wider;
	font-weight: bold;
}
h1, h2, h3 {
	color: #3C8945;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1em;
}
#content {
	position: absolute;
	padding: 0;
	top: 226px;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	margin-top: 0;
	font-size: 11pt;
	font-family: "Trebuchet MS",sans-serif;
	font-variant: normal;
	background-color: #ecf3dd;
	border-bottom-color: #3C8945;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-top-color: #3C8945;
	border-top-style: solid;
	border-top-width: medium;
}
#content a:link {
	text-decoration: none;
	color: #444444;
}
#content a:active {
	text-decoration: underline;
	color: #444444;
}
#content a:visited {
	text-decoration: none;
	color: #444444;
}
#content a:hover {
	text-decoration: underline;
	color: #333333;
}
#spalte_none {
	float: left;
	width: 700px;
	padding: 10px 10px 10px 10px;
}
#spalte_eins {
	float: left;
	width: 120px;
	padding: 10px 10px 0 10px;
	background-color: #ecf3dd;
}
#spalte_zwei {
	float: left;
	width: 360px;
	padding: 10px 2px 0 10px;
	background-color: #ecf3dd;
}
#spalte_drei{
	float: right;
	width: 160px;
	padding: 10px 2px 0 10px;
	background-color: #ECF3D7;
}

