/****************************************************/
/***  CSS Skript für den Ski-Club Ettlingen e.V.  ***/
/***          http://www.sc-ettlingen.de          ***/
/****************************************************/

a  {
    text-decoration: none
   }

td  {
     font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
     font-size: 13px;
    }

.draw  {
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 11px;
       }


/* Klasse head dient zur Überschrift der Rubrik */
.headweiss {
            font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
            font-size: 22px;
            font-height: 24px;
            text-decoration: none;
            color: #FFFFFF; /* weiss */
           }

.headrot {
          font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
          font-size: 22px;
          font-height: 24px;
          text-decoration: none;
          color: #cc0033; /* dunkelrot */
         }

/* Klasse headnavi ist die obere linke Hauptnavigation */
.headnavi {
           font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
           font-size: 13px;
           font-weight: bolder;
           text-decoration: none;
           color: #002173; /* dunkelblau */
          }

.headnavi A {
             font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
             font-size: 13px;
             font-weight: bolder;
             text-decoration: none;
             color: #002173; /* dunkelblau */
            }

.headnavi A:hover {
                   font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
                   font-size: 13px;
                   font-weight: bolder;
                   text-decoration: none;
                   color: #cc0033; /* dunkelrot */
                  }

/* Klasse halle und halleueber ist für das Programm bei Hallenbuchung und Training */
.halle {
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 13px;
        text-decoration: none;
        color: #006666; /* dunkelgrün */
       }

.halle A {
          font-size: 13px;
          text-decoration: underline;
          color: #006666; /* dunkelgrün */
         }

.halle A:hover {
                font-size: 13px;
                text-decoration: none;
                color: #006666; /* dunkelgrün */
               }

.halleueber {
             font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
             font-size: 16px;
             font-weight: bold;
             color: #006666; /* dunkelgrün */
            }

.halleueber A {
               font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
               font-size: 16px;
               text-decoration: underline;
               font-weight: bold;
               color: #006666; /* dunkelgrün */
              }

.halleueber A:hover {
                     font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
                     font-size: 16px;
                     font-weight: bold;
                     text-decoration: none;
                     color: #006666; /* dunkelgrün */
                    }

/* Hier beginnt der content */
.norm {
       font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
       font-size: 13px;
       text-decoration: none;
       color: #000000; /* schwarz */
      }

.norm A {
         font-size: 13px;
         text-decoration: underline;
         color: #cc0033; /* rot */
        }

.norm A:hover {
               font-size: 13px;
               text-decoration: none;
               color: #cc0033; /* rot */
              }

.norm_blau {
            font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
            font-size: 13px;
            text-decoration: none;
            color: #000055; /* dunkles blau */
           }

.tennis_norm {
              font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
              font-size: 13px;
              text-decoration: none;
              color: #000000; /* schwarz */
             }

.tennis_norm A {
                font-size: 13px;
                text-decoration: underline;
                color: #006666; /* dunkles gruen */
               }

.tennis_norm A:hover {
                      font-size: 13px;
                      text-decoration: none;
                      color: #006666; /* dunkles gruen */
                     }

/* Klasse rubrik ist für die drei Überschriften in Main2L (NEWS) zuständig */
.rubrik {
         font-family: Courier New;
         font-size: 17px;
         font-weight: bold;
         text-decoration: none;
         color: #000000; /* schwarz */
        }

.kl {
     font-size: 12px;
     line-height: 13px;
     text-decoration: none;
    }

.kl A {
       font-size: 12px;
       line-height: 13px;
       text-decoration: none;
       color: #7B1018; /* dunkles rot */
      }

.kl A:hover {
             font-size: 12px;
             line-height: 13px;
             text-decoration: underline;
             color: #7B1018; /* dunkles rot */
            }

.gr {
     font-size: 18px;
     font-weight: bold;
     line-height: 20px;
     text-decoration: none;
    }

.gr_blau {
          font-size: 18px;
          font-weight: bold;
          line-height: 20px;
          text-decoration: none;
          color: #000055; /* dunkles blau */
         }

.nav {
      font-size: 14px;
      line-height: 14px;
      text-decoration: none;
     }

.nav A {
        font-size: 14px;
        line-height: 14px;
        text-decoration: none;
       }

.nav A:hover {
              font-size: 14px;
              line-height: 14px;
              text-decoration: underline;
             }

.wartung_ueber {
                font-size: 25px;
                line-height: 30px;
                font-weight: bold;
                color: #000055; /* dunkles blau */
               }