/* CSS Document */

#hallo {
  color: black;
  font-family: verdana;
  left: 10px;
  position: absolute;
  top: 14px;
}

#hallo p {
  font-size: 10pt;
  line-height: 15px;
  margin: 0px;
}

#hallo a, #hallo a:link, #hallo a:visited, #hallo a:active {
  text-decoration: none;
  font-weight: bold;
  outline-style: none;
  outline-width: 0px;
  color: #66CC33;
}

#hallo a:hover {
  text-decoration: none;
  outline-style: none;
  outline-width: 0px;
  color: black;
}

#bvers {
  position: relative;
  top: 292px;
  left: 0px;
  color: #4169E1;
  width: 100%;
  height: 70px;
}

#bvers p {
  margin: 0 auto;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  width: 400px;
}
