body {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #ccc;
}



#gb2009 {
  width: 910px;
  height: 590px;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  margin-left: -455px;
  margin-top: -295px;
  overflow: hidden;
}

/* Schatten */
#gb2009_oben {
  background-image: url(/fileadmin/static-content/sana/gb2009/images/schatten_oben.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 10px;
  overflow: hidden;
}
#gb2009_mitte {
  background-image: url(/fileadmin/static-content/sana/gb2009/images/schatten_mitte.png);
  background-repeat: repeat-y;
  padding: 0 5px 0 5px;
  height: 570px;
  overflow: hidden;
}
#gb2009_unten {
  background-image: url(/fileadmin/static-content/sana/gb2009/images/schatten_unten.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 10px;
  overflow: hidden;
}

/* Schliessen */
#gb2009_close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
}
#gb2009_close a {
  display: block;
  background-image: url(/fileadmin/static-content/sana/gb2009/images/schliessen.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}


/* Texte */
#gb2009_text {
  width: 400px;
  position: absolute;
  left: 40px;
  top: 300px;
  font: normal 12px arial, sans-serif;
  line-height: 18px;
  color: #000;
}
#gb2009_text strong {
  font-size: 16px;
}
#gb2009_text_oben {
  background-image: url(/fileadmin/static-content/sana/gb2009/images/text_oben.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 5px;
  overflow: hidden;
}
#gb2009_text_mitte {
  background-image: url(/fileadmin/static-content/sana/gb2009/images/text_mitte.png);
  background-repeat: repeat-y;
  height: 100%;
  padding: 5px 10px 5px 10px;
  overflow: hidden;
}
#gb2009_text_unten {
  background-image: url(/fileadmin/static-content/sana/gb2009/images/text_unten.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 5px;
  overflow: hidden;
}


/* Navigation */
#gb2009_navi {
  height: 40px;
  overflow: hidden;
}
#gb2009_navi_sp1 {
  float: left;
  width: 20px;
  height: 20px;
  padding: 10px 10px 0 10px;
}
#gb2009_navi_sp2 {
  float: left;
  padding: 8px 0 0 0;
}
#gb2009_navi_sp3 {
  float: right;
  padding: 8px 0 0 10px;
}
#gb2009_navi_sp4 {
  float: right;
  width: 20px;
  height: 20px;
  padding: 10px 10px 0 10px;
}

#gb2009_navi_sp1 a,
#gb2009_navi_sp4 a
{
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
#gb2009_navi_sp1 a {
  background-image: url(/fileadmin/static-content/sana/gb2009/images/pfeil_zurueck.gif);
}
#gb2009_navi_sp4 a {
  background-image: url(/fileadmin/static-content/sana/gb2009/images/pfeil_weiter.gif);
}


#gb2009_navi_sp2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#gb2009_navi_sp2 ul li {
  float: left;
  padding: 0 12px 0 12px;
  height: 24px;
}
#gb2009_navi_sp2 ul li#nav1 {
  background-color: #826a4d;
  background-image: url(/fileadmin/static-content/sana/gb2009/images/nav_links.png);
  background-repeat: no-repeat;
}
#gb2009_navi_sp2 ul li#nav2 {
  background-color: #7ebc80;
}
#gb2009_navi_sp2 ul li#nav3 {
  background-color: #73787c;
}
#gb2009_navi_sp2 ul li#nav4 {
  background-color: #cbbda2;
}
#gb2009_navi_sp2 ul li#nav5 {
  background-color: #d53f39;
  background-image: url(/fileadmin/static-content/sana/gb2009/images/nav_rechts.png);
  background-position: top right;
  background-repeat: no-repeat;
}
#gb2009_navi_sp2 ul li a {
  float: left;
  font: bold 11px arial, sans-serif;
  color: #fff;
  text-decoration: none;
  display: none;
  padding: 4px 0 0 0;
  height: 20px;
}
#gb2009_navi_sp2 ul li:hover a,
#gb2009_navi_sp2 ul li.aktiv a
{
  display: block;
}

#gb2009_navi_sp3 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#gb2009_navi_sp3 ul li {
  float: left;
  padding: 0 12px 0 0;
  height: 24px;
  background-image: url(/fileadmin/static-content/sana/gb2009/images/gb2009_download_bg.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
#gb2009_navi_sp3 ul li a {
  float: left;
  font: bold 11px arial, sans-serif;
  background-image: url(/fileadmin/static-content/sana/gb2009/images/gb2009_download_icon.gif);
  background-repeat: no-repeat;
  color: #006ab3;
  text-decoration: none;
  padding: 4px 0 0 35px;
  height: 20px;
}
#gb2009_navi_sp3 ul li a:hover {
  text-decoration: underline;
}

#gb2009_lightbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: #000;
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
}

