html, body {
	background-color: #99CCFF;

	color: navy;
	margin: 0;
	padding: 0;
	font-family:"Gill Sans","Lucida Grande",Arial,sans-serif;
	height: 100%;
	width: 100%;
	font-size: 1em;
	line-height: 1.33em;
}

img {
	border-color: #99CCFF;
}

h1 {
	text-align: right;
	text-transform: uppercase;
	margin-top: 0em;
}

h2 {
	margin-top: 2em;
}

#boot {
	position: fixed;
	bottom: 0em;
	left: 0em;
	height: 350px;
	width: 265px;
	background-image: url(image/segelboot.png);
	background-repeat: no-repeat;
}

#page {
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	
margin-left: 350px;
	text-align: justify;
}

#page table {
	width: 100%;
	background-color: #99CCFF;
	color: navy;
	margin-top: 1em;
	margin-bottom: 1em;
	border: none;
	text-align: left;
}

#page table thead {
	background-color: navy;
	color: #FFFFFF;
}

#page table tbody tr:hover {
	background-color: #FFFFFF;
}

#page table tbody tr td a {
	color: #990000;
	text-decoration: none;
	padding-left: 18px;
	background-image: url(image/linkarrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#page table tbody tr td a:hover {
	text-decoration: none;
}

.odd {
	background-color: #B8CCE4;
}

.even {
	background-color: #DBE5F1;
}