/*------------------------------------*/
/*DATEI: tyonline.css                 */
/*------------------------------------*/

/*------------------------------------------------------------------*/
/* Randabstand oben, unten, links und rechts, Hintergrund/Textfarbe */
/*------------------------------------------------------------------*/

body { margin-top:5%;
       margin-bottom:5%;
       background-color:#FEFDF9;
       color:#000031;
     }

td,th { margin-top:0px; }

body,p,h1,h2,h3,h4,h5,td,th,table
      {   margin-left:5%;
          margin-right:10%;  }

ul,ol,li
      {   margin-left:4%;
          margin-right:6%;  }



div
      {   margin-left:2%;
          margin-right:2%;
      }

/*---------------------------------------------*/
/* Abweichende Farben Hintergrund / Text       */
/*---------------------------------------------*/

cite,.bunt
    {      font-style:normal;
           color:#000000;
           background-color:#FFF0DE;
           margin-right:13%;
           margin-left:8%; }

.weiss
    {      color:#000000;
           background-color:#FFFFFF; }

.hellbeige
    {      color:#000031;
           background-color:#FEFDF9; }

/*----------------------------------------------------------*/
/*Schriftart, das System wählt jeweils die erste verfügbare */
/*----------------------------------------------------------*/

p,h2,h3,h4,h5,ul,ol,li,div,td,th,table,address,blockquote,nobr,b,i,cite,.bunt,.zitat,.zitatimzitat,.bildtext,.bildtextimzitat, .klein
      {   font-family:Arial,"times new roman",sans-serif; }

/*--------------*/
/* Schriftgröße */
/*--------------*/

h2  {   font-size:15pt; }

h3  {   font-size:13pt; }

h4,h5, p,ul,ol,li,div,td,th,address,nobr,cite,.bunt
    {   font-size:12pt; }

/*---------------*/
/* Zeilenabstand */
/*---------------*/

p,ul,ol,li,div,td,th,table,address,nobr,b,i,cite,.bunt,.zitat,.zitatimzitat,.bildtext,.bildtextimzitat,.klein, h2,h3,h4,h5
    {   line-height:175%; }


/*---------------*/
/* Blocksatz     */
/*---------------*/

p,li,div
    {   text-align:justify; }

.mittig
{   text-align:center; }

/*------------------*/
/* Hauptüberschrift */
/*------------------*/

h1    {   font-size:20pt;
          font-family:verdana,Arial,"times new roman",sans-serif;
          line-height:200%;     }

h4    {   font-weight: normal; text-decoration:underline   }

h5    {   font-weight: bold; }



/*---------------------------------------------*/
/* Titel: weniger eingerückt                   */
/*---------------------------------------------*/

.titel
    {      margin-right:1%;
           margin-left:1%; }


/*---------------------------------------------*/
/* Zitate: eingerückt, kleiner, ohne Farbe     */
/*---------------------------------------------*/

.zitat
    {      font-style:normal;
/*           font-size:11pt;            */
/*           margin-right:13%;          */
           margin-left:10%; }

.zitatimzitat
    {      font-style:normal;
           font-size:11pt;
           margin-right:13%;
           margin-left:12%; }

.klein
    {      font-style:normal;
           font-size:11pt;
           margin-right:13%;
           margin-left:10%; }



/*---------------------------------------------*/
/* Untertitel                                  */
/*---------------------------------------------*/

.untertitel1
    {      font-style:normal;
           font-size:11pt;
           margin-right:13%;
           margin-left:5%;
           margin-top:0%;
           margin-bottom:0%;
            }

.untertitel2
    {      font-style:normal;
           font-size:10pt;
           margin-top:0%;
           margin-bottom:0%;
           margin-right:13%;
           margin-left:10%; }

/*----------------------------------------------*/
/* Bild: Bildunterschrift                      */
/*---------------------------------------------*/

.bildtext
    {      font-style:normal;
           font-size:10pt;
           color:#800080;
            }
.bildtextimzitat
    {      font-style:normal;
           font-size:10pt;
           color:#800080;
           margin-right:13%;
           margin-left:12%;
            }

/*--------------------------------------*/
/* gesperrt (Hervorhebung)              */
/* Aufruf mit <span class="gesperrt">   */
/*--------------------------------------*/

.gesperrt

 {        letter-spacing:2.5pt;

 }


/*---------------------------------------------*/
/* Zweite Stufe bei Listen innerhalb Listen    */
/*---------------------------------------------*/

.zwei
    {
           margin-left:15%; }

/*---------------------------------------------*/
/* Stichworte, Anmerkungen etc.: kleiner       */
/*---------------------------------------------*/

.klein
   {      font-size:8pt;
          font-family:verdana,Arial,"times new roman",sans-serif;
          line-height:10pt;
          margin-left:13%;
          margin-right:13%;    }

/*------------------------------------*/
/* Scrollbalken                       */
/*------------------------------------*/

body { scrollbar-base-color:#F2F2F2;          /* Rahmen der Scrollbalken */
       scrollbar-track-color:#FFFFFF;         /* Hintergrund, vor dem gescrollt wird */
       scrollbar-highlight-color:#2B2975;     /* Rahmen der Scrollbalken */
     }

/*-------------------------------------*/
/* Sammlung Parameter für Scrollbalken */
/* Scrollbalken                        */
/*-------------------------------------*/

xxxxx {
       scrollbar-base-color:#D8D0C8;          /* Rahmen des Schieber, der gescrollt wird */
       scrollbar-track-color:#000000;         /* Hintergrund, vor dem gescrollt wird */
       scrollbar-face-color:#FFFFFF;          /* Schieber, der gescrollt wird */
       scrollbar-highlight-color:#FFFFFF;     /* Rahmen der Scrollbalken */
       scrollbar-3d-light-color:#0040FF;      /* Rahmen der Scrollbalken */
       scrollbar-dark-shadow-color:#000000;
       scrollbar-shadow-color:#101010;
       scrollbar-arrow-color:#101010,
        }

/*---------------------------------------------*/
/* Kasten: dicker Rahmen, silbener Hintergrund */
/*                                             */
/* Aufruf am besten mit <div class="kasten">   */
/*                                             */
/*---------------------------------------------*/

.kasten

 {border-style: solid; border-width: 5px; border-color:#2B2975;
  background-color:silver;

 }

/*--------------------------------------------------*/
/* Kasten: dünner Rahmen, hell silbener Hintergrund */
/*--------------------------------------------------*/

.kasten2

 {border-style: solid; border-width: 2px; border-color:#2B2975;
  background-color:#f2f2f2;

 }

/*---------------------------------------------*/
/* Kasten: dicker Rahmen, weißer Hintergrund   */
/*---------------------------------------------*/

.kasten3

 {border-style: solid; border-width: 5px; border-color:#730134;
  background-color:#FFFFFF;

 }

/*--------------------------------------------------*/
/* Kasten: ohne Rahmen, hell silbener Hintergrund   */
/*--------------------------------------------------*/

.kasten4  { background-color:#F2F2F2; color:#000000; }
.kasten5  { background-color:#FFEFEF; color:#000000; }
.kasten6  { background-color:#EFFDFF; color:#000000; }
.kasten7  { background-color:#FFFEEF; color:#000000; }

/*----------------------------------------------------------------*/
/*Farbe für noch nicht besuchte, bereits besuchte, aktuelle Links */
/*Standard: AA5522 - 77200 (Link - visited)                       */
/*----------------------------------------------------------------*/

a:link    { color:#0c0333; text-decoration:underline; }
a:visited { color:#303666; text-decoration:underline; }
a:active  { color:#000000; text-decoration:underline; }
a:hover   { font-weight: bold; color:#730134; text-decoration:none}

a.an { text-decoration:none; }