@media print{
       body {
        margin: auto 0cm auto 1cm;
        font-size: 10pt;
        }
  }

    #links {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    width: 240px;
    position: absolute;
    top: 20px;
    left: -30px;
    height: 600px;
    background-color: white;
  }

  #mitte{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    width: 300px;
    position: absolute;
    left: 220px;
    height: 350px;
    background-color: white;
  }

  #rechts{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    width: 250px;
    position: absolute;
    left: 520px;
    height: 50px;
    background-color: white;
  }

    #unten{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    width: 550px;
    position: absolute;
    top: 350px;
    left: 220px;
    height: 250px;
    background-color: white;
  }

 A:link{color: #555555}
  A:visited{color: #555555}

  p.img {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    vertical-align: top;
    padding: 0px 0px 0px 19px;
  }

   p {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    color: #555555;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em;
    text-align: left;
    vertical-align: top;
    width: 220px;
  }

  p.unten {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    color: #555555;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em;
    text-align: justify;
    vertical-align: top;
    width: 500px;
    padding: 0px 0px 0px 19px;
  }

   p.bottom {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    color: #555555;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
    text-align: left;
    vertical-align: bottom;
    width: 220px;
  }

  p.kommentar {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    color: #555555;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
    text-align: left;
    vertical-align: top;
    width: 220px;
  }

    p.impressum {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    color: #555555;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15em;
    text-align: center;
    vertical-align: top;
    width: 300px;
  }

  h1 {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    color: #555555;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.1em;
    text-align: left;
    vertical-align: top;
    width: 220px;
    margin: 0px 0px 0px 0px;
  }

  b {
    font-weight: bold;
  }
