body {
	font-family: Verdana, sans-serif;
	font-size: small;
	color: white;
	background-color: #9b9da9;
}

#head{
	background-image: url(titelboot2.jpg); /* " width="789" height="204" */
	height: 192px;
	background-repeat: no-repeat;
	background-position: top right;
}
#head h1{
	margin-top: auto;
	margin-bottom: auto;
}

h1{
	font-size: 170%;
}
h2{
	font-size: 130%;
}

#hauptteil { 
	margin-right: 310px;
}

#seitenleiste {
	width: 300px;
	float: right;
	background-color: #7b7d89;
	margin: 10px;
}

#seitenleiste p {
	margin: 10px 5px;
	padding: 5px;
	border: thin outset black;
}

