* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: small;
  line-height: 1.5em;
  color: #000000;
  background-color: #59aa0f;
}
#wrapper {
  margin: 3% auto;
  width: 960px;
  /*
  min-width: 800px;
  max-width: 1200px; */
}
#container {
  border: 1px solid #000088;
  background: #9fc2d6 none repeat scroll 0%;
  position: relative;
  top: -4px;
  left: -4px;
}
.schatten {
  background: #546515 none repeat scroll 0%;
}
#header {
  background: #9ed54c none repeat scroll 0%;
  height: 161px;
}
#header h1 {
  padding: 1.5em 1em 1em;
  float: left;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 300%;
  font-weight: normal;
  letter-spacing: 0.2em;
}
#header img {
  float: right;
}
#content {
  width: 100%;
  background-color: #e2ff9e;
}
#content div {
  padding: 1em;
}
#content h2 {
  margin: 1em 0;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 175%;
  font-weight: normal;
  letter-spacing: 0.1em;
}
#content p {
  margin: 1em 0;
  text-align: justify;
}
#content img {
  margin: 0.5em 0 1em 3.5em;
  float: right;
}
#content a:link, #content a:visited {
  border-bottom: 1px dotted;
  text-decoration: none;
}
#content a:hover {
  border-bottom: 1px solid;
  background: aliceblue none repeat scroll 0%;
  color: #880000;
}
#content p.imp {
  text-align: center;
}
#content p.rechts2 {
  margin: 1em 0;
  text-align: right;
}
#top-navi {
  background: #006600 none repeat scroll 0%;
  list-style-type: none;
  height: 30px;
}
#top-navi li {
  margin: 4px 10px;
  float: left;
  width: 10em;
  text-align: center;
}
#top-navi li a:link, #top-navi li a:visited {
  border: 1px solid ;
  background: aliceblue none repeat scroll 0%;
  text-decoration: none;
  color: #880000;
  display: block;
}
#top-navi li a:hover {
  background: #6495ed none repeat scroll 0%;
  color: #ffffff;
}

/* Klassen */
.clear {
  clear: both;
}
.inner {
  padding: 1em;
}
.imp {
  color: #880000;
  font-size: 110%;
}
.imp2 {
  color: #008800;
  font-size: 110%;
}
.imp3 {
  color: #008;
  font-size: 125%;
  line-height: 1.5;
  margin-left: 2em;
}
.fett {
  line-height: 1.5em;
  font-size: 110%;
  font-weight: bold;
}
ul.liste  {  
  margin: 1em 0 1em 6em;
  list-style-type: none;
}
ul.liste li {
  margin-top: 0.5em;
  color: navy;
}


/* Fussbereich */
#footer {
  background: #9ed54c none repeat scroll 0%;
  clear: both;
  height: 3em;
}
#footer p {
  padding: 0;
  color: #333333;
  margin-top: 0;
  margin-left: 2em;
  line-height: 3em;
}
#footer a:link, #footer a:visited {
  float: right;
  font-size: 85%;
  font-weight: bold;
  margin-top: 0.5em;
  margin-right: 2em;
}
#footer a:hover {
  border-bottom: 1px dotted;
  background: aliceblue none repeat scroll 0%;
  color: #880000;
  text-decoration: none;
}
