@font-face {
    font-family: 'futura_bk_btbook';
    src: url('font/futura_book_bt-webfont.eot');
    src: url('font/futura_book_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/futura_book_bt-webfont.woff') format('woff'),
         url('font/futura_book_bt-webfont.ttf') format('truetype'),
         url('font/futura_book_bt-webfont.svg#futura_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_md_btbold';
    src: url('font/futurab-webfont.eot');
    src: url('font/futurab-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/futurab-webfont.woff') format('woff'),
         url('font/futurab-webfont.ttf') format('truetype'),
         url('font/futurab-webfont.svg#futura_md_btbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_lt_btlight';
    src: url('font/futural-webfont.eot');
    src: url('font/futural-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/futural-webfont.woff') format('woff'),
         url('font/futural-webfont.ttf') format('truetype'),
         url('font/futural-webfont.svg#futura_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

#nav
{
  position: relative;
}

#nav  a.tooltip span
{
  display: none;
  position: absolute; 
  margin-top: 60px;
  margin-left: 5px;
}

#nav a.tooltip:hover span
{
  display: inline !important; 
}

*
{
  margin: 0px;
  padding: 0px;
  line-height: 1;
}

body
{
  font-family: futura_lt_btlight;
  background-color: #515151;
  margin: 0;
  padding: 0;
  color: #8e9091;
}

p, img, div, a
{
  margin: 0;
  padding: 0;
  border: none;
  color: #8e9091;
  text-decoration: none;
}

input
{
  margin: 0;
  padding: 0;
  color: #8e9091;
  text-decoration: none;
}

#wrapper
{
  margin-left: auto;
  margin-right: auto;
  height: 768px;
  width: 1027px;
  position: relative;
}

#header
{
  margin-left: 120px;
  height: 75px;
  margin-top: 80px;
}

#headerImage
{
  float: left;
}

#headerText
{
  float: right;
  margin-right: 590px;
  padding-top: 11px;
  font-size: 14pt;
}

#footer
{
  margin-left: 120px;
}

#main
{
  height: 518px;
  width: 917px;
  margin-left: 55px;
  margin-right: 55px;
}

#nav
{
  padding-left: 607px;
  height: 25px;
}

#mainLeft
{
  width: 555px;
  height: 481px;
  float: left;
}

#mainRight
{
  width: 362px;
  height: 481px;
  float: right;
}

.navElem
{
  height: 62px;
  width: 60px;
  float: left;
}


#footer p
{
  font-size: 14pt;
  margin-top: 15px;
}

p.footerabsatz
{
  margin-top: 40px;
}

#footer span:hover
{
  color: #FFFFFF;
}






