/* Stylesheet fuer das tranSIT-Template */

@media screen {

    body {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 12px;
      background-color: #FFFFFF;
    }
    
    
    
    p,td,li { 
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 12px;  
    } 
    
    
    /* Menue links */
    
    td#menu_left div.menuleft-level1-no a {
      color: white;
      text-decoration: none;
      font-weight: bold;
      background-color: #b01d2c;
      border-left: 1px solid #b01d2c;
      border-top: 1px solid #b01d2c;
      border-bottom: 1px solid #b01d2c;
      padding: 5px;
      margin-right: 0px;
      margin-left: 0px; 
      margin-bottom: 5px; 
      margin-top: 0px;
      display: block;
      width: 170px;
    }
    
    td#menu_left div.menuleft-level1-no a:hover {
      color: #b01d2c;
      background-color: #ffffff;
      border-left: 1px solid #b01d2c;
      border-top: 1px solid #b01d2c;
      border-bottom: 1px solid #b01d2c;
      padding: 5px;
      margin-right: 0px;
      margin-left: 0px; 
      margin-bottom: 5px; 
      margin-top: 0px;
      display: block;
      width: 170px;
    }
    
    
    td#menu_left div.menuleft-level1-act a {
      color: #b01d2c;
      text-decoration: none;
      font-weight: bold;
      background-color: #ffffff;
      border-left: 1px solid #b01d2c;
      border-top: 1px solid #b01d2c;
      border-bottom: 1px solid #b01d2c;
      padding: 5px;
      margin-right: 0px;
      margin-left: 0px; 
      margin-bottom: 5px; 
      margin-top: 0px;
      display: block;
      width: 170px;
    }
    
    
    td#menu_left div.menuleft-level2-no a {
      color: #b01d2c;
      text-decoration: none;
      font-weight: normal;
      background-color: #ffffff;
      padding: 2px;
      margin-right: 0px;
      margin-left: 0px; 
      margin-bottom: 3px; 
      margin-top: px;
      display: block;
      width: 170px;
      text-align: right;
    }
    
    td#menu_left div.menuleft-level2-no a:hover {
      color: black;
      background-color: #eeeeee;
      padding: 2px;
      margin-right: 0px;
      margin-left: 0px; 
      margin-bottom: 3px; 
      margin-top: 2px;
      display: block;
      width: 170px;
      text-align: right;
    }
    
    
    td#menu_left div.menuleft-level2-act a {
      color: black;
      text-decoration: none;
      background-color: #eeeeee;
      padding: 2px;
      margin-right: 0px;
      margin-left: 0px; 
      margin-bottom: 3px; 
      margin-top: 2px;
      display: block;
      width: 170px;
      text-align: right;
    }
    
    
    
    
    /* Menue oben */
    
    td#menu_top {
      padding: 5px;
    }
    
    td#menu_top a {
      color: #b01d2c;
      text-decoration: none;
    }
    
    td#menu_top a:hover {
      text-decoration: underline;
    }
    
    td#menu_top a:visited {
      color: #b01d2c;
    }
    
    
    
    /* Menue rechts */
    
    td#menu_right {
      border-left: 1px solid #b01d2c;
      vertical-align: top;
    }
}


@media print {
    body {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 10px;
      background-color: #FFFFFF;
    }

    td#menu_left {
      display: none;
    }

    td#menu_top {
      display: none;
    }

    img, .noprint {
      display: none;
    }

    P,A,TD,TH,LI {
      FONT-SIZE: 10px;
      FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
      color: #000000;
    }
}
