body {
  baackground-image: url("../grafik/background.gif");
  baackground-image: url("../Desktops/windows_m3_1024_fullsize.jpg");
  baackground-image: url("../Desktops/Hamad_Darwish_dot_com_Windows_Vista_Wallpapers_-10.jpg");
  background-color: cornsilk;
  background-repeat:repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  scrollbar-face-color: white;
  overflow: -moz-scrollbars-vertical;
}

/* Tabelle */

td.menue {
  border-style: solid;
  border-width: 1px;
  border-color: white;
  background-image: url("../grafik/navileiste.jpg");
  text-align: center;
  vertical-align: middle;
}

table.collapse {
  border-collapse: collapse;
}

td.terminetop {
  border-style: solid;
  border-width: 1px;
  border-color: silver;
  font-size: 13px;
  font-weight: bold;
  color: cornsilk;
  vertical-align: middle;
  background-color: #CD2626;
}

td.termine {
  border-style: solid;
  border-width: 1px;
  border-color: silver;
  font-size: 13px;
  color: black;
  vertical-align: middle;
  background-color: #F2F2F2;
}

td.randlinks {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: black;
  background-color: white;
}

td.randrechts {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: black;
  background-color: white;
}

td.randlinksrechts {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: black;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: black;
  background-color: white;
}

td.randlinksrechtsoben {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: black;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: black;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: black;
  background-color: white;
}



/* Links */

a {
  font-size: 14px;
  text-decoration: none;
  color: white;
}

a:visited {
  font-size: 14px;
  text-decoration: none;
  color: white;
}

a:hover {
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
  color: red;
}

a.counter:link {
  text-decoration: none;
  font-size: 10px;
  color: #000000;
  font-weight: normal;
}

a.counter:visited {
  text-decoration: none;
  font-size: 10px;
  color: #000000;
  font-weight: normal;
}

a.email:link {
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
}

a.email:visited {
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
}

a.email:hover {
  text-decoration: none;
  font-size: 14px;
  color: #CD2626;
  font-weight: normal;
}

a.bilder:link {
  text-decoration: none;
  font-size: 12px;
  color: black;
  font-weight: normal;
}

a.bilder:visited {
  text-decoration: none;
  font-size: 12px;
  color: black;
  font-weight: normal;
}

a.bilder:hover {
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  color: red;
}

a.impressum:link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 10px;
  color: white;
  font-weight: normal;
}

a.impressum:visited {
  text-decoration: none;
  font-size: 10px;
  color: white;
  font-weight: normal;
}


/* Schriften */

.ganzkleinerfont {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: white;
}

.kleinerfont {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

.normalerfont {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
}

.grosserfont {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #000000;
}

.riesenfont {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: #000000;
}

.ueberschrift {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #CD2626;
  font-weight: bold;
}

.buttongo {
  position: relative;
  bottom: -1mm;
}

.durchgestrichen {
    text-decoration: line-through;
}