body {
	width: 100%;
	text-align: center;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFD34C;
}
#center {
	text-align: center;
	width: 100%;
	background-color: #FFD34C;
}

#content {
	width:880px;
	background-image: url(hintergrund.jpg);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: top;
	background-color: #336600;
}
#fenster {
	background-color: #cc9900;
	width: 780px;
	margin: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#kopfzeile {
	height: 70px;
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
}
#navigation {
	text-align: right;
	float: left;
	padding-left: 93px;
	height: auto;
}

#inhalt {
	float: left;
	margin-bottom: 0px;
}
#fusszeile {
	text-align: right;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#spalte_rechts {
	background-color: #ffffcc;
	width: 635px;
	text-align: left;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}
#spalte_links {
	float: left;
	width: 135px;
}
#kopfzeile .link {
	width: 135px;
	text-align: center;
}
.foto {
	border: 1px solid #CC9900;
	font-size: 0.7em;
}

