html {
	background: #fbf8f0 url(../images/dojo-hg-holz.jpg) fixed;
}

body {
	background: transparent url(../images/dojo-hg-top.jpg) repeat-x fixed;
}

#navi {
	width: 100%;
	padding-top: 5px;
	height: 45px;
	position: fixed;
	z-index: 100;
	background: transparent url(../images/dojo-hg-top.jpg) top repeat-x;
}
#navi ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#navi ul li {
	float: left;
	padding: 0;
	margin: 0 30px 0 0;
}
#navi a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
#navi a:hover, #navi a.rex-current, #navi a.rex-active {
	text-decoration: underline;
}

#bildgross {
	margin-top: 55px;
}

#footer {
	background-color: #363427;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	padding: 3px;
}

#footer a, #footer a:visited, #footer a:active {
	color: #FFFFFF;
}