* {
  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;
}
#container {
  border: 1px solid #000088;
  background: #e2ff9e url(../bilder/startbilder/sidebar_gruen2.gif) repeat-y scroll 20% 0;
  left: -4px;
  position: relative;
  top: -4px;
}
.schatten {
  background: #546515 none repeat scroll 0% 50%;
}
#header {
  border-bottom: 1px solid #ffffff;
  background: #9ed54c none repeat scroll 0% 50%;
  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 {
  background: #e2ff9e none repeat scroll 0% 50%;
  margin-left: 192px;
  width: 766px;
}
#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% 50%;
  color: #880000;
}
#content p.imp {
  text-align: center;
}
#content p.rechts2 {
  margin: 1em 0;
  text-align: right;
}
#sidebar {
  width: 192px;
  float: left;
}
.box {
  border: 1px solid #637154;
  margin: 2em auto 0;
  background: #d1e66a url(../bilder/startbilder/verlauf-3.gif) repeat-x scroll left top;
  border-radius: 5px;
  width: 90%;
}
.box h3 {
  border-bottom: 1px solid #9aac5f;
  padding: 10px;
  text-align: center;
}
.box p {
  padding: 5px 10px;
  line-height: 1.25;
}
.box ul {
  margin: 1em 0 1em 1em;
  padding: 0;
  list-style-type: none;
}
.box ul li {
  margin-top: 0.75em;
}
.box a:link, .box a:visited {
  border-bottom: 1px dotted;
  color: navy;
  text-decoration: none;
}
.box a:hover {
  border:  none;
  background: #6495ed none repeat scroll 0% 50%;
  color: #ffffff;
}
.clear {
  clear: both;
}
.inner {
  padding: 1em;
}
.imp {
  color: #880000;
  font-size: 110%;
}
.imp2 {
  color: #008800;
  font-size: 110%;
}
#footer {
  background: #9ed54c none repeat scroll 0% 50%;
  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% 50%;
  color: #880000;
  text-decoration: none;
}
