* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

ul, li {
	list-style: none;
}

p, div.left, div.right {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1.2em;
	vertical-align: baseline;
	padding-top: 15px;
}

div.left {
	float: left;
	width: 150px;
}

body {
	font-family: Georgia, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 1.5em;
}

div.wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

#navigation {
	margin-top: 20px;
	height: 50px;
}

#navigation ul {
	float: right;
	list-style: none;
	font-size: 1.2em;
	font-weight: 800;
	display: block;
}

#navigation li  {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #000000;
}

#navigation li.last  {
	border-right: none;
}

#page1 {
	height: 1020px;
	background-color: #ffffff;
}

#page2 {
	height: 900px;
	background-color: #6b739c;
}

#page3 {
	height: 2480px;
	background-color: #ffffff;
}

#page4 {
	padding-bottom: 80px;
	background-color: #6b739c;
}

#bild1, #bild2, #bild3, #bild4 {
	width: 400px;
	height: 267px;
	border: 0;
	margin-top: 50px;
	margin-right: 50px;
	float: left;
}

h1, h2 {
	padding-top: 50px;
}

h3 {
	padding-top: 30px;
}

h4, em {
	padding-top: 20px;
}

a {
	color: #000000;
	text-decoration: none;
}