/* Einstellungen fuer alle Seiten */

  BODY{
      COLOR:#000000; 
      FONT-FAMILY:Verdana,Arial,Times New Roman,Helvetica,Sans-Serif;
      FONT-SIZE:11pt;
      text-decoration:none;
      }


  h1, h2, h3, h4{font-weight:bold;}
  h1{   FONT-SIZE:20pt; }
  h2{   FONT-SIZE:16pt; }
  h2.xx{FONT-SIZE:14pt; }
  h3{   FONT-SIZE:12pt; }
  h4{   FONT-SIZE:11pt; }

  td,th,p,ul,ol,li{FONT-SIZE:11pt;}


  a:link    { color:#0000ff; }
  a:link    { }
  a:visited { }
  a:hover   { color:#ff0000;}
  a:active  { color:#ff0000;}
  a:focus   { color:#ff0000;}



/* ----- schwarze Links -----
  a.swdick:link   { color:#000000; text-decoration:none; font-weight:bold;FONT-SIZE:14pt;}
  a.swdick:visited{ color:#000000; text-decoration:none; font-weight:bold;FONT-SIZE:14pt;}
  a.swdick:hover  { color:#ff0000; text-decoration:none; font-weight:bold;FONT-SIZE:14pt;}
  a.swdick:active { color:#000000; text-decoration:none; font-weight:bold;FONT-SIZE:14pt;}
  a.swdick:focus  { color:#ff0000; text-decoration:none; font-weight:bold;FONT-SIZE:14pt;}


/* ----- hellblaueLinks ----- */
.hbl  {  color:#00ffff; text-decoration:none; font-weight:bold; }
.hblk {  color:#00ffff; text-decoration:none; font-weight:bold; font-size:80%; } 

.dick {  color:#0000ff; text-decoration:none; font-weight:bold;}
.dickk{  color:#0000ff; text-decoration:none; font-weight:bold; font-size:93%;} 
.dickkk{ color:#0000ff; text-decoration:none; font-weight:bold; font-size:90%;} 
.swdick{ color:#000000; text-decoration:none; font-weight:bold;FONT-SIZE:14pt;}


/* Aufzählung ohne zuviel Platz drum */
ul.ul1{
    margin:0px 0px 0px 30px;
    padding:0px;
    list-style-type:disk;
    list-style-position:outside;
    }

/* dicke Ueberschrift FFFFE0  */
  .ueber, .ueber_air
      {COLOR:#000000;FONT-FAMILY:Wide Latin,Verdana,Arial,Times New Roman,Helvetica,Sans-Serif;
       font-weight:bold; text-decoration:none;
       FONT-SIZE:28pt; 
      }
 .ueber_air{
       FONT-SIZE:24pt;}


/* dünner Rahmen */
.ra{border: 4px solid #ffffff;}

/* dünner Rahmen 3D-look */
.ra2, .raAir{
    border-style:solid;border-width:4px; 
    border-left-color:#ffffff; border-right-color:#000000; 
    border-top-color:#ffffff;  border-bottom-color:#000000;
    }

.raAir{
    padding: 5px 20px 40px 20px;
    }

/* ----- Bilder/Fotos ----- */
.fotolinks1{
    float:left; 
    margin: 0px 15px 15px 0px;
    border:1px solid gray;
    }
.fotorechts1{
    float:right; 
    margin: 0px 0px 15px 15px;
    border:1px solid gray;
    }



/* Test für Style der Scrollbars 
   siehe www.selfhtml.teamone.de/css/eigenschaften/anzeigefenster.htm#scrollbar 
scrollbar-base-color       = Basisfarbe der Scroll-Leiste
scrollbar-3dlight-color    = Farbe für 3D-Effekte
scrollbar-arrow-color      = Farbe für Verschiebepfeile
scrollbar-darkshadow-color = Farbe für Schatten
scrollbar-face-color       = Farbe für Oberfläche
scrollbar-highlight-color  = Farbe für oberen und linken Rand
scrollbar-shadow-color     = Farbe für unteren und rechten Rand
scrollbar-track-color      = Farbe für freibleibenden Verschiebeweg
*/


/*
body, textarea {
  scrollbar-base-color:#0000CC;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#000000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#0000CC;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#0000CC;
}
  */