body {
	margin:0px;
	padding:0px;
	background:url(/template/raimund-guckes/img/background.png) top center no-repeat;
	font-family: sans-serif;
}

section {
	padding: 20px;
}

h1, h2, h3, h4, h5, h6 {
	margin-left: 0px;
	padding-left: 0px;
}

nav {
	width: 884px;
	height: 19px;
	margin: 0 auto;
	padding:8px;
	margin-top: 12px;
	background:url(/template/raimund-guckes/img/nav-background.png) top center no-repeat;
}

nav a {
	text-decoration: none;
	color: black;
}

nav a:hover {
	text-decoration: underline;
}

nav ul {
	padding: 0px;
	margin: 0px;
}

nav ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

nav ul li:last-child {
	float: right;
}

h1 {
	font-size: 1.3em;
	margin-top: -14px;
}

section {
	background: no-repeat left top url(/template/raimund-guckes/img/content-background.png);
	margin-left: 20px;
	margin-top: 20px;
	width: 400px;
	min-height: 400px;
}

.contentWrapper {
	width: 900px;
	margin: 0 auto;
}


div.contentWrapper {
	width: 900px;
	clear: both;
	min-height: 440px;
}


