body {
	margin:  0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ccc;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: teal;
	top: -30px;
}
#header {
	width: 760px;
	background-color: black;
	color: white;
	text-align: center;
}
.titel {
	color: yellow;
	font-size: x-large;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: -12px;
}
h1 {
	font-size: medium;
	margin-bottom: -12px;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
}
p {
	font-size: 90%;
}
#content {
	width: 595px;
	float: left;
	background-color: white;
	margin-top: -16px;
}
#navigation {
	float: right;
	width: 165px;
	background-color: teal;
	margin-top: -16px;
}
#footer {
	clear: both;
	color:  white;
	background-color: black;
	text-align: center;
}
#footer li a:link, #footer li a:visited, #footer li a:active {
	color: #FFF;
	font-size: small;
}
ul.mainnav li {
	display: inline;
	list-style-type: none;
}

#header li a:link, #header li a:visited, #header li a:active {
	color: #FFF;
	font-size: small;
}
#navigation li a:link, #navigation li a:visited, #navigation li a:active {
	color: #FFF;
	font-size: small;
	text-decoration: underline;
}
#navigation ul {
	list-style-type: none;
	text-align: left;
	margin-left: -35px;
}
#imgwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}
.space {
	font-size: 1%;
}
