body {
	margin-top: 20px;
	background: #FFEFC0 url("bild/back.jpg");
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
a img {
	border: none;
}

#all {
	position: relative;
	width: 760px;
	margin: auto;
	padding: 0;
}
#header {
	background: url(bild/bgheader.gif);
	text-align: center;
}
#mitte {
	background: url(bild/bgmitte.gif);
}
#bilder {
	float: left;
	width: 240px;
	padding: 20px 0 0 40px;
}
#inhalt {
	overflow: auto;
	height: 320px;
	float: right;
	width: 430px;
	text-align: left;
	padding: 0 20px;
	margin-right: 8px;
	color: #3D2A19;
	font-size: 0.8em;
  line-height: 140%;	
}
#zeiten {
	height: 50px;
	margin: 0;
	clear: both;
}
#footer {
	background: url(bild/bgfooter.gif) no-repeat;
	height: 10px;
	clear: both;
}

.pic {
	border: 1px solid #B5956D;
	padding: 4px;
}

#inhalt h2 {
	font-size: 1.2em;
	font-weight: bold;
}


label,input, textarea {
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 10px;
	font-size: 0.8em;	
}
input, textarea {
	background: #FFF4CF;
}
label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}
br {
	clear: left;
}
