div.box1 {
  position: absolute;
  top: 10px;
  left: 430px;
  width: 200px;
  height: 200px;
  border: 1px solid #d4d4d7;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-align: center;
}

div.box2 {
  position: absolute;
  top: 430px;
  left: 220px;
  width: 200px;
  height: 200px;
  border: 1px solid #d4d4d7;
  background-repeat: no-repeat;
  background-position: 0 0;
}

div.box3 {
  position: absolute;
  z-index: 5;
  top: 220px;
  left: 830px;
  width: 200px;
  height: 200px;
  border: 1px solid #d4d4d7;
  padding: 0px;
}

div.box3 div.menu {
  z-index: 10;
  text-align: left;
  padding-top: 10px;
  padding-left: 10px;
}

div.inhalt {
  position: absolute;
  top: 220px;
  left: 430px;
  width: 370px;
  border: 1px solid #d4d4d7;
  padding: 10px;
  text-decoration: none;
  color: #79797e;
  background: transparent;
  font: 12px/23px tahoma;
}

div.inhalt.breit {
  width: auto;
}

h1, h2, h3, h4 {
  font-size: 14px; 
  color: #004D91;
}

h1 {
  margin: 0px;
}

h2 {
  margin: 0px 0px 25px 0px;
  font-weight: normal;
  font-style: italic;
}

