/* CSS Document */

body {
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   background-color: #faf9f6;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #666666;
   line-height: 18px;
   height: 100%;
   background-image: url(pictures/site_hg.jpg);
   background-repeat: repeat-y;
   background-position: center;
}

.kontaktform  {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #666;
}

td input,
td textarea {
   width: 200px;
}

div.main {
    background-image: url(pictures/navi_hg02.jpg);
    background-repeat: no-repeat;
    position: absolute;
    width: 740px;
    left: 50%;
    top: 0px;
    margin-left: -370px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #4683be;
    border-left-color: #4683be;
    height: 100%;
}

div#navihg {
    float:left;                              /* bewirkt, dass der content-div rechts neben der Navi erscheint*/
    width: 200px;
    padding-left: 20px;
    margin-left:0px;
    padding-top:50px;
    font-weight: bolder;
    font-size: 10px;
    color: #474c7b;
    line-height: 12px;
}

div#navihg a {
   text-decoration: none;
}

p#head {
    margin-top:0px;                          /* klebt oben am Rand*/
    text-align: right;                       /* P ist rechtsb�ndig auf der Seite*/
    background-color: transparent;           /* gleiche Farbe wie body*/
    margin-bottom:0px;                       /* kein Abstand nach unten*/
  }


div#content {
        margin-left:200px;                   /* Abstand des Contents zum linken Rand*/
        width: 460px;                        /* Achtung schmaler geworden, passt sonst nicht rechts neben Navi und                                                  vermasselt float. Evtl. feintunen*/
        padding: 20px;
}
.bildlinks{
        float: left;
        padding-right: 20px;
        position: relative;
        padding-bottom: 5px;
}
.logotype {
        font-weight: bold;
        color: #125697;
        font-size: 12px;
}
.hottiedots {
        font-weight: bold;
}
.logotype_rot {
        font-weight: bold;
        color: #990000;
        font-size: 12px;
}
.logotype2 {
        font-weight: normal;
        color: #125697;
}
.logotype2_rot {
        font-weight: normal;
        color: #990000;
}

.logotype2_rot a {
        font-weight: normal;
        color: #990000;
}
a.logotype2_rot {
        font-weight: normal;
        color: #990000;
}
.logotype2_rot {
        font-weight: normal;
        color: #990000;
}
.logotype2_rot a:link {
        font-weight: normal;
        color: #990000;
}
a.logotype2_rot:link {
        font-weight: normal;
        color: #990000;
}

.farbfelder {
        font-size: 0.9em;
        line-height: 0.9em;
}

.klein {font-size: 9px}
.linie {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #999999;
        width: 100%;
}

sup {
     font-size: 7px;
}

a:link {
        color:#125697;
        text-decoration: underline;
}
a:visited {
        color:#125697;
        text-decoration: underline;
}
a:hover {
        color:#4683be;
        text-decoration: underline;
}
a:active {
        color:#474c7b;
        text-decoration: underline;
}

/* Navigation */

ul#navigation {
    width: 150px;
    margin: 0;
    padding: 2px;
    line-height: 12pt;
  }

  ul#navigation li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }

  ul#navigation li ul li {
    margin-bottom: 2px;
  }

  ul#navigation li ul {
    margin: 0 0 0 10px; padding: 0;
    line-height: 12pt;
    margin-bottom: 9px;
  }

  ul#navigation li a {
    font-size: 11px;
  }

  ul#navigation li ul li a {
    font-size: 10px;
    color: #666;
  }

  ul#navigation li ul li a:hover {
    color: #999;
  }

  ul#navigation li a.active {
    color:#4683be;
  }

  ul#navigation li ul li a.active {
    color: #999;
  }