html, body
{
  width: 100%;
}

body
{
  padding-top: 28px;
  
  background-image: url(../images/site_design/HG_01.jpg);
  background-attachment: fixed;
  -webkit-background-size: 1920px 1200px;
}

form.hkm_form
{
  margin-left: auto;
  margin-right: auto;
  
  position: relative;
  /*
   * Breite berechnet sich wie folgt:
   *   914px Breite Inhaltsbereich
   * + 2 * 10px transparenter Bereich
   * + 7px Abstand Skyscraper zum Inhalt
   * + 300px Veranschlagte Skyscraper-Breite
   */
  width: 1241px;
}

div#navigation_top
{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}

div#content
{ 
  width: 914px;
  padding: 10px;
  background-image: url(../images/site_design/hg_transparent_weiss.png);
  margin-bottom: 10px;
  position: relative;
}

/* WERBEBANNER */

.werbebanner_skyscraper_links, .werbebanner_skyscraper_rechts
{
  height: 600px;
  position: fixed;
  top: 60px;
  width: 160px;
}

.werbebanner_skyscraper_rechts
{
  margin-left: 941px;
}

div.werbebanner_top
{
  margin-bottom: 7px;
  width: 934px;
  text-align: center;
}

/* WALLPAPER-VERSIONEN */

div.werbebanner_top_wallpaper
{
  text-align: right;
  margin-left: 7px;
}

.werbebanner_skyscraper_rechts_wallpaper
{
  top: 28px;
}