/* Definition globaler Parameter für Schriften Hintergrund */
h1, h2, h3, h4, h5, h6, div, p, body, html, input, button {
  font-family: "Lucida Sans", Verdana, Arial, Hevetica, Geneva, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  color: #333
}

h1 {
  font-size: 12px
}
h2 {
  font-size: 14px
}
h3 {
  font-size: 14px
}
h4 {
  font-size: 15px
}
h5 {
  font-size: 16px
}
h6 {
  font-size: 17px
}
/* Browserhintergrund wird mit einer Grafik versehen */
body {
  font-family: "Lucida Sans", Verdana, Arial, Hevetica, Geneva, sans-serif;
  text-align: left;
  background: #F0F0F0;
  /*background: #F0F0F0 url(../images/template/wassertropfen6.gif);*/
  font-size: 12px;
  color: #333;

}

div, img {
  border: 0px;
  margin: 0px;
  padding: 0px
}
* {
  margin: 0px;
  padding: 0px;
}


/* Defintion der Parameter für die folge Seiten */
/* Container ist das Element, dass alle anderen umschließt */
div#container {
  width: 1050px;
  height: auto;
  text-align: left;
  margin: auto;
  padding:  0px 15px 0px 15px;
  background: url(../images/template/hintergrund_2.gif) repeat-y left;
  background-color: #FFFFFF
}

div#banner {
  width: 1020px;
  text-align: left;
  float: left;
  height: auto;
  margin: 15px;
  background: #F0F0F0
}
div#logo {
  float: left;
  height: auto;
  width: auto;
}


  div#menue_oben {
  margin: 15px 20px 0px 15px;
  float: left;
  width: 1020px;
  background: url(../images/template/banner4.gif);
  height: 75px
}
div#menue {
  margin-top: 15px;
  float: left;
  height: auto;
  width: auto;
}


div#inhalt {
  float: left;
  min-height: 300px;
  width: 1020px;
  /*max-height: 300px;*/
  /*overflow: auto;*/
  /*background: #FF6699;*/
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 15px;
  height: auto
}

div#fusszeile {
  clear: both;
  width: 1020px;
  margin: 0px 15px 0px 15px;
  text-align: center;
  color: #999;
  height: auto;
  border-top: 1px solid #eee;
  padding-top: 10px;
  /*padding-bottom: 15px*/
}
div#fusszeile2 {
  clear: both;
  width: 1020px;
  margin: 0px 15px 0px 15px;
  text-align: center;
  color: #999;
  height: auto;
  /*border-top: 1px solid #eee;*/
  padding-top: 10px;
  padding-bottom: 15px
}

a.link_grau {
  text-decoration: none;
  color: #999;
  margin-top: auto;
  padding-left: 5px;
  padding-right: 5px;
}

a.link_grau_aktiv {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #373990;
  padding-left: 5px;
  padding-right: 5px
}

a:hover.link_grau {
  background-color: #000000;
  color: #FFFFFF;
}

a:active.link_grau {
  text-decoration: none;
  background-color: #c41925;
  color: #FFFFFF
}
/* Anpassung an den Internetesplorer */
*html div#container {
  width: 1050px;
}
*html div#menue_oben {
  margin: 7px 7px
}
*html div#banner {
 margin: 7px 7px
  }
 *html div#inhalt {
   margin: 7px 7px
 }


