/* ALLGEMEINES*/
* {margin: 0;
   padding: 0;
   text-align: left;
   }

ul {list-style-type: square;}


hr.navi {color: #780103;

         margin-right: 4%;
         border-style: 0px; dashed;
                 text-align: left;}



/* BODY: ALLGEMEIN & KLASSEN */

body {font: 95% Verdana, Arial, Helvetica, sans-serif;
          font-size: 0.91em;
      color: #000000;
      background: #ee9f38;
      }

body.header {margin: 0;
            padding: 0;
             spacing: 0;
             text-align: center;}

body.home{margin-right: 12%;
          margin-left: 3%;
          margin-top: 1.4em;
          text-align: left;
          }

body.bannero{background: #ee9f38 url(../images/hgbannero.jpg) top center no-repeat ; text-align: center }

body.banneru{background: #ee9f38 url(../images/hgbanneru.jpg) top center no-repeat;}


/* A: ALLGEMEIN & KLASSEN */

a {
   color: #000000;
   text-decoration: none;
   font-weight: bold;
   align: left;
   font-size: 0.91em;
   }

a img {border: 0;
       border-style: dashed;
       border-color: #ee9f38;
       border-width: 0px;
       }

/*---------------------------------------------------*/

a:link {color: #000000;
font-size: 0.91em;}

a.button:hover
        {color: #000000;
        background: #780103;
         text-decoration: none;
         }
a.link:hover
        {color: #000000;
        background: #780103;
         text-decoration: underline;

         }
a.no:hover
        {color: #000000;
        background: #780103;
         text-decoration: underline;
         }
a.mail:hover
{color: #000000;
        background: #780103;
         text-decoration: underline;
         }

/*----------------------------------------------------*/

a.button {margin-top: 1.3em;
         margin-bottom: 1.3em;
          }

/*a.pic {margin: 1.3em;
      }*/

a.link {font-size: 0.91em;
        font-family: Verdana, Arial, Helvetica;
        margin-top: 1.7em;
        margin-bottom: 1.7em;
        }

a.no {color: #000000;
      font-color: #000000;
      text-decoration: underline;
      }

a.mail {margin: 0;}




/* UEBERSCHRIFTEN: ALLGEMEIN & KLASSEN */
h1 {font-size: 1.3em;}

h2 {font-size: 1.2em;
    margin-top: 1.1em;
    margin-bottom: 1.1em;
    }

h3 {font-size: 1.1em;
    margin-top: 1.1em;
    margin-bottom: 1.1em;
    }

h4 {font-size: 1.0em;
    margin-top: 1.1em;
    margin-bottom: 1.1em;
    }

/* UEBERSCHRIFTEN: ALLGEMEIN, KLASSEN */

p {
   align: left;}

p.txt {
font-size: 0.91em;
margin-top: 1.5em;
       margin-bottom: 1.5em;
       text-align: left;
       align: left;
       }

p.form{text-align: left;
       align: left;}

p.platz {margin-top: 150px;}





/* neue Navigation */



ul#Navigation {
  font: 95% Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.91em;
  float: left; width: 12em;
  margin: 0; padding: 0;
  background-color: #ee9f38;

}
ul#Navigation li {
  list-style: none;
  margin: 0; padding: 0.5em;
  background-color: #ee9f38;
}
ul#Navigation a {
  display: block;
  padding: 0.2em;
  font-weight: bold;
  background-color: #ee9f38;
}
ul#Navigation a:link {
  color: black; background-color: #ee9f38;
  text-align: left;
}
ul#Navigation a:visited {
  color: black; background-color: #ee9f38;
  text-align: left;
}
ul#Navigation a:hover {
  color: black; background-color: #780103;
  text-align: left;
}
ul#Navigation a:active {
  color: white; background-color: #780103;
  text-align: left;
}

div#Inhalt {
  margin-left: 15em;
  padding: 0 1em;
  min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
  max-width:800px;
}
div#Inhalt h1 {
  font-size: 1.3em;
  margin: 0 0 1em;
}
div#Inhalt h2 {
  font-size: 1.2em;
    margin-top: 1.1em;
    margin-bottom: 1.1em;
}

div#Inhalt h3 {font-size: 1.1em;
    margin-top: 1.1em;
    margin-bottom: 1.1em;
    }

div#Inhalt h4 {font-size: 1.0em;
    margin-top: 1.1em;
    margin-bottom: 1.1em;
    }

div#Inhalt p {
         text-align: left;
}