body {
  font: 13px Arial, sans-serif;
  margin: 0;
  padding: 30px 0;
  color: #413C23;
  text-align: center;
  background: #E4FFC1;
}

h1 {
  font-family: Verdana;
  font-size: 24px;
  padding: 0;
  margin: 10px auto 0;
}

h2 {
  font-family: Verdana;
  font-size: 20px;
}

div {
  margin: auto;
}

a {
  color: #413C23;
}

a:hover {
    text-decoration: none;
}

a:active {
    color: #635E46;
    text-decoration: underline;
}

a img {
    border: 2px solid #3FB300;
}
a img:hover {
    border: 2px solid #318A00;
}

img {
    border: 2px solid #2D8000;
}

li {
    margin: 4px 0;
}

label {
    font-weight: bold;
}

input, select {
    background: #D2FF95;
    border: 1px solid #318A00;
    color: #413C23;
    margin: 3px;
}

input:focus, textarea:focus {
    background: #DBFFAA;
    border: 1px solid #3FB300;
}

textarea, textarea[readonly]:focus  {
    background: #D2FF95;
    border: 1px solid #318A00;
    color: #413C23;
    padding: 3px;
}

#wrap {
    background: #D1FD77;
    -moz-border-radius: 8px;
    margin: 0 auto;
    width: 960px;
}

#head {
    background: url(images/skyline.png) no-repeat bottom center;
    height: 220px;
    padding: 1px;
    width: 960px;
}

#navigation {
    height: 20px;
    margin: 10px auto;
    width: 960px;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 1px 0px 0px;
    width: 960px;
}

#navigation li {
    margin: 0;
    display: inline;
}

#navigation a {
    border-top: 1px solid #78BF00;
    font: bold 13px Verdana, sans-serif;
    font-style: upper;
    height: 20px;
    padding: 2px 6px 4px;
    text-decoration: none;
}

#navigation a:hover {
    border-top: 3px solid #78BF00;
    color: #457D00;
}

#navigation #aktuell {
    border-top: 3px solid #508000;
    color: #615C43;
}

#links {
    float: left;
    padding: 5px;
    margin-right: 1px;
    width: 260px;
}

#content {
    background: url(images/trennlinie.png) repeat-y top left;
    float: right;
    padding: 5px 5px 20px 20px;
    text-align: left;
    width: 650px;
}

#footer {
    clear: both;
    font-size: 10px;
    padding: 5px 15px;
    text-align: right;
}

.submenu {
    color: #413C23;
    font-size: 14px;
    list-style: none;
    margin-top : 5px;
    padding-right: 10px;
    text-align: right;
}

.submenu a {
    text-decoration: none;
}

.submenu a:hover {
    color: #615C43;
    text-decoration: underline;
}

#sub_aktuell {
    background: #318A00;
    color: #F2F2F2;
    font-weight: bold;
    padding: 3px 5px;
}

.truebersichta {
  font-weight: bold;
  background: #F0EAD0;
}

.truebersichtb {
  font-weight: bold;
  background: #E7E3C5;
}

.truebersichta a, .truebersichtb a {
  text-decoration: none;
}

.truebersichta:hover, .truebersichtb:hover {
  cursor: pointer;
  background: #F7F2D7;
}
