#main
{
  background: #515151 url('images/hintergrund_weiss.png') no-repeat;
  padding-top: 37px;
}

#main #mainLeft #contentLeft
{
  padding-right: 25px;
  border-right: #8e9091 1px solid;
  margin-left: 65px;
  margin-top: 25px;  
}


#galery
{
  height: 300px;
  width: 450px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

#galery img
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

#galery img.active, #galery #arrowLeft.active, #galery #arrowRight.active
{
  z-index: 10;
}

#navArrows div
{
  height: 33px;
  width: 33px;
  z-index: 8;
  position: absolute;
  top: 134px;
}

#arrowLeft
{
  background-image: url("images/pfeil_links.png");
  left: 10px;
}

#arrowRight
{
  background-image: url("images/pfeil_rechts.png");
  right: 10px;
}

#arrowRight:hover
{
  cursor: hand;
  cursor: pointer;
}

#arrowLeft:hover
{
  cursor: hand;
  cursor: pointer;
}

#headingLeft
{
  font-size: 20pt;
}

#headingRight
{
  font-size: 20pt;
}

#textLeft
{
  font-family: futura_bk_btbook;
  font-size: 12pt;
}

.absatzpartner
{
  padding-top: 10px;
}

#contentRight
{
  margin-top: 25px;
  text-align: center;
}

#contentRight span
{
  text-align: left;
}

#rightImages
{
  margin-top: 35%;
}

#rightImages img
{
  width: 52px;
  height: 52px;
  margin: 10px 4px 12px 4px;
}

#rightImages img:hover
{
  width: 60px;
  height: 60px;
  cursor: hand;
  cursor: pointer;
}

#rightImages img.selected
{
  width: 60px;
  height: 60px;
}

#rightImages a.tooltip span
{
  display: none;
}

#rightImages a.tooltip:hover span
{
  display: inline !important; 
  position: absolute; 
  background: #ffffff; 
  margin-top: 72px;
  margin-left: 5px;
}

#rightImages #newLine.tooltip:hover span
{
  display: inline !important; 
  position: absolute; 
  background: #ffffff; 
  top: 403px;
  left: 755px;
  text-align:left;
}

#rightImages #newLine2.tooltip:hover span
{
  display: inline !important; 
  position: absolute; 
  background: #ffffff; 
  top: 403px;
  left: 722px;
  text-align:left;
}

#rightImages #newLine3.tooltip:hover span
{
  display: inline !important; 
  position: absolute; 
  background: #ffffff; 
  top: 403px;
  left: 687px;
  text-align:left;
}

#nav1
{
  background: transparent url('images/nav/1_a.png') no-repeat;
}

#nav2
{
  background: transparent url('images/nav/2_a.png') no-repeat;
}

#nav3
{
  background: transparent url('images/nav/3_a.png') no-repeat;
}

#nav4
{
  background: transparent url('images/nav/4_a.png') no-repeat;
}

#nav5
{
  background: transparent url('images/nav/5_a.png') no-repeat;
}


#nav1:hover
{
  background: transparent url('images/nav/1_i.png') no-repeat;
  cursor: hand;
  cursor: pointer;
}

#nav2:hover
{
  background: transparent url('images/nav/2_i.png') no-repeat;
  cursor: hand;
  cursor: pointer;
}

#nav3:hover
{
  background: transparent url('images/nav/3_i.png') no-repeat;
  cursor: hand;
  cursor: pointer;
}

#nav4:hover
{
  background: transparent url('images/nav/4_i.png') no-repeat;
  cursor: hand;
  cursor: pointer;
}

#nav5:hover
{
  background: transparent url('images/nav/5_i.png') no-repeat;
  cursor: hand;
  cursor: pointer;
}