body {
  background-image: url(images/logo2.jpg);
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
  scrollbar-face-color: #4232E9;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-track-color: #ffffff;
  font-family: "Trebuchet MS";
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #3333ff;
  text-decoration: none;
}

a.important {
  color: #ff0000;
  text-decoration: none;
}

table {
  font-size: 13px;
}

.border {
  border: black 1px solid;
}

.space {
  width: 5px;
}

.ueberstrich {
  border-top: black 1px dashed;
}

.unterstrich {
  border-bottom: black 1px dashed;
}

.borderTop {
  border-top: black 1px solid;
}

.borderLeft {
  border-left: black 1px solid;
}

font.newsMain {
  font-family: "Trebuchet MS";
  font-size: 13px;
}

font.newsSig {
  font-family: "Trebuchet MS";
  font-size: 13px;
}

font.navi {
  font-family: "Trebuchet MS";
  font-size: 13px;
}

font.counter {
  font-family: "Trebuchet MS";
  font-size: 12px;
}

font.quicknavi {
  font-family: "Trebuchet MS";
  font-size: 12px;
}
font.wichtig {
  font-color: #ff0000;
}
font.small {
  font-size: 11px;
}
font.headline {
  font-size: 25px;
}
font.big {
  font-size: 15px;
}