* {
	margin: 0;
	padding: 0;
}
html {
	height:100%;
}
body {
	font:100.01% Verdana, Helvetica, sans-serif;
    color: black;
	height: 100%;
	background-color: #98B162;
	padding: 0;
}
#box {
	margin: 1%;
	width: auto;
    color: inherit;
	height: auto;
	background-color: #596C34;
	border: solid black 1px;
	min-width:760px;
}
#header {
	background-image: url(../images/trees.jpg);
	background-repeat: repeat;
	background-position: left;
	background-color: #006400;
	height: 140px;
	vertical-align: bottom;
	text-align: center;

}

#navi {
	font-size: 0.9em;
	text-align: center;
	height: 1.6em;
	background-color: #6A7B44;
	float: left;
	width: 100%;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}
#navi li {
	list-style: none;
	display: inline;
}
#navi li a {
	padding: 0.2em 1em;
	text-decoration: none;
	float: left;
	border-right: 1px solid #000;
	color: #000000;
}
#navi li a#current {
	color:black;
	background-color:#596C34;
}
#navi li a:hover {
	background-color: black;
	color: #f0e7aa;
}

#inhalt {
	margin-right: 0;
	background-color: #596C34;
	padding: 2em 10px;
	height: auto;
	line-height:130%;
	/*overflow: hidden;*/
}
#inhalt p {
	text-align:justify;
} 
#inhalt ol {
	margin: 1em;
	list-style: decimal outside;
}
#inhalt ol li {
	margin: 1em;
}

/*tabellen*/
div#inhalt td {
	padding: 0 1em;
}

#footer {
	border-top:1px solid black;
	font-size:80%;text-align:right;
	background-color: #6A7B44;
}
#roundbox {
	width: 80%;
	background: #98B162;
	margin: 20px auto auto auto;
	text-align:right;
	clear:both;
}
#roundbox h1, #roundbox p {margin: 0 10px;}
#roundbox h1 {font-size: 120%; color: #000;}
/*#roundbox*/ *.roundboxtop, /*#roundbox*/ *.roundboxbottom {
	display: block;
	background: #596C34;
}
/*#roundbox*/ *.roundboxtop b, /*#roundbox*/ *.roundboxbottom b {
	display: block; height: 1px; overflow: hidden; background: #98B162 }
/*#roundbox*/ .r1 {margin: 0 5px;}
/*#roundbox*/ .r2 {margin: 0 3px;}
/*#roundbox*/ .r3 {margin: 0 2px;}
/*#roundbox*/ #top .r4, /*#roundbox*/ #bottom .r4{margin: 0 1px; height:2px}

