html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: #ffffff;
  color: #555555;
  font-size: 11pt;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  text-align: justify;
  cursor: default;
}

.logo {
  border: none;
}

.menu {
  color: #74ac36;
}

.menu a {
  color: #ffffff;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}

.menu a:hover {
  color: #9cc42b;
  text-decoration: none;
}

.submenu {
  color: #74ac36;
  background-image: url(../media/design/bg_submenu.gif);
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.submenu a {
  color: #ffffff;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}

.submenu a:hover {
  color: #2a6a09;
  text-decoration: none;
}

.aktuell {
  display: inline;
  color: #9cc42b;
}

.sub_aktuell, .footer .aktuell {
  display: inline;
  color: #2a6a09;
}

.footer {
  color: #74ac36;
}

.footer a {
  color: #ffffff;
  font-size: 10pt;
  text-decoration: none;
}

.footer a:hover {
  color: #2a6a09;
  text-decoration: none;
}

#features a {
  font-size: 8pt;
  font-weight: normal;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 1px;
  background-color: #ececec;
  border: none
}

h1 {
  color: #478611;
  font-size: 13pt;
  font-weight: bold;
}

h2 {
  color: #478611;
  font-size: 12pt;
}

a {
  color: #74ac36;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.img, .img_l, .img_r, .img_tb {
  border: 1px solid #ececec;
  padding: 10px;
}

.img_l {
  margin-left: 10px;
}

.img_r {
  margin-right: 10px;
}

.img_tb {
  margin-top: 10px;
  margin-bottom: 10px;
}

a:hover .img, a:hover .img_l, a:hover .img_r, a:hover .img_tb {
  border: 1px solid #74ac36;
  background-color: #e8f3db;
}

.tabelle th, .tabelle td {
  padding: 10px;
  background-color: #e8f3db;
}

.tabelle_tr_0 {
  background-color: #ffffff;
}

.tabelle_tr_1 {
  background-color: #e8f3db;
}

.kontakttabelle td {
  padding-bottom: 5px;
  font-size: 10pt;
}

.table_blocks td {
  padding: 5px;
  background-color: #fbfcf8;
}

.box {
	background: #e8f3db;
  padding-top: 5px;
	padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  margin-bottom: 10px;
	border: 1px solid #ececec;
  cursor: pointer;
}

.box:hover {
	border: 1px solid #74ac36;
}
