* {
  font-family: Verdana , Arial ,  sans-serif, Geneva;
  font-size: 10px;
}
.scrollable * {
  color: #ffffff;
}
.scrollable input , .scrollable textarea {
  border: solid 1px #ffffff;
  background: #474747;
}

h1, .ueberschr {
  font-size: 16px; 
  font-weight: bold;
}

h2 {
  font-size: 14px;
  font-weight: bold;
}

h3 , h4 , h5 , h6 {
  font-size: 8px; 
}
.link {
  text-decoration: none;
}

.link1 {
  text-decoration: none;
  font-weight: bold;
  color: #CE0002;
}

.link2 {
  text-decoration: none;
  font-weight: bold;
  color: #F48222;
}

.link3 {
  text-decoration: none;
  color : #000000;
  font-weight: normal;
}

a.link3:hover {
  text-decoration: none;
  color : #F48222;
  font-weight: normal;
}

