body {
  margin: 20px;
}

#rahmen {
  position: relative;
  width: 690px;
  overflow: visible;
  border: 2px solid #000ed0;
}

#logo {
  position: relative;
  padding: 8px;
}

#menu {
  position: relative;
}

#titel {
  position: relative;
  text-align: left;
  border-bottom: 2px solid #000ed0;
  font-size: 0px;
}

#inhalt {
  position: relative;
  text-align: left;
  font-size: 10pt;
  font-family: Arial, Verdana, sans-serif;
}

#technische_daten {
  position: relative;
  text-align: left;
  border-bottom: 2px solid #000ed0;
  font-size: 0px;
  margin-top: 10px;
}

#nutzungsbedingungen {
  position: relative;
  text-align: left;
  border-bottom: 2px solid #000ed0;
  font-size: 0px;
  margin-top: 10px;
}

#download {
  position: relative;
  text-align: left;
  border-bottom: 2px solid #000ed0;
  font-size: 0px;
  margin-top: 10px;
}

#preise {
  position: relative;
  padding-left: 20px;
  padding-top: 10px;
}

#adresse {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
}

.space {
  position: relative;
  font-size: 0px;
}

.absatz {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
  margin-bottom: 10px;
}

.titel {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 18px;
}

.sub {
  font-family: Arial, Verdana, sans-serif;
  font-size: 8pt;
}

.preise_linie {
  border-bottom: 1px solid #cccccc;
}