body {
	background-color: #b5a789;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	margin: 0px;
}
h1 {
	font-size: 120%;
	color: #954b4b;
}

h2 {
	font-size: 110%;
}

.bild{
	margin: 10px;
}

#hauptinhalt {
	/*background: #efe5d0 url(bilder/hintergrund.gif) top left;*/
	background: #efe5d0;
	font-size: 90%;
	padding: 15px;
	margin: 0px 10px 10px 10px;
}

#seitenleiste {
	/* background: #efe5d0 url(bilder/hintergrund.gif) bottom right; */
	background: #efe5d0;
	font-size: 105%;
	padding: 15px;
	margin: 0px 10px 10px 10px;
}

#fussleiste {
	background-color: #675c47;
	color: #efe5d0;
	text-align: center;
	padding: 15px;
	margin: 10px;
	font-size: 90%;
}

#kopfleiste {
	background-color: #675c47;
	margin: 10px;
	height: 108px;
}

#navigation {
	/* background: #b5a789 url(bilder/hintergrund.gif) top left; */
	float:left;
	background: #b5a789;
	font-size: 105%;
	padding: 15px;
	margin: 0px 10px 10px 10px;
}






a:link {
	color: #b76666;
	text-decoration: none;
	border-bottom: thin dotted #b76666;
}
a:visited {
	color: #675c47;
	text-decoration: none;
	border-bottom: thin dotted #675c47;
}
/* .bild a:link {
	color: #b76666;
	text-decoration: none;
	border-bottom: none;
}
.bild a:visited {
	text-decoration: none;
	border-bottom: none; */

#seitenleiste {
	float: right;
	width: 180px;
}

#hauptinhalt {
	margin-right: 230px;
	margin-left: 165px;
}

#getraenke {
	float: left;
	width: 115px;
}


#fussleiste {
	clear: both;
}

