html, body, h2, h3, h4 {
	margin: 5;
	padding: 0;
}

h1 {
	font-size:18px;
	color:#000000;
}

h2 {
	font-size:15px;
}

h3 {
	font-size:12px;
	color:#000000;
}

h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(images/page_bg_top-.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

#banner {
	padding-top: 200px;
	padding-bottom: 10px;
	margin-right: 800px;
}

#outer {
  background: top left url(bilder/page_bg_top.gif) repeat-x;
  padding-top: 20px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url(bilder/body_bg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(bilder/body_bg_bot.jpg) no-repeat;
}
#body-top {
  background: url(bilder/body_bg_top.gif) no-repeat;
  min-height: 800px;
  _height: 800px;
  padding-bottom: 14px;
}

/** logo **/

#logo {
  width: 25em;
  text-align: center;
}
#logo p {
  color: #6F7033;
  font: 22px "Arial narrow", arial, sans-serif;
  line-height: 1;
  padding-top: 0.8em;
}

/** nav **/

#nav {
  margin-top: 40px;
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(bilder/arrow.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
  color: #000;
  font-size:14px;
}
#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size:14px;
  text-decoration: underline;
}
#nav a:hover {
  color: #FFA405;
  text-decoration: none;
}

/** green box **/
#gbox {
  width: 431px;
  margin-top: 37px;
  margin-left: 22px;
  margin-bottom: 20px;
}

#gbox-bg  { background: url(bilder/green_bg.gif) repeat-y; }
#gbox-grd { background: bottom url(bilder/green_grad_bot.jpg) repeat-x; }
#gbox-top { background: url(bilder/gre_top.gif) no-repeat; height: 24px; }
#gbox-bot { background: bottom left url(bilder/gre_bottom.gif) no-repeat; height: 23px; }

#gbox-grd {
  min-height: 300px;
  padding: 2px 24px;
}

#gbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000000;
  margin: 0;
}

#gbox p {
  margin: 1em 0;
}

#features {
  background: #EDF0C4;
  padding: 14px;
  margin: 0 -14px;
}
#features h2 {
  position: relative;
}
#features ul {
  float: left;
  width: 49%;
  margin: 1em 0;
  padding: 0;
}
#features li {
  list-style: square;
  margin-left: 12px;
}

/** footer **/

#links, #rechts {
  float: left;
  width: 49%;
  margin-top: 1em;
}
#links h2, #rechts h2 {
  color: #fff;
}
#links p {
  margin: 0.3em 0;
  font-size: 10px;
}
#links a {
  color: #000;
}

#rechts {
  margin-left: 6%;
  width: 38%;
}
#rechts ul {
  margin: 0.3em 0;
  padding: 0;
}
#rechts li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** grey box **/

#greybox {
  background: url(bilder/no.gif) repeat-y;
  width: 326px;
  position: absolute;
  top: 292px;
  left: 457px;
}
#greybox-top {
  background: url(bilder/no.jpg) no-repeat;
  padding-left: 10px;
  padding-top: 5px;
}
#greybox-bot {
  background: bottom left url(bilder/no.gif) no-repeat;
  padding-bottom: 4px;
}
#greybox p {
	font: 12px arial, sans-serif;
	color: #000;
	line-height: 1.2;
}
#greybox a {
	color: #000000;
}

#copyright {
  font-size: 9px;
  color: #fff;
  margin-top: 60px;
}

