/*
ADFC-Blau (HKS 44 K) ->HTML 0068B3
ADFC-Grün (Pantone 390C) -> HTML C8D700  hier nicht verwendet (zu schwach)
ADFC-Orange (HKS 6 K) -> HTML FFA000

Farbe mit Mitgliederversammlungen und
  sonstige hervorzustechende Hinweise: #ff0066 (Rot)

Farbe für Reparaturkurse, Kodierungen und
  sonstige Veranstaltungen: #555555 (dunkles grau)
*/

body.titel {
    color : #0068b3;
    font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
    background : #fcf0dd;
}

body.normal {
    color : #0068b3;
    font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
/*
    background : #fcf8e8;
    background : #fffded;
    background : #ffffed;
*/
/*
  bis 12.5.07, 19:46:
    background : #fffff6;

  bis 3.9.2012, 0:15:
    background : #fffffa;
*/
/**/
    background : #ffffff;
/**/
}

a:link {
    color : #0068b3;
   /*     font-size : 10px; */
    text-decoration : none;
/*  background : #f8f0f8; */
/*
  bis 12.5.07, 19:46:
    background : #fafafa;
*/
    background : #c0ffff;
}

a:visited {
    color : #0068b3;
   /*     font-size : 16px; */
    text-decoration : none;
/*
  bis 12.5.07, 19:46:
    background : #fafafa;
*/
    background : #c0ffff;
}

a:hover {
    color : white;
    font-size : 100%;         /* 103 hat nur noch bei großer Schrift einen Effekt  */
    text-decoration : none;
    background : #FF8800;
}

a.unsichtbar:link {
    color : #fffff4;
    background : #fffff4;
}

a.unsichtbar:visited {
    color : #fffff4;
    background : #fffff4;
}

a.unsichtbar:hover {
    color : #0068b3;
    background : #fffff4;
}

.dummy {
}

.underline {
    text-decoration:underline;
}

.blink {
    text-decoration:blink;
}

.radio {
    color : #009900;
    font-weight : bold;
    font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size : 100%;
}

.f01 {
    color : #0068b3;
    font-weight : bold;
    font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size : 150%;         /* entspricht font size="+2" */
}

.f02 {
    color : #0068b3;
    font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size : 80%;          /* 80% entspricht font size="-1" */
}

p.f30 {
    font-weight: bold;
    color: #ff0066;
    font-style: italic;
}

h3 {
    color : #0068b3;
    font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size : 140%;
}

.hdln {
    color : #0068b3;
    font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size : 140%;
    font-weight : bold;
}

.h120 {
    color : #0068b3;
    font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size : 120%;
    margin-bottom : 0.5em;
}

h5 {
    color : green;
    font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size : 110%;
    font-weight : bold;
    margin-top : 1.5em;
    margin-bottom : 1.5em;
}

h5.f01 {
    color : #0068b3;
    font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size : 110%;
    font-weight : bold;
    margin-top : 1.5em;
    margin-bottom : 1.5em;
}

.h7 {
    text-align : left;
    color : #0068b3;
    font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size : 18px;
    margin-top : 20px;
    margin-bottom : 4px;
    font-weight : normal;
}

.norm1 {
    margin-top : 4px;
    font-size : 17px;
}

td {
    vertical-align : top;
}

.signalrot {
    color : #ff0066;
}

.signalrot_b {
    color : #ff0066;
    font-weight : bold;
}

.grau {
    color : #555555;
}

.grau_b {
    color : #555555;
    font-weight : bold;
}

.gruen {
    color : #008800;
}

.gruen_b {
    color : #008800;
    font-weight : bold;
}

.bold {
    font-weight : bold;
}

.bold_mt {
    font-weight : bold;
    margin-top : 1.5em;
}



td.Navigation {
    width: 14em;
    margin: 0;
    padding: 0.0em;
}
* html td.Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.55em;       /* Version 5.x */
    w\idth: 10em;        /* Version 6 */
    padding-left: 0;       /* Version 5.x */
    padd\ing-left: 0.0em;  /* Version 6 */
}

td.Navigation a {
    display: block;
    padding: 0.05em;
    text-decoration: none; /* font-weight: bold; */
    border: 1px solid black;
    border-left-color: white; border-top-color: white; 
    /*   border-right-color: white; border-bottom-color: white; */

    color: #0068b3;
/*
    background-color: #f8f0f8;
*/
/*
  bis 12.5.07, 19:46:
    background : #fafafa;
*/
    background : #f0ffff;
}
* html td.Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;      /* Version 5.x */
    w\idth: 11.85em;    /* Version 6 */
}

td.Navigation a:hover {

    border-color: white;
    border-left-color: black; border-top-color: black;
/*    border-right-color: black; border-bottom-color: black; */

    color: white;
    background-color: #FF8800;
}
* html td.Navigation a:hover {  /* Breitenangaben nur fuer IE */
    width: 100%;      /* Version 5.x */
    w\idth: 11.85em;    /* Version 6 */
}
