HTML, BODY {
  height: 100%;
}

BODY {
  background-color: #E0E9AA;
  margin: 0;
  padding: 0;
  height: 100%
}

BODY, TD, TH, P, DIV {
  color: #000000;
  font-size: 13px;
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  line-height:130%
}

p {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px
}

img {
  border-width: 0px;
}

h1 { font-size: 17px; font-weight: bold; color: #D4041E; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin-top:0 }
h2 { font-size: 14px; font-weight: bold; color: #D4041E; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h3 { font-size: 13px; font-weight: bold; color: #D4041E; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; }
h4 { font-size: 12px; font-weight: bold; color: #D4041E; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h5 { font-size: 11px; font-weight: bold; color: #D4041E; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h6 { font-size: 10px; font-weight: bold; color: #D4041E; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }

a { color: #638800; font-size: 13px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; text-decoration: none;}
a:hover { color: #638800; font-size: 13px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; text-decoration: underline; }
a:visited { color: #638800; font-size: 13px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; text-decoration: none; }

#wrapper {
  width: 800px;
  min-height: 600px;
  position: relative;
  /*background-image: url('images/wrapper_bg.png');
  background-repeat: repeat-y;*/
  margin-top: 24px; margin-left:auto; margin-right:auto; margin-bottom:0px
}

* HTML #wrapper {
  min-height: 600px;
}


#wrapper_top {
  width: 800px;
  height: 10px;
  /*background-image: url('images/wrapper_top.png');
  background-repeat: no-repeat;*/
  background-color: #E0E9AA
}

.sitemap {
  margin-left: 25px;
}

#header {
  width: 801px;
  height: 205px;
  margin-left: 3px;
  margin-top: -6px;
  background-color: #EEF1E1;
}

#main {
	width: 860px;
	margin-left: 3px;
	clear: both;
}

#finbar {
  clear: both;
  width: 800px;
  height: 12px;
  /*background-image: url('images/wrapper_footer.jpg');
  background-repeat: no-repeat*/
}

#menu_left {
	float: left;
	width: 220px;
	margin-top: 0px;
}

#content {
	float: left;
	width: 580px;
	padding-top: 26px;
	padding-left: 28px;
	min-height: 360px;
    padding-right: 20px;
}

#footer {
	height: 41px;
	width: 800px;
    padding-top: 5px;
    position: relative;
	margin: 0px auto;
	font-size: 11px;
}

#menu_left .navbutton a {
  text-decoration: none;
  display: block;
  width: 200px;
  height: 39px;
  line-height: 39px;
  background-color: #FFFFFF;
  color: #83A800;
  text-align: left;
  padding-left: 20px;
  font-size: 13px;
  font-weight: bold;
  margin-top: 8px;
}

#menu_left .navbutton a:hover {
  text-decoration: none;
  background-color: #83A800;
  color: #FFFFFF;
}

#menu_left .subnavbutton a {
  text-decoration: none;
  display: block;
  width: 180px;
  height: 19px;
  line-height: 19px;
  background-color: #FFF;
  color: #83A800;
  text-align: left;
  padding-left: 40px;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  margin-top: 1px;
}

#menu_left .subnavbutton a:hover {
  text-decoration: none;
  background-color: #83A800;
  color: #FFF;
}

#menu_left .subnavbutton_aktive a {
	text-decoration: none;
  display: block;
  width: 180px;
  height: 19px;
  line-height: 19px;
  background-color: #83A800;
  color: #FFFFFF;
  text-align: left;
  padding-left: 40px;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-top: 1px;
}