html, body {
  height: 100%;
  width: 100%; min-width: 890px;
  background: white;
  color: #444;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
}
html {
  overflow: auto;
}
/*
html>body {
  height: auto;
}
  */
body {
  background: #e6eded url(../img/bg-main.png) 50% top repeat-y;
}

#header {
  width: 100%; height: 237px;
  position: absolute;
  background: white;
  z-index: 3;
}
#header-logo {
  width: 830px; height: 122px;
  margin: 0 auto 0 auto;
  position: relative;
}
#header-logo img.logo {
  display: block;
  position: absolute;
  right: 0; top: 0;
}
#header-titlebar {
  background: url(../img/bg-top.png) top left repeat-x;
}
#header-titlebar img.titlebar {
  display: block;
  width: 830px;
  margin: 0 auto 0 auto;
}
#header-searchbox {
  width: 100%;
  position: absolute;
  top: 185px;
}
#header-searchbox form {
  width: 810px;
  margin: 0 auto 0 auto;
  padding-left: 10px;
}
#header-searchbox form input.text {
  width: 105px;
  padding: 2px 4px;
  color: #2a6615;
  background: #97e695;
  border: none;
}
#header-searchbox form input.submit {
  padding: 2px 4px;
  color: #2a6615;
  background: #97e695;
  border: none;
}

#header-sitetools-container {
  position: absolute;
  top: 0;
  padding-left: 50%;
}
#header-sitetools {
  margin-left: -410px;
  width: 830px; height: 122px;
  position: relative;
}
#header-sitetools ul.languages {
  position: absolute;
  bottom: 10px; right: 85px;
  margin: 0;
  list-style: none;
}
#header-sitetools ul.languages li {
  float: left;
  margin-left: 15px;
}
#header-sitetools ul.sitetools {
  position: absolute;
  bottom: 0; left: 0;
  margin: 0;
  list-style: none;
}
#header-sitetools ul.sitetools li {
  float: left;
  margin-right: 3px;
}
#header-sitetools ul.sitetools li a {
  display: block; float: left;
  padding: 8px 4px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  background: #68bb66;
}

#container {
  position: relative;
  width: 100%;
  height: 100%; min-height: 100%;
}
#container[id] {
  height: auto;
}

#main-container {
  background: #e6eded;
  z-index: 4;
}

#main {
  position: relative;
  width: 820px;
  margin: 0 auto 0 auto;
  padding: 247px 5px 40px 5px;
  background: white;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #53ab58;
  text-align: center;
  text-decoration: none;
}
#footer-inner {
  width: 820px; height: 25px;
  margin: 0 auto 0 auto;
  background: #68bb66;
  color: #FFFFFF;
}

#footer-inner a {
  text-decoration: none;
  color: #FFFFFF;
}

div.clear {
  clear: both;
  float: none;
  height: 0;
  line-height: 0;
  font-size: 0.1px;
}

#main #bar-left {
  float: left;
  width: 160px;
  margin-top: -20px;
  padding: 0 5px 0 0;
}

#main #bar-left h1 {
  margin: 20px 0 5px 0;
  color: #999;
}

#main #bar-left #address {
  margin-top: 70px;
  font-size: 9px;
  font-weight: bold;
}

#main #center-container {
  float: left;
  width: 470px;
  margin: 0 15px 0 15px;
}

#main #extra {
  float: right;
  clear: right;
  width: 134px;
  margin: 7px 5px 0 0;
  padding: 0 7px 10px 7px;
  border: 1px solid #979fa3;
  background: #e7e7e7;
  font-size: 90%;
}

#main #printbutton {
  float: right;
   margin: 10px 7px 0 0;
  font-size: 90%;
  text-decoration: none;
}

#printbutton a {
  text-decoration: none;
  color: black;
} 

ul.nav {
  list-style: none;
  margin: 0;
}
ul.nav li {
  margin: 2px 0 0 4px;
}
ul.nav li a.nav, ul.nav li span {
  display: block;
  border-left: 3px solid #979fa3;
  padding: 2px 6px 2px 6px;
  background: #cccccc;
  font-weight: bold;
  color: black;
  text-decoration: none;
  font-size: 110%;
}
ul.nav li.cur span, ul.nav li a:hover, ul.nav li.cur a.nav {
  border-left-color: #68bb66;
}

ul#nav-sub {
  margin: 1px 0 20px 0;
  list-style: none;
  text-align: center;
  line-height: 2em;
}
ul#nav-sub li {
  display: inline;
  margin: 0 5px 0 5px;
  line-height: 2em;
}
ul#nav-sub li a, ul#nav-sub li span {
  padding: 0 3px 0 3px;
  border: 1px solid #68bb66;
  color: #68bb66;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  font-size: 120%;
}
ul#nav-sub li.cur-sub span, ul#nav-sub li a:hover {
  color: white;
  background: #68bb66;
}

ul.nav3 {
  list-style: none;
  margin: 0;
}
ul.nav3 li {
  margin: 2px 0 0 15px;
  list-style: none;
  list-style-image: none;
}

