@charset "utf-8";
body {
	background-color: #ffdd9d;
	font-size: 90%;
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Geneva", sans-serif;
}

.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}
#main {
	margin: 0 auto;
	width: 913px;
}
#header {
	margin-top: 4px;
	display: inline;
	float: left;
	height: 222px;
	margin-bottom: 0;
	width: 913px;
	background-image: url(../images/header.jpg);
	}
#navi {
	margin-left: 11px;
	display: inline;
	float: left;
	height: 49px;
	margin-bottom: 0;
	width: 902px;
	background-image: url(../images/navi.jpg);
}
#content {
	margin-left: 11px;
	margin-top: 0px;
	display: inline;
	float: left;
	min-height: 446px;
	margin-bottom: 0;
	width: 901px;
	background-image: url(../images/content.jpg);
	background-repeat:repeat-y;
}
#inhalt {
	width: 830px;
	margin-left: 40px;
	margin-top: 40px;
}
#footer {
	margin-left: 11px;
	margin-top: 0px;
	display: inline;
	float: left;
	height: 50px;
	margin-bottom: 0;
	width: 901px;
	background-image: url(../images/footer.jpg);
}