* {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: 'Comic Sans MS', Verdana, Tahoma, Arial, sans-serif;
  font-size: 14px;
  background-image: url(../bilder/background.gif);
  background-repeat: repeat-y;
  behavior:url("htc/csshover.htc");
}

        * html body {
          margin-bottom: 30px;
        }

a {
  color: #229c25;
  text-decoration: underline;
}

a:hover {
  color: #229c25;
  text-decoration: none;
}

h1 {
  font-family: 'Comic Sans MS', Arial, Verdana, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #229c25;
}

        * html h1 {
          margin-left: -3px;
        }

h2 {
  font-family: 'Comic Sans MS', Arial, Verdana, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #3F9A1C;
 }

        * html h2 {
          margin-left: -3px;
        }

.lblue {
  color: #0C629A;
}

#head {
  height: 147px;
  background-color: #ffffcc;
}

        #header {
          width: 567px;
          height: 115px;
          padding: 15px 0 0 15px;
        }

        #navigation {
          height: 27px;
          padding-left: 15px;
          background-color: #229c25;
        }

                ul.base {
                  width: auto;
          list-style: none;
          float:left;
          margin-right: 25px;
        }

                * html ul.base {
                  width: 70px;
                }

        ul.impressum {
          position: absolute;
          right: 0;
          text-align: right;
        }

        ul.first {
          position: absolute;
          left: -1px;
          top: 27px;
          display: none;
          margin: 0;
          padding: 0;
          list-style: none;
          width: 200px;
          border-right: 1px solid #229c25;
          border-bottom: 1px solid #229c25;
          border-left: 1px solid #229c25;
        }

        li.base, li.first {
          position: relative;
        }

        a.first, a.second {
          display: block;
          text-decoration: none;
          color: #ffffcc;
          background-color: #229c25;
          padding: 5px 5px 5px 16px;
          background-image: url(../bilder/li.gif);
          background-repeat: no-repeat;
          background-position: 5px 10px;
          width: 179px;
        }

                a.first:hover, a.second:hover {
                  color: #ffffcc;
                  text-decoration: underline;
                }

                a.base:hover {
                  color: #ffffcc;
                  text-decoration: underline;
                }

        * html #navigation ul li {
          float: left;
          height: 1%;
        }
        * html #navigation ul li a {
          height: 1%;
        }

        li.base:hover ul.first {
          display: block;
        }

        li.first:hover ul.second {
          display: block;
        }

                li.base .base {
                  display: block;
                  height: 24px;
                  padding-top: 3px;
                  color: #ffffcc;
                  font-size: 14px;
                  font-weight: bold;
                  text-decoration: none;
            }

                    * html li.base .base {
                      padding-bottom: 5px;
                    }

                    li.base:hover .base {
                      display: block;
                  height: 24px;
                            padding-top: 3px;
                  color: #ffffcc;
                  font-size: 14px;
                  font-weight: bold;
                      text-decoration: underline;
                    }

#partner {
  clear: both;
  width: 168px;
  float: left;
  padding-left: 15px;
  font-weight: bold;
  background-color: #ffffcc;
  margin-top: 15px;
}

        #partner img {
          margin-bottom: 15px;
        }

#content {
  margin: 0 0 0 183px;
  line-height: 18px;
  padding: 15px;
}