body {
	background-color: #b0ca33;
	background-image: url(bg.png);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0;
	margin: 0;
	color: #0e2f0b;
}

a:link, a:visited {
	color: #154711;
	background-color: #c5d76b;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	border: 1px solid #b0ca33;
}
a:hover {
	background-color: #d6e396;
	border: 1px solid #0e2f0b;
}

#wrapper {
	width: 980px;
	margin: auto;
}
h1#header {
	text-indent: -999em;
	padding: 0;
	margin: 0;
	background-image: url(header.jpg);
	width: 980px;
	height: 274px;
}
#main {
	width: 952px;
	margin: auto;
}
#content {
	padding: 20px;
	padding-top: 50px;
	margin-left: 200px;
}
#menu {
	float: left;
	width: 200px;
	height: 100%;
	padding-top: 50px;
	background-image: url(top.png);
	background-repeat: no-repeat;
}
#menu ul {
	margin: 0;
	padding: 0;
	width: 200px;
}
#menu ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu ul li a {
	border: none;
	font-weight: normal;
	color: #154711;
	background-color: #b0ca33;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #89a92a;
}
#menu ul li a:hover {
	background-color: #c5d76b;
	padding-left: 17px;
}
.submenu ul li a {
	color: #0e2f0b !important;
	border-right: 15px solid #b0ca33;
	background-color: #d6e396 !important;
	padding-left: 25px !important;
}
.submenu ul li a:hover {
	border-right: 15px solid #89a92a !important;
	background-color: #e7efc2 !important;
	padding-left: 25px !important;
}
a#active, a#active:hover {
	font-weight: bold !important;
	background-color: #d6e396 !important;
	padding-left: 15px !important;
	border-top: 1px solid #badd51 !important;
}
a#activesub, a#activesub:hover {
	border-right: 15px solid #b0ca33 !important;
	font-weight: bold !important;
	background-color: #d6e396 !important;
}

#losungen {
	float: right;
	width: 200px;
	margin-right: 10px;
	border: 1px solid #8da12b;
	padding: 20px;
	background-color: #e5eebc;
	background-image: url(losungen.gif);
	background-repeat: no-repeat;
}

/* Losungen */
.stelle {
	font-style: italic;
}
.head2 {
	font-size: 0.8em;
}