/*----------------------------------------------------------------*/
/*--globale einstellungen--*/
/*----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  font-family: tahoma, verdana, arial, tahoma, sans-serif;
  font-size: 11px;
  color: #636363;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 14px;
}

/*----------------------------------------------------------------*/
/*divs*/
/*----------------------------------------------------------------*/
div#div_global_container {
  width: 774px;
  position: absolute;
  left: 50%;
  margin-left: -372px;
  background-color: #ffffff;
}


/*----------------------------------------------------------------*/
/*--header--*/
/*----------------------------------------------------------------*/
div#div_header {
  height: 84px;
  background: #ffffff url(../bilder/layout/back_header.gif) repeat-X;
  padding-right: 33px;
  padding-left: 33px;
}

div#div_logo {
  float: left;
  display: inline;
  margin-top: 42px;
}




/*----------------------------------------------------------------*/
/*--topnavi--*/
/*----------------------------------------------------------------*/
div#div_topnavi {
  padding-top: 53px;
}

div.topnavi, div.topnavi_aktiv {
  margin-left: 8px;
  margin-right: 8px;
  display: inline;
  float: right;
}

div.topnavi_aktiv {
  background-image: url(../bilder/layout/dot_topnavi.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

div.topnavi a, div.topnavi_aktiv a {
  font-size: 11px;
  color: #1B1B1B;
  text-decoration: none;
  font-weight: none;
  line-height: 40px;
}

div.topnavi_aktiv a {
  font-weight: bold;
  color: #B40000;
}

div#topnavi_ende {
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}




/*----------------------------------------------------------------*/
/*--mitte--*/
/*----------------------------------------------------------------*/
div#div_mitte {
  background: #b60000 url(../bilder/layout/back_mitte.jpg) no-repeat right;
  height: 118px;
  font-weight: bold;
  color: #ffffff;
  font-size: 13px;
  padding-left: 33px;
}

div#div_abstand45 {
  height: 45px;
}

div#div_content {
  border-bottom: 1px solid #D9D9D9;
  margin-left: 33px;
}

div#div_footer {
  border-top: 5px solid #636363;
  background-color: #D9D9D9;
  text-align: center;
  color: #646464;
  font-size: 11px;
  font-family: tahoma;
  line-height: 40px;
}

div#div_footer strong, div#div_footer a {
  color: #646464;
  font-size: 11px;
  font-family: tahoma;
}




/*----------------------------------------------------------------*/
/*--kontaktformular--*/
/*----------------------------------------------------------------*/
span.pflicht {
  color: #cc0000;
}

td.frmBasis {
  line-height: 24px;
}


