html, body {
	width: 100%;
	margin: 0px;
	font-family: Helvetica;
}

table {
	line-height: 1.5;
	padding-top: 40px;
}

td {
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: solid 1px lightgrey;	
}
th {
	padding-bottom: 20px;
	text-align: left;
}

div#up {
	background-image: url("background.jpg");
	width: 100%;
}

div#menue {
	width: 800px;
	height: 35px;
	margin: auto;
	color: white;
	padding-top: 20px;
	border-bottom: 1px solid gray;
}

div#menue a {
	color: white;
	text-decoration: none; 
}
div#menue a:hover {
	color: white;
	text-decoration: underline; 
}

div#name {
	font-size: 18pt;
	width: 200px;
	float: left;
}

div#nav {
	text-align: left;
}

div.navpoint {
	width: 100px;
	float: left;
	padding-top: 7px;
}

div#intro {
	width: 800px;
	margin: auto;
	color: #efefef;
	padding-bottom: 110px;
	margin-top: 75px;
	
}

div#main {
	width: 800px;
	margin: auto;
	background-color: white;
	min-height: 1000px;
	border: 0px;
}

div#submenue {
	width: 800px;
	font-size:8pt;
	margin-top:20px;
	height: 20px;
}

div.subnavpoint {
	float: left;
	width: 100px;
}

div#content {
	width: 800px;
	margin: auto;
}

div#content h2 {
	margin-top: 125px;
}

div#content p {
	line-height: 2;
}
