p,ul,div,ol,li,td,address,blockquote,nobr,b,i,span,a
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size : 9pt;
        color : #173561;
}
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift */



h3
    {
        font-family: Arial, Helvetica, sans-serif;
        font-weight : bold;
        font-size : 11pt;
}
/* font-family = Schriftart fuer Überschriften h1*/
/* Arial,sans-serif = Arial und serifenlose Schrift */

h2
    {
        font-family: Arial, Helvetica, sans-serif;
        font-weight : bolder;
        font-size : 18pt;
        color : #6ee7f4;
}
/* font-family = Schriftart fuer Überschriften h2*/
/* Arial,sans-serif = Arial und serifenlose Schrift */


h1
    {
        font-family: Arial, Helvetica, sans-serif;
        font-weight : bold;
        font-size : 18pt;
         color : #173561;
}
h4
    {
        font-family: Arial, Helvetica, sans-serif;
        font-weight : bolder;
        font-size : 42pt;
        text-shadow : black;
         color : #41a0c4;
}
h5
    {
        font-family: Arial, Helvetica, sans-serif;
        font-weight : bolder;
        font-size : 18pt;
        color : #0c208c;
}
h6
    {
        font-family: Arial, Helvetica, sans-serif;
        font-weight : bolder;
        font-size : 8pt;
        color : #6ee7f4;
}
h7
    {
        font-family: Arial, Helvetica, sans-serif;
        font-weight : bolder;
        font-size : 8pt;
        color :  #173561;
}
h8
    {
        font-family: Arial, Helvetica, sans-serif;
        font-weight : bolder;
        font-size : 8pt;
        color : #0c208c;
}

/* font-family = Schriftart fuer Überschriften h3*/
/* Arial,sans-serif = Arial und serifenlose Schrift */


option, input, textarea, select
        {
        font-family:  "Courier New",Courier,monospace;
        font-size : 10pt;
}
        /* font-family = Schriftart fuer Inputfelder */
/*fontsize wird nur ab 9pt von Netscape sauber interpretiert!!!*/

a:link {color:  #173561; }
a:visited {color:  #173561; }
a:active  {color:  #173669; }

button{
        color: Silver;
}
/*Definition der Farbe der Verweise ( wichtig beim Hintergrung der Buttons*/

 /* body{
        background-color: #e3edfe;
        padding : 0px;
        margin : 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size : 10pt;
}
/*Standart Arbeitsfenster: Farbe grau der Konzernauskunft, keine Ränder*/

 .tab {
    font-family: Arial, Helvetica, sans-serif;
        font-size : 9pt;
        color : #ffc767;
 }
 .menue {
         font-family:  Arial, Helvetica, sans-serif;
        font-size : 12pt;
        color : #ffc767;
  }

 .bleu {
   color : #173561;
  }
  .hellbau {
  color: #ffc767;
  }
.gelb {
   color : yellow;
  }


.meldung{
        color: Red;
}
.hinweis1{
    color: Blue;
        font-family: Arial, Helvetica, sans-serif;
        font-size : 10pt;
}
.hinweis2{
        color: Red;
        font-family: Arial, Helvetica, sans-serif;
        font-size : 8pt;
}

.listenSpaltenUeberschrift{
        background-color : #e0ffff;
}

.listenUeberschrift{
        font-weight : bold;
}

.hell{
    background-color: #E0e0e0;
}

.dicker{
    font-weight: medium;
}
.klein{
       font-family: Arial, Helvetica, sans-serif;
        font-size : 8pt;
}