.headerbild {
 height: 96px; 
}

.content {
  padding-top: 20px;
  padding-left: 31px;
}

.content p {
  font-size: 14px;
}

.content h1 {
  padding-top: 10px;
  font-size: 25px;
}

.content h2 {
  font-size: 18px;
  font-family: Times;
  line-height: 120%;
}

.content p a {
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: none;
  background: url('../bilder/arrow-right.png') no-repeat right;
  padding-right: 10px;
}  

.content p a:hover {
  text-decoration: underline;
}