html, body
{
	height: 100%;
	width: 100%;
	font: 17px Sans, Verdana, Arial;
}

#seite
{
	background:url(../bilder/hintergrund.png);
	margin: auto;
	padding-top: 15px;
	position: relative;
	width: 938px;
	z-index: 2;
}

#bild
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#uberschrift
{
	background-color: #d9d9d9;
	margin: 0 14px 28px;
	height: 57px;
	padding-left: 17px;
	width: 892px;
}

#uberschrift p
{
	font-size: 30px;
	line-height: 57px;
}

#menu-gesammt
{
	height: 303px;
	width: 909px;
	margin: 0 14px;
}

#menu
{
	width: 205px;
	height: 100%;
	background-color: #9be451;
	-webkit-border-radius: 0 15px 15px 0;
	-khtml-border-radius: 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	line-height: 25px;
}

#menu a
{
	text-decoration: none;
	font-size: 20px;
	color: white;
}

#menu ul
{
	padding-top: 17px;
	padding-left: 17px;
	padding-right: 14px;
}

#menu li
{
	margin-bottom: 20px;
}

#current a
{
	color: #639b40;
}

#text
{
	margin: 50px 14px 10px;
	text-align: justify;
}

#text h1
{
	color: #639b40;
	font-size: 25px;
	margin-bottom: 25px;
}

#text p
{
	float: left;
	width: 444px;
	color: #4E2F2F;
}

#spalte1
{
	padding-right: 22px;
}

#impressum
{
	text-align: right;
	margin-bottom: 5px;
	padding-right: 14px;
}

#impressum a
{
	color: #a8a8a8;
	text-decoration: none;
	font-size: 12px;
}

.clear
{
	float: none;
	clear: both;
}