/*----------------------------------------------------------------------------*/
/* Beschreibung:   Diese Datei beinhaltet die Style Sheet Eigenschaften fuer  */
/*                 www.unlimitedchance.com                                      */
/*                                                                            */
/*                 Ursprung: SelfHTML http://www.teamone.de/selfaktuell       */
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/* BODY                                                                       */
/*----------------------------------------------------------------------------*/
body
   { 
      margin-top:0px;
      margin-bottom:0px;
      color: #333333;
      background-color:#FEFEFE;
/*      scrollbar-base-color: #f1f4f7; */
/*      scrollbar-3dlight-color:#f1f4f7; */
      scrollbar-arrow-color: #1C1878;
      scrollbar-darkshadow-color:#f1f4f7;
      scrollbar-face-color:#f1f4f7;
      scrollbar-highlight-color:#1C1878;
      scrollbar-shadow-color:#1C1878;
      SCROLLBAR-TRACK-COLOR: #f1f4f7;

   }


/*----------------------------------------------------------------------------*/
/* FONT FAMILY                                                                */
/*----------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,pre,a,p
   { 
      font-family:Verdana,Arial,Helvetica;
   }

/*----------------------------------------------------------------------------*/
/* NORMALER TEXT                                                              */
/*----------------------------------------------------------------------------*/
p,ol,div,td,th,address,blockquote,nobr,b,i,pre
   { font-size:10pt; }

/*----------------------------------------------------------------------------*/
/* UEBERSCHRIFTEN                                                             */
/*----------------------------------------------------------------------------*/
h1 
   { font-size:20pt;
     color: #333333;
   }
h2 
   { font-size:16pt;
     color: #333333;
   }
h3 
   { font-size:12pt;
     color: #333333;
   }
h4 
   { font-size:10pt;
     color: #333333;
   }
h5 
   { font-size:9pt;
     color: #333333;
   }
h6 
   { font-size:8pt;
     color: #333333;
   }

/*----------------------------------------------------------------------------*/
/* LISTEN EIGENSCHAFTEN                                                       */
/*----------------------------------------------------------------------------*/
ul 
   { 
      font-size:10pt; 
      list-style-type:disc; 
   }
li 
   { 
      font-size:10pt; 
   }

/*----------------------------------------------------------------------------*/
/* LINK EIGENSCHAFTEN                                                         */
/*----------------------------------------------------------------------------*/
a:link 
   { color:#7B8FA9; text-decoration:none; }
a:visited 
   { color:#0B3A5B; text-decoration:none; }
a:active 
   { color:#7B8FA9; text-decoration:none; }
a:hover
   { color :#4A698A; text-decoration:underline; }

/*----------------------------------------------------------------------------*/
/* Formular EIGENSCHAFTEN                                                     */
/*----------------------------------------------------------------------------*/
INPUT.button 
   { 
      background-color:#f1f4f7;
      border-color:#4A698A;          
      font:Verdana,arial;
      font-weight:bold;
      color:#FFFFFF;
      font-size:8pt; 
   }
INPUT.text, SELECT.text, TEXTAREA.text
   { 
      background-color:#FAFAFA;
      font:Verdana,arial;
      color:#333333;
      font-size:10pt;
   } 
INPUT.box
   { 
      background-color:#FEFEFE;
   }
 
/*--------------------------   ENDE   ----------------------------------------*/
