@charset "utf-8";
/* CSS Document */
html, * {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background:#fbfbd6;
	color:#533c1d;
	font-family: calibri, arial, helvetica;
	font-size:16px;
	text-align:left;
}
header {
	background-image:url(gfx/headerbild04.png);
	margin: auto;
	height: 180px;
	width: 1000px;
}
nav {
	background:#533c1d;
	height: 20px;
	padding: 10px 0px 10px 0px;
}
#navi ul {
	margin:auto;
	width:1000px;
	list-style: none;
}
#navi ul li {
	float: left;
	padding: 0 60px 0px 0px;
	/*border-right: 1px solid #dedab5;*/
}
nav a {
	text-decoration:none;
	color:#fbfbd6;
}
nav a:hover {
	color:white;
}
figure {
	margin:auto;
	width:1000px;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:100px;
	width:970px;
	padding: 15px;
	min-height:600px;
}
#wrapper img {
	border-radius:10px;
}
main {
	width:313px;
	margin-right:15px;
	float: left;
	margin-bottom:50px;
}
aside {
	width:313px;
	float: right;
	margin-bottom:50px;
}
.spaltelinks {
	width:641px;
	margin-right:15px;
	float: left;
}
.spalterechts {
	width:641px;
	float: right;
	margin-bottom:50px;
}
a {
	text-decoration:none;
	color:#533c1d;
}
a:hover {
	color:#ccc;
}
footer {
	background:#533c1d;
	color:#fbfbd6;
	margin-left: auto;
	margin-right: auto;
	padding-top:2rem;
	height:118px;
	clear:both;
	text-align:center;
}
h1 {
	font-weight:lighter;
	letter-spacing:5px;
	margin-bottom:10px;
}
h2 {
	font-weight:lighter;
	letter-spacing:2px;
	margin:10px 0;
}
h3 {
	font-weight:lighter;
	letter-spacing:1px;
	margin:10px 0;
}
li {
	list-style:none;
}
.kasten {
	background:#dedab5;
	padding:10px;
	border-radius:10px;
}
.kasten a {
	color:#533c1d;
}
.kasten a:hover {
	color:#fbfbd6;
}
