body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding: 0px;
	margin: 0px;
}

#header {
	float: left;
	clear: none;
   	width: 421px;
   	height: 285px;
   	background-color: white;
   	background-image: url(schifffahrt.jpg);
   	background-position: top left;
   	background-repeat: no-repeat;
}

#content {
	float: left;
	clear: none;
	width: 600px;
}

#titel {
	font-size: 20px;
	padding-bottom: 15px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #b53125;
}

