/* CSS-Definitionen für                         */
/*    www.foerderverein-faustina.de             */
/* Juni 2003 - Felix Stöldt                     */

/* Farben:                                      */
/*   234E8D: blau  (35/78/141)                  */
/*   FCC200: gelb                               */
/*   E4272B: rot                                */
/*   59B34C: grün                               */
/*   573F8D: violett-dunkel                     */
/*   C000C0: violett-heller                     */


body 
{ 
  background-color:white;                    /* Hintergrundfarbe */
  font-family:verdana,arial,sans-serif;      /* Schriftart*/
/*  font-style:italic; */
/*  font-weight:bold;  */      /* lighter bold bolder */
/*  font-size:1.5em;  */                         /* relative Schriftgröße */
  font-size:smaller;     /* Schriftgröße: xx-small x-small smaller small medium large larger x-large xx-large */
  color:#234E8D;                             /* Textfarbe */
  margin-left:10px;                          /* linker Abstand */
}

body.nav
{
  margin-top:0px;
  margin-left:0px;
  background-color:white;  
}

body.spl
{
  background-color:#DDDDDD;
}

a:link    { color:#E4272B; }                  /* Farbe von Links */
a:visited { color:#E4272B; }                  /* Farbe besuchter Link */
a:active  { color:#FCC200; }                  /* Farbe angeklickter Link */
a:hover   { color:#FCC200; font-size=1.1em; } /* Farbe */

a                                             /* allg. Linkdefinition */
{
    font-family:Arial,sans-serif;
    text-decoration:none;
}

p
{
/*  text-indent:0.5cm;   Einrückung 1.Zeile */

    line-height:140%;      /* Zeilenhöhe */

}
p.klabsatz
{
    line-height:120%;      /* Zeilenhöhe */
}

h1            /* Seitentitel */
{
  font-size:large;
  font-weight:bold; 
}

h2            /* Untertitel  */
{
  font-size:small;
}

h4            /* kleinste Schrift */
{
  font-size:xx-small;
}

h5
{
/*  font-family:arial,sans-serif;*/
  font-size:10pt;
/*  vertical-align:text-bottom; */
}

.hervor
{
  font-family:Arial,sans-serif;
  color:blue;
}

td                   /* Def Tabellenspalte */
{
  height:20px;
  font-family:Verdana,Arial,sans-serif;
  background-color:yellow;
  vertical-align:top;
}

td.nav
{
  height:35px;
  background-color:#DDDDDD;
  vertical-align:middle;
  text-align:left;
  padding-left:0px;  
  font-size:10pt;
  font-weight:600;

}

td.std
{
  height:25px;
  background-color:white;
  vertical-align:top;
  text-align:left;
  padding-left:0px;  
}

td.best
{
/*  height:25px; */
  background-color:white;
  vertical-align:top;
  text-align:left;
  padding-left:0px;
  font-size:9px;  
}

th                   /* Def Tabellenheader */
{
/*  font-family:Courier New;  */
  background-color:#FCC200;
}

#NavRahmen
{
   position:fixed;
   top:0px;
   left:0px;
   right:0px;
   bottom:0px;
   width:100px;
   height:596px;
   padding:2px;                                 /* Innenabstand */
   margin:2px;                                  /* Aussenabstand */
   margin-right:0px;                            /* Aussenabst rechts */
   border:3px solid #E4272B;                    /* Gesamtrahmen */
   border-right:3px solid #FFFFFF;              /* rechter Rand */
   background-color:white;
}

#PageRahmen
{
   position:absolute;
   top:0px;
   left:0px;
   right:0px;
   bottom:0px;
   width:703px;
   height:596px;
   padding:2px;
   margin:2px;
   margin-left:-5px;
   border:3px solid #E4272B;
   border-left:3px solid #FFFFFF;
   background-color:white;
}