
* {
  margin: 0;
  padding: 0;
}

body {
  background: #e1f2d0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  line-height: 20px;
  color: #222;
}

#skiplink {display:none;}
#search {display:none;}

a {
  text-decoration: none;
  color: #75B03C;
}
a:hover {
  text-decoration: underline;
  color: #111;
}
a:visited {
  color: #75B03C;
  font-weight: bold;
}

th, td{
  padding-right: 15px;
}

#wrap {
  margin: 0 auto;
  width: 825px;
}

#header {
  margin-top: 10px;
  height: 80px;
  background: #BCE636;
}

#header h1 {
  font-size: 2.1em;
  letter-spacing: -1px;
  padding: 15px 0 0 20px;
  color: #fff;
}

#header h1 a {
  color: #fff;
  text-decoration: none;
  font-weight: 100;
  letter-spacing: -2px;
}

#header h1 a:hover {
  color: #89B336;
}
#header h2 {
  font-size: 1.6em;
  color: #89B336;
  padding: 5px 0 0 20px;
  letter-spacing: -1px;
  font-weight: 100;
}

#menu {
  height: 30px;
  line-height: 30px;
  background: #89B336;
}
#menu ul {
  list-style-type: none;
  padding-left: 30px;
}
#menu ul li {
  display: block;
  float: left;
}
#menu ul li a {
  padding: 0 20px 0 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  color: #fff;
}
#menu ul li a:hover {
  color: #000;
  text-decoration: none;
}

#content {
  background: 100% transparent;
  padding: 0 20px;
}

.center {
  width: 775px;
  text-align: justify;
  padding-top: 10px;
}
.photo{
   font-size: 0.9em;
   text-align: right;
}

.center h2 {
  font-size: 1.5em;
  font-weight: 100;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  background: #89B336 ;
  color: #fff;
}

.center h3 {
  color: #89B336;
  margin-top:20px;
  border-bottom: 1px dotted #aaa;
  margin-bottom:5px;
}

.right {
  float: right;
  width: 570px;
  min-height:400px;
  text-align: justify;
  padding-top: 10px;
}

.right h2 {
  font-size: 1.5em;
  font-weight: 100;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  background: #89B336 ;
  color: #fff;
}
.right h2 a {
  text-decoration: none;
  color: #fff;
}
.right h2 a:hover {
  color: #111;
}

.right h3 {
  color: #89B336;
  border-bottom: 1px dotted #aaa;
  margin-bottom:5px;

}

.right p, .center p {
  margin-bottom:10px;
}

.center ul {
   margin: 5px 10px 5px 20px;
}

.left {
  float: left;
  width: 205px;
  padding-top: 0px;
}
.left h2 {
  margin: 20px 0 0 0;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  background: #E9CF16;
  color: #fff;
  font-size: 1em;
}

.left h3 {
  padding: 10px 0 0px 0px;
  color: #75B03C;
  font-weight: 600;
}

.left ul {
  padding: 15px 0 0 5px;
  list-style-type: none;
  color: #75B03C;
}

.left ul li span{
  display:block;
}

.left ul li span span{
  display:inline ;
}


.left ul li {
 margin-bottom:8px;
}
.left ul li a {
  text-decoration: none;
  font-weight: 600;
  display:block;
}

/*
.left ul li a:hover {
  color: #000;
}
*/

.left a:hover {
  color: #000;
}

.left img {
 border:none;
}

.left p{
   padding: 10px 0 0px 5px;
   color: #75B03C;
}

.left p a {
    text-decoration: underline;
}

.footer {
  clear :both;
  text-align: center;
  font-size: 0.9em;
  color: #aaa;
  margin-top: 40px;
  border-top: 1px dotted #aaa;
  padding-top: 10px;
}

.footer ul {
   margin: 0 0 0 0;
   list-style: none;
   text-align: center;
   /*font-size:0.8em;
   padding-top:0.2em;*/

}

.footer li {
   display: inline;
}

.footer a, .footer a:visited { color: #aaa; }
.footer a:hover { color: #111; }

.footer img {
  float:left;
  border:none;
  margin-left:20px;
}

img{
  border: 3px solid #ccc;
}

code{
	font-size: 1.5em;
}

.clear{
  clear: both;
}

  .impressum {
    margin-left:70px; margin-top:70px;
    margin: 70px 0 70px 70px;
    }