<style type="text/css">
<!--
nothing {} /* Fehlerbehebung */




/* >> Anfang: Verschiedenes */

  /* >> Anfang: Schrift-Styles */

    /* -> Startseite | Anfangstext "Willkommen..." */
    .fontstyle1
    {
      color: #000000;
      font-size: 14px;
      font-family: Arial;
    }

    /* -> Startseite | Text "Dipl.-Ing. A..." */
    .fontstyle2
    {
      color: #000000;
      font-size: 24px;
      font-family: Arial Black;
      font-weight: bold;
      font-style: italic;
    }

    /* -> Startseite | Text "Öffentlich..." */
    .fontstyle3
    {
      color: #000000;
      font-size: 18px;
      font-family: Arial;
      font-weight: bold;
      font-style: italic;
    }

    /* -> Mitarbeiter */
    .fontstyle4
    {
      color: #414141;
      font-size: 18px;
      font-weight: bold;
    }

    /* -> Mitarbeiter | Kein Link | */
    .fontstyle5
    {
      color: #00007F;
    }

    /* -> Hauptüberschriften */
    h2
    {
      color: #414141;
      border-bottom: dashed 1px #A0A0A0;
      width: 550px;
      font-size: 20px;
      font-weight: bold;
    }

    h3
    {
      color: #414141;
      width: 550px;
      font-weight: bold;
      font-size: 18px;
      border-bottom: dashed 1px #A0A0A0;
    }

    h4
    {
      color: #414141;
      font-weight: bold;
      width: 550px;
    }

    /* -> Software | Erklärung der Geräte */
    .fontstyle8
    {
      color: #7F0000;
      font-size: 13px;
    }

    /* -> Informationen für Bauherren */
    .fontstyle10
    {
      color: #7F0000;
      font-weight: bold;
    }

    /* -> Rechtsprobleme */
    .fontstyle11
    {
      color: #616161;
      font-size: 17px;
    }

    /* -> Rechtsprobleme */
    .fontstyle12
    {
      color: #7F0000;
      font-size: 17px;
      text-decoration: underline;
    }

  /* >> Ende: Schrift-Styles */


  /* >> Anfang: Links */

    /* -> normale Seitenlinks */
    .link
    {
      color: #00007F;
      text-decoration: underline;
    }

    .link:hover
    {
      color: #00009F;
      text-decoration: none;
    }

    /* -> Top-Links [=> Qualifikationen, ...] */
    .toplink
    {
      color: #00007F;
      text-decoration: none;
    }

    .toplink:hover
    {
      color: #0000CF;
      text-decoration: none;
    }

    /* -> Footer-Links */
    .footer_link
    {
      color: #7F0000;
      text-decoration: none;
    }

    .footer_link:hover
    {
      color: #00007F;
      text-decoration: none;
    }

    /* -> Breadcrumb-Navigations-Link */
    .breadcrumb
    {
      color: #7F0000;
      text-decoration: none;
      font-size: 10px;
    }

    .breadcrumb:hover
    {
      color: #00007F;
      text-decoration: none;
    }

    /* -> Breadcrumb-Navigations-Link [hervor gehoben] */
    .breadcrumb_active
    {
      color: #00007F;
      text-decoration: none;
      font-size: 10px;
    }

    .breadcrumb_active:hover
    {
      color: #00007F;
      text-decoration: underline;
    }

    /* -> Hauptlink in der Sitemap */
    .main_sitemap_link
    {
      color: #00007F;
      font-weight: bold;
      text-decoration: none;
    }

    .main_sitemap_link:hover
    {
      color: #7F0000;
      font-weight: bold;
      text-decoration: none;
    }

  /* >> Ende: Links */


  /* >> Anfang: Sonstiges */

    blockquote
    {
      border-left: 5px solid #D0D0D0;
      color: #7F0000;
      padding: 10px;
      background-image: url(blockquote.gif);
      background-position: top left;
      background-repeat: no-repeat;
    }

    hr
    {
      border: 0px;
      border-bottom: 1px dashed #A0A0A0;
      width: 500px;
      height: 1px;
    }

    .kontact_field
    {
      color: #000000;
      font-size: 12px;
    }

    .input_field
    {
      color: #7F0000;
      border: 1px solid #A0A0A0;
      font-size: 14px;
      padding-left: 5px;
    }

    .input_field:hover
    {
      border: 1px solid #000000;
    }

    .textarea_field
    {
      color: #000000;
      border: 1px solid #A0A0A0;
      font-family: Times New Roman;
      font-size: 14px;
      padding: 5px;
    }

    .textarea_field:hover
    {
      border: 1px solid #000000;
    }

  /* >> Ende: Sonstiges */

/* >> Ende: Verschiedenes */




/* *********************************************************************************** */




-->
</style>