body, html {
	height:100%;
}
body {
	margin:0;
	background-color:#F8FCED;
	background-image:url(../images/bg-right.gif);
	background-repeat:repeat-x;
	font-size:12px;
	font-family:Arial, Verdana, Tahoma, sans-serif;
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#0DAF1C;
}
form {
	display:inline;
}
input, textarea {
	border:1px #0CB01B solid;
}
#main {
	width:775px;
	border-right:2px #fff solid;
	background-image:url(../images/bg.gif);
}
#global {
	border-top:3px #C6ED6E solid;
	height:19px;
	padding:2px 15px 0 0;
	background-image:url(../images/global.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
	font-size:10px;
	color:#0DAF1C;
	font-weight:bold;
}
#global a {
	color:#000;
}
#left {
	float:left;
	width:197px;
}
#right {
	float:left;
	width:544px;
	margin-left:30px;
}
.menue {
	display:block;
	background-color:#0DAF1C;
	padding:4px 10px 4px 15px;
	color:#fff;
	font-weight:bold;
	border-top:1px #fff solid;
}
.menue:hover, .menueaktiv {
	display:block;
	background-color:#0DAF1C;
	padding:4px 10px 4px 15px;
	color:#C6ED6E;
	font-weight:bold;
	border-top:1px #fff solid;
}
.submenue {
	display:block;
	padding:5px 10px 5px 15px;
	color:#000;
	font-size:11px;
	background-color:#C6ED6E;
}
.submenue:hover, .submenueaktiv {
	display:block;
	padding:5px 10px 5px 15px;
	color:#000;
	font-size:11px;
	font-weight:bold;
	background-color:#C6ED6E;
}
#pathfinder {
	font-size:10px;
}
h1 {
	font-size:18px;
	font-weight:normal;
	color:#0DAF1C;
	margin:0;
}
h2 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	color:#0DAF1C;
}
#suche {
	background-color:#C6ED6E;
	color:#0DAF1C;
	font-size:11px;
	font-weight:bold;
	padding:12px 0 12px 18px;
}
#footer {
	clear:both;
	margin:20px 0 0 0;
	background-image:url(../images/bg-footer.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	color:#0DAF1C;
	font-size:11px;
}
#footer a {
	color:#000;
}
#copy {
	color:#B1B1B1;
	font-weight:bold;
}
ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
li {
	padding-left:12px;
	background-image:url(../images/li.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
}
.li2 {
	padding-left:12px;
	background-image:url(../images/li2.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
}
