body {
        background-color : #669999;
        background-image: url(/images/bg.gif);
        background-repeat: repeat-x;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color : #000000;
        margin: 0px;
      scrollbar-face-color:#669999;
      scrollbar-arrow-color:#FFFFFF;
      scrollbar-track-color:#eeeeee;
}


  p {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      color: #000000;
      }


  td {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      color: #000000;
      }


  th {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      color: #000000;
      }


a {
      color: #000000;
}


a:link {
      color: #000000;
}


a:visited {
      color: #000000;
}


a:hover {
      color: #000000;
}


a:active {
      color: #000000;
}


  input {
      font-size: 12px;
      }


  select {
      font-size: 12px;
      }


  option {
      font-size: 12px;
      }


  /* Jeder Text, der nicht in der Terminansicht zu sehen ist */
  /* All text which not appears in the calendar view */
  .text {
      color: #000000;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      }


  /* Fett gedruckter Text */
  /* Bold text */
  .bold {
      font-weight: bold;
      color: #000000;
      }


  /* Tabellenzelle 'Uhrzeit' */
  /* Table cell 'Time'*/
  .time {
      font-weight: bold;
      background-color: #dddddd;
      color: #000000;
      text-align: center;
      }


  /* Tabellenzellen mit Datum, Tabellenkopf der Eventliste   */
  /* Table cells which are containing the date, table head of the event list*/
  .date {
      background-color: #eeeeee;
      color: #000000;
      text-align: center;
      }


  /* Tabellenzellen mit den Termin-Uhrzeiten (linke Spalte)*/
  /* Table cells which are containing the appointment times (left column) */
  .app {
      background-color:#000000;
      color:#ffffff;
      text-align:right;
      }


  /* Tabellenzellen fuer Wochenende, Pausen und Geschaeftsschluss */
  /* Table cells for weekend, breaks, close of business */
  .weekend {
      background-color: #8c8e8c;
      }


  /* Tabellenzellen mit reservierten Terminen */
  /* Table rows with scheduled/reserved Appointments */
  .res {
      background-color: #6f6f6f;
      color: #ffffff;
      text-align: center;
      }


  /* Links in den Tabellenzellen mit reservierten Terminen */
  /* Links inside of the scheduled appointment table cells */
  .res a {
      color: #eeeeee;
      }


  .res a:link {
      color: #eeeeee;
      }


  .res a:visited {
      color: #eeeeee;
      }


  .res a:hover {
      color: #ffffff;
      }


  .res a:active {
      color: #ffffff;
      }


  /* Tabellenzellen mit freien Terminen */
  /* Table cells for unscheduled/free appointments */
  .free {
      background-color: #006666;
      text-align: center;
      }


  /* Radio-Buttons in Tabellenzellen mit freien Terminen */
  /* Radio buttons in table cells for unscheduled/free appointments */
  .free input {
      background-color: #006666;
      }


  /* Tabellenzellen und Text im Detail-PopUp-Fenster */
  /* Table cells and text in detail pop up window */
  .popup_text {
      color: #eeeeee;
      background-color: #5a0000;
      }


  /* Fett gedruckter Text im Detail-PopUp-Fenster*/
  /* Bold text inside the detail pop up window */
  .popup_bold {
      font-weight: bold;
      color: #eeeeee;
      background-color: #5a0000;
      }


  /* Tabellenzellen und Text in der Terminliste */
  /* Table cells and text in appointment list */
  .eventlist_text {
      color: #000000;
      }


  .eventlist_text a {
      color: #000000;
      }


  .eventlist_text a:link {
      color: #000000;
      }


  .eventlist_text a:visited {
      color: #000000;
      }


  .eventlist_text a:hover {
      color: #ffffff;
      }


  .eventlist_text a:active {
      color: #000000;
      }


  /* Textformatierung des E-Mail-Formulars */
  /* Text of the e-mail form */
  .mailform {
      font-weight:bold;
      }



  /* Auswahlfelder oberhalb der Kalenderansicht im Userbereich*/
  /* Select fields above the calendar view */
  .selectiontableoutside {
      background-color:#EFEFEF;
      }


  .selectiontableinside {
      background-color:#eeeeee;
      }

