* {
  font-family: Helvetica, Arial;
  font-size: 10pt;
}

BODY {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: #454545;
}

.clear {
  clear: both;
}

#p1 {
  text-align: center;
}

#p2 {
  width: 404px;
  height: 304px;
  background: url(images/bg.png) 0 0  no-repeat;
  margin: 80px auto;
  text-align: left;
}

IMG {
  line-height: 0px;
  display: block;
}

#inhalt {
  padding: 32px;
}

.werb {
  color: white;
  background-color: #000080;
  padding: 0px 10px 10px 10px;
  line-height: 10px;
  
}

.adresse {
  background-color: #ff6600;
  padding: 18px 10px 10px 10px;
  line-height: 18px;
}

.fw {
  text-align: center;
}

.fw A {
  color: silver;
  text-decoration: none;
  font-weight: bold;
}

.fw A:HOVER {
  text-decoration: underline;
}