ul.nav3 li a.nav3, ul.nav3 li span {
  display: block;
/*  border-left: 3px solid #979fa3; */
  border-left: none;
  padding: 2px 12px 2px 8px;
  background: #ffffff;
  font-weight: bold;
  color: #347F1A;
  text-decoration: none;
  margin-left: 0px;
  font-size: 110%;
}
ul.nav3 li.cur3 span, ul.nav3 li a:hover, ul.nav3 li.cur3 a.nav3 {
  border-left-color: #68bb66;
  color: #444444;
  background: url(../img/bullet.gif) no-repeat 0% 50%;;
}

ul.nav3 li.cur3 {
}

ul.nav4 {
  list-style: none;
  margin: 0;
}



ul.nav4 li {
  margin: 2px 0 0 22px;
  list-style: none;
  list-style-image: none;
}
/* IE Hack */
*ul.nav4 li {
  margin: 2px 0 0 10px;
  list-style: none;
  list-style-image: none;
}
ul.nav4 li a, ul.nav4 li span {
  display: block;
/*  border-left: 3px solid #979fa3; */
  border-left: none;
  padding: 2px 12px 2px 8px;
  background: #ffffff;
  font-weight: bold;
  color: #549F3A;
  text-decoration: none;
  margin-left: 0px;
  font-size: 110%;
}
ul.nav4 li.cur4 span, ul.nav4 li a:hover {
  border-left-color: #68bb66;
  color: #444444;
  background: url(../img/bullet.gif) no-repeat 0% 50%;;
}

ul.nav4 li.cur4 {
}

.csc-sitemap ul {
  list-style: none;
  margin: 0;
}
.csc-sitemap ul li {
  margin: 2px 0 0 4px;
}
.csc-sitemap ul li a {
  display: block;
  border-left: 3px solid #979fa3;
  padding: 2px 6px 2px 6px;
  background: #cccccc;
  font-weight: bold;
  color: black;
  text-decoration: none;
}
.csc-sitemap ul ul li {
  margin-left: 2em;
}
.csc-sitemap ul ul li a {
  font-weight: normal;
}

#extra h1 {
  color: #777;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  color: #347f1a;
}

#content h1 {
  margin-bottom: 1em;
}

#content h3 {
  color: #979fa3;
  font-size: 14px;
}

pre { font-family: monospace; }
b, strong { font-weight: bold; }
i, em { font-variant: italic; }

h1 { font-size: 16px; font-weight: bold; }
h2 { font-size: 14px; font-weight: bold; }
h3 { font-size: 13px; font-weight: normal; }
h4 { font-size: 12px; font-weight: bold; }
h5 { font-size: 11px; font-weight: bold; }
h1, h2, h3, h4, h5, h6 { margin: 0px 0px 0px 0px; margin-top: 10px; margin-bottom: 2px; }
h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader, h4.csc-firstHeader, h5.csc-firstHeader, h6.csc-firstHeader { margin-top: 0px; }

#extra h1.csc-firstHeader { margin-top: 0.5em; }

p { margin: 0.3em 0; }
p.bodytext { margin: 0.3em 0; }

p.bodytext img {
  border: 1px solid #68bb66;
}

p.anleser {
  margin: 0.7em 0 1.3em 0;
  /* color: #979fa3; */
  color: #347f1a;
  font-weight: bold;
}
/* p.anleser { margin: 0.7em 0 1.3em 0; color: #979fa3; font-weight: bold; } */

/* RTE / Bulletlists */
ul { list-style: url(../img/bullet.gif) disc outside; margin-left: 2em; margin-top: 0.7em; }
ul li { margin-bottom: 0.3em; }
ul ul { list-style: square outside; margin-left: 1em; }
ol { list-style: decimal outside; margin-left: 2em; }
ol ol { list-style: lower-latin outside; margin-left: 1em; }

div.csc-textpic img {
  border: 1px solid #68bb66;
}

div.csc-frame-spaceAfter {
  margin-bottom: 2em;
}

table.datatable, table.datatable-small, table.datenblatt, table.contenttable {
  width: auto;
}
table.datatable tr, table.datatable-small tr, table.datenblatt tr, table.contenttable tr {
  background: #c6ebc5;
}
table.datatable tr th, table.datatable-small tr th, table.datenblatt tr th {
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid black;
  border-left: 1px dotted black;
  padding: 4px 4ex;
}
table.datatable-small tr th, table.contenttable tr th {
  padding: 4px 1ex;
}
table.datatable tr td, table.datatable-small tr td, table.datenblatt tr td, table.contenttable tr th {
  text-align: right;
  border: 1px dotted black;
  padding: 2px 1ex;
}

table.datenblatt tr td { text-align: left; }
table.datenblatt tr td.td-0 { text-align: right; width: 45%; }

hr {
  border: none;
  border-bottom: 1px solid #68bb66;
  margin-bottom: 1em;
}

div.csc-mailform-field {
  clear: both;
  margin: 1em 0;
}
div.csc-mailform-field label {
  display: block;
  float: left;
  width: 20ex;
}

div.csc-mailform-field input,
div.csc-mailform-field textarea,
div.csc-mailform-field select {
  border: 1px solid #68bb66;
  padding: 2px 4px;
}

div.csc-mailform-field input.csc-mailform-submit {
  border: 2px outset #D4D0C8;
  margin: 0 0 0 22ex;
  padding: 2px 4px;
}

/* vim:set ts=2 sw=2 et ai: */
