  /*
  ---------------------------------------------------
  --                 GymPap - OSA                  --
  --           Online Schueler Anmeldung           --
  --               *** CSS V2.0 ***                --
  --                                               --
  --  Design, Scripts & Contents (c) 2008 by RaGe  --
  --     www.RAGEweb.de * webmaster@rageweb.de     --
  ---------------------------------------------------
  */

  body {
    color: #000000;
    background-color: #FFFFFF;
    background-image: none;
    margin:0px auto;
  }
  
  p, span, td {
    font-family: Verdana,Helvetica;
    font-size: 14px;
    color: #000000;
  }
  
  p.small, span.small, td.small {
    font-family: Verdana,Helvetica;
    font-size: 12px;
    color: #000000;
  }
  
  span.title {
    font-family: Verdana, Helvetica;
    font-weight: bold;
    font-size:16px;
    color: #639cc6;
  }
  
  td.body {
    background-color: #DFEAF1;
    font-family: Verdana,Helvetica;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
    color: #000000;
  }
  
  a:link, a:visited, a:active {
    color: #D11C48;
    text-decoration: none;
  }

  a:hover {
    color: #D11C48;
    text-decoration: underline;
  }
  
  input, select, textarea {
    border-color: #8BD500;
    border-width: 2px;
    border-style: solid;
    background-color: #BBD3E7;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
  }
  
/*
#EOS
*/