/* Yankees Stylesheet für iframe-Seiten */

/*
   Schwarz    = #000000
   Dunkelblau = #010159
   Hellgelb   = #FFFFAA
   Leichgelb  = #FFF7D6
   Weiss      = #FFFFFF
*/

/* Hintergrundfarbe */
body {background-color: #FFFFAA}

/* Schriftfamilie, Größe und Farbe */
body {font-family: Arial, Sans-Serif, Verdana;
      font-size: 11pt;
      color: #000000}

/* Hyperlink Farbe - Schriftgröße und Schriftfamilie */
a {color: #010159;
   font-size: 11pt;
   font-family: Arial, Sans-Serif, Verdana}

/* Hyperlink  besuchte Seite */
a:visited {color: #FF00FF}

/* Hyperlink aktive Seite */
a:active {color: #00FF00}

/* Bilder Ränder */
img{ border: 0px}

/* Überschrift 3. Grades */
h3 {font-family: Arial, Sans-Serif, Verdana;
    font-size: 11pt;
    font-weight: bolder;
    color: #000000;
    margin-top: 11pt;
    margin-bottom: 0pt}

/* Überschrift 2. Grades */
h2 {font-family: Arial, Sans-Serif, Verdana;
    font-size: 14pt;
    font-weight: bold;
    color: #000000;
    margin-top: 14pt;
    margin-bottom: 5pt}

/* Überschrift 1. Grades */
h1 {font-family: Arial, Sans-Serif, Verdana;
    font-size: 19pt;
    font-weight: bold;
    color: #000000;
    margin-top: 19pt;
    margin-bottom: 5pt}

table {font-family: Arial, Sans-Serif, Verdana;
       font-size: 11pt;
       color: #000000;
       margin-top: 0pt;
       margin-bottom: 0pt;
       margin-left: 0pt;
       margin-right: 0pt;
       vertical-align: top;
       border-width: 0px;
       border-color: #000000;
       border-style: solid;
       border-spacing: 0px;
       padding: 0px}

th {border-width: 0px;
    border-color: #000000;
    border-style: solid;
    border-bottom-width: 2px}

.linieunten {border-color: #010159;
             border-style: solid;
             border-width: 0px;
             border-bottom-width: 1px}

.box {border-color: #010159;
      border-style: solid;
      border-width: 1px}

