body  {
         font-family:"Arial";
         background-image: url(../images/am-wiesengrund.jpg);


}

h1 {
        color:#000;
        font-size: 35px;
        font-weight: bold;
        line-height: 10pt;
        font-family:"Arial";

}

h2 {
        color:#000;
        font-size:28px;
        font-weight: bold;
        line-height: 10pt;
        font-family:"Arial"

}
h3 {
        color:#000;
        font-size:28px;
        font-weight: bold;
        line-height: 10pt;
        font-family:"Arial"

}
h4 {
        color:#000;
        font-size: 28px;
        font-weight: bold;
        line-height: 10pt;
        font-family:"Courier New";

}

h5 {
        color:#000;
        font-size:25px;
        font-weight: bold;
        line-height: 10pt;
        font-family:"Arial";

}

a:link                {
        color:#000;
        font-size: 20px;
         line-height: 10pt;
        font-family:"Courier New";
              letter-spacing: -1px;
         text-decoration: none;
           font-weight: bold;

}
a:visited        {
        color:#000;
        font-size: 20px;
        line-height: 10pt;
        font-family: "Courier New";
              letter-spacing: -1px;
          text-decoration: none;
            font-weight: bold;

}
a:hover                {
        color:#000;
        font-size: 18px;
        line-height: 10pt;
        font-family: "Arial";
         letter-spacing: 1px;
          text-decoration: none;
          font-weight: bold;
}
a:active        {
        color:#000;
        font-size:18px;
        line-height: 10pt;
        font-family: "Arial";
         letter-spacing: 1px;
          text-decoration: none;
          font-weight: bold;
}


#hauptcont {
        font-family: "Arial";
        font-size: 18px;
        width: 1080px;

        margin: auto;
        padding-left: 20px;
         text-align: left;
          background-color:#FFFFFF;

        overflow: auto;

}
 #header {
          width:960px;
          height: 200px;
          float: left;
          margin-left:10px;
          margin-top: 10px;




}

nav {
         width: 960px;
         float: left;
         height: 200px;
      text-align: left;
        margin-left:0px;
         margin-top: -85px;
         padding: 0px;
         list-style: none;


}

nav a:link {
        color:#000;
        font-size: 18px;
        font-family:"Arial";
         text-decoration: none;
           font-weight: bold;

}
nav a:visited        {
        color:#000;
        font-size: 18px;
      font-family: "Arial";
          text-decoration: none;
            font-weight:bold;

}
nav a:hover                {
        color:#000;
        font-size: 20px;
         letter-spacing: -2px;
        font-family: "Courier New";
          text-decoration: none;
          font-weight: bold;
}
nav a:active        {
        color:#000;
        font-size:20px;
         letter-spacing: -2px;
        font-family: "Courier New";
          text-decoration: none;
          font-weight: bold;
}

nav ul {
    padding: 0px;
    margin: 0px;
}

nav ul:after {
    clear: both;
    content: " ";
    display: block;
visibility: hidden;
}


nav ul li {
list-style: none;
    float:left;
}

nav ul li a {
    text-decoration: none;
     padding: 15px;
}


nav ul li:hover > ul {
    visibility: visible;

}
nav ul li ul{

    visibility: hidden;
    position: absolute;

}
nav ul li ul li{
    float: none;
}

nav ul:after {
    clear: both;
    content: " ";
    font-size: 0;
    height: 0;
    visibility: hidden;
}


nav ul li.quer:hover a, nav ul li.quer:hover > ul li a

nav ul li.dropdown:hover a, nav ul li.dropdown:hover > ul li a

nav ul li:hover > a {
    color: #000;
    font-size: 20px;
         letter-spacing: -2px;
        font-family: "Courier New";
          text-decoration: none;
          font-weight: bold;
}

nav ul li ul li a {
    color: #000;
    font-size: 20px;
         letter-spacing: -2px;
        font-family: "Courier New";
          text-decoration: none;
          font-weight: bold;
}

nav ul li ul li a:hover{
    color: #000;
    font-size: 20px;
         letter-spacing: -2px;
        font-family: "Courier New";
          text-decoration: none;
          font-weight: bold;
}



#aktuelles {
        font-family: "Arial";
        font-size: 18px;
        font-weight: normal;
        color: #000;
        float: right;
        width: 300px;
        text-align: left;
        margin-top: -230px;
        margin-right:30px;

}

#infocont {
        font-family: "Arial";
        font-size: 18px;
        font-weight: normal;
        color: #000;
        float: left;
        width: 650px;
        margin-top: -160px;
        margin-left:10px;
        overflow: auto;
}


.fett{
 font-weight: bold;
}

#footer {
        font-family: "Arial";
        font-size: 18px;
        font-weight: normal;
        color: #000;
        height: 50px;
        width: 880px;
        float: left;
        padding-bottom: 20px;
        margin-left:10px;

}


.courier { font-family: "Courier New";
        font-size:20px;
          text-decoration: none;
          font-weight: bold;
          letter-spacing: -2px;

          margin-bottom:-5px;

          }