

.left_frame {
  background-image: url(images/background2cr.jpg);
  background-repeat: no-repeat;
  background-position: right 100px;
}

.right_frame {
  background-image: url(images/background2cl.jpg);
  background-repeat: no-repeat;
  background-position: left 100px;
}

.empty {
  text-decoration: none;
}

body {
  background-color: black;
  color:#EEEEDD;
  font-family:Microsoft Sans Serif, Tahoma, Veranda, Sans Serif;
  font-size:12pt;

  scrollbar-base-color : black; /* Basisfarbe der Scroll-Leiste */
  scrollbar-3dlight-color : black; /* Farbe für 3D-Effekte*/
  scrollbar-arrow-color : black; /* Farbe für Verschiebepfeile*/
  scrollbar-darkshadow-color : black; /* Farbe für Schatten*/
  scrollbar-face-color : black; /* Farbe für Oberfläche*/
  scrollbar-highlight-color : black; /* Farbe für oberen und linken Rand*/
  scrollbar-shadow-color : black; /* Farbe für unteren und rechten Rand*/
  scrollbar-track-color : black; /* Farbe für freibleibenden Verschiebeweg*/
}

a {
  color: rgb(255, 184, 184);
}

h1 {
  font-family: Script MT Bold, Serif,  Arial;
  color: rgb(255, 255, 204);
}

.link {
  font-family: Script MT Bold, Serif,  Arial;
  font-size: 18pt;
  color: rgb(255, 255, 204);
  text-decoration: none;
}

.menu {
  /* background-image: url(images/menu_back1.jpg); */
  vertical-align: top;
  text-align: center;
  width: 190px;
  height: 500px;
}

.menu-1-link {
  color: rgb(255, 255, 204);
  text-decoration: none;
}

.menu-1-text {
  font-family: Script MT Bold, Serif,  Arial;
  font-size: 16pt;
}

.menu-1 {
  color: rgb(255, 255, 204);
  border: 1pt solid #000000;
}

.menu-1:hover {
  background: #333333;
  border: 1pt solid #666699;
}

.menu-1-text:hover {
  color: rgb(255, 204, 204);
}

.menu-1-sel {
  font-family: Script MT Bold, Serif,  Arial;
  font-size: 16pt;
  color: rgb(255, 184, 184);
  text-decoration: none;
}

.menu-2-link {
  font-family: Script MT Bold, Serif,  Arial;
  font-size: 12pt;
  color: rgb(255, 255, 204);
  text-decoration: none;
}

.menu-2-link:hover {
  color: rgb(255, 204, 204);
}

.menu-2-sel {
  font-family: Script MT Bold, Serif,  Arial;
  font-size: 12pt;
  color: rgb(255, 184, 184);
  text-decoration: none;
}

.menu-4-link {
  color: rgb(255, 255, 204);
  text-decoration: none;
}

.menu-4-text {
  font-family: arial, sans-serif;
  font-size: 8pt;
}

.menu-4-text:hover {
  color: rgb(255, 204, 204);
}

.menu-4-sel {
  font-family: arial, sans-serif;
  font-size: 8pt;
  color: rgb(255, 184, 184);
  text-decoration: none;
}

.footer {
  font-family: arial, sans-serif;
  font-size: 8pt;
  color: rgb(255, 184, 184);
  text-decoration: none;
}

.termin {
  
}

.termin_datum {
  font-weight: bold;
}

.termin_zeit {
  font-size: 12pt;
}


