/* Standard - Stylesheet für die generellen sso - Informationsseiten */

/* Standard - Befehle für Scrollbars */
body {font-family:Verdana,Arial;font-size:9pt;
      background-color:#003670;
      color:#FFFFFF;

      scrollbar-base-color:#FFFFFF;
      scrollbar-3d-light-color:#000000;
      scrollbar-arrow-color:#FFFFFF;
      scrollbar-darkshadow-color:#FFFFFF;
      scrollbar-face-color:#020070;
      scrollbar-highlight-color:#000000;
      scrollbar-shadow-color:#000000;
      scrollbar-track-color:#020070;
     }
   A {color:white;
     }
     
   A:hover{background color = red;
   color= green;
   }
   
    A:visited{
   color= gray;
   }

/* Standard - Befehle für Header und Body */

.HEADER {position:absolute;top:0px;left:0;z-index:1;}

.HEADER-TEXT {position:absolute;top:30px;left:20px;z-index:20;font-family:Verdana,Arial;font-size:24pt;color:#FFFFFF;}

.COLUMN1 {position:absolute;top:100px;left:20px;width:580px;font-family:Verdana,Arial;font-size:9pt;color:#FFFFFF;}
.COLUMN2 {position:absolute;top:100px;left:20px;width:700px;font-family:Verdana,Arial;font-size:9pt;color:#FFFFFF;}
.COLUMN3 {position:absolute;top:150px;left:20px;width:580px;font-family:Verdana,Arial;font-size:9pt;color:#FFFFFF;}


/* Nur - Text - Formatierung (z.B. für Tabellen, die nicht positioniert werden sollen */

.TEXT {font-family:Verdana,Arial;font-size:9pt;color:#FFFFFF;}


