.navlink {  font-family: trebuchet ms,Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
.navlink A    {color: #FFFFFF;text-decoration: none; font-weight: bold;}
.navlink A:hover  {color: #FFFFFF;text-decoration: underline; font-weight: bold;}
.navlinkon A    {  color: #FFFFFF;text-decoration: underline; font-weight: bold;}


.footername {  color: #002F42; font-weight: bold; font-family: trebuchet ms, Arial,Geneva,sans-serif;font-size: 16px;text-decoration: none;}
.footername A    {  color: #002F42;text-decoration: none;}
.footername A:hover  {  color: #002F42;text-decoration: none;}


.footer {  color: #002F42; font-weight: normal; font-family: trebuchet ms, Arial,Geneva,sans-serif;font-size: 12px;text-decoration: none;}
.footer A    {  color: #002F42;text-decoration: underline;}
.footer A:hover  {  color: #34A434;text-decoration: underline;}








  body {
      font-family: trebuchet ms, Helvetica, sans-serif;
      font-size: 12px;
      color: #006600;
      background-color:#ffffff;
      }


  p {
      font-family: trebuchet ms, Helvetica, sans-serif;
      font-size: 12px;
      color: #006600;
      }


  td {
      font-family: trebuchet ms, Helvetica, sans-serif;
      font-size: 12px;
      color: #006600;
      }


  th {
      font-family: trebuchet ms, Helvetica, sans-serif;
      font-size: 12px;
      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: #006600;
      font-family: trebuchet ms, Helvetica, sans-serif;
      font-size: 12px;
      }


  /* Fett gedruckter Text */
  /* Bold text */
  .bold {
      font-weight: bold;
      color: #006600;
      }


  /* Tabellenzelle 'Uhrzeit' */
  /* Table cell 'Time'*/
  .time {
      font-weight: bold;
      background-color: #032e41;
      color: #ffffff;
      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: #d8cbad;
      color: #032e41;
      text-align: center;
      }


  /* Tabellenzellen mit den Termin-Uhrzeiten (linke Spalte)*/
  /* Table cells which are containing the appointment times (left column) */
  .app {
      background-color:#006600;
      color:#ffffff;
      text-align:right;
      }


  /* Tabellenzellen fuer Wochenende, Pausen und Geschaeftsschluss */
  /* Table cells for weekend, breaks, close of business */
  .weekend {
      background-color: #032e41;
      }


  /* Tabellenzellen mit reservierten Terminen */
  /* Table rows with scheduled/reserved Appointments */
  .res {
      background-color: #efefef;
      color: #ffffff;
      text-align: center;
      }


  /* Links in den Tabellenzellen mit reservierten Terminen */
  /* Links inside of the scheduled appointment table cells */
  .res a {
      color: #006600;
      }


  .res a:link {
      color: #006600;
      }


  .res a:visited {
      color: #006600;
      }


  .res a:hover {
      color: #ffffff;
      }


  .res a:active {
      color: #ffffff;
      }


  /* Tabellenzellen mit freien Terminen */
  /* Table cells for unscheduled/free appointments */
  .free {
      background-color: #efefef;
      text-align: center;
      }


  /* Radio-Buttons in Tabellenzellen mit freien Terminen */
  /* Radio buttons in table cells for unscheduled/free appointments */
  .free input {
      background-color: #d8cbad;
      }


  /* Tabellenzellen und Text im Detail-PopUp-Fenster */
  /* Table cells and text in detail pop up window */
  .popup_text {
      color: #006600;
      background-color: #d8cbad;
      }


  /* Fett gedruckter Text im Detail-PopUp-Fenster*/
  /* Bold text inside the detail pop up window */
  .popup_bold {
      font-weight: bold;
      color: #006600;
      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:#032e41;
      }
