body {
	background: #fff;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;	
	font-size: 80%;
	line-height: 1.4em;
	margin: 0;	
}

a {
	color: #777;
}
a:hover {
	color: #039;
}
a img {
	border: none;
}

ul,li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.auflisten li {
	list-style: disc;
	margin-left: 12px;
}

h1, h2 {
	font-size: 1.5em;
	color: #039;
}
td {
	vertical-align: top;
}

header, main {
	display: block;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	background: #039;
	height: 170px;
	padding: 10px 20px;
}

main {
	width: 960px;
	margin-left: 20px;
	padding-top: 200px;
}

/* Navigation */

nav ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 165px;
	height: 170px;
}
nav ul li {
	text-align: right;	
}
nav ul a {
	text-decoration: none;	
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}
nav ul a:hover {
	color: #F6A72B;			
}

/* Kontaktformular */

.listform label {
	display: block;
	text-align: right;
	width: 100px;
	float: left;	
}

.listform input,
.listform textarea {
	border: 1px solid #9FB38F;
	width: 300px;
	margin-left: 1em;
}

.listform input:focus,
.listform textarea:focus {
	background: #eee;
}

ul.listform,
ul.listform li {
	display: block;
	list-style: none;
	margin-bottom: 0.5em;	
	background-image: none;
}

ul.listform input {
	float: none;
}