/* CSS Document */

body{
  margin:0;
  padding:0;
  font-family:verdana;
}

#main{
  width:657px;
  margin:0 auto;
}

*.hidden{
  position:absolute;
  left:-5000px;
  top:-50000px;
  width:904px;
  height:0px;
  overflow:hidden;
  display:inline;
}

a{
  color:#00315E;
}

a:hover, a:focus{
  text-decoration:none;
}

ul#language{
  list-style:none;
  padding:0;
  margin:0;
  float:right;
}

ul#language li{
  float:left;
}
ul#language li a{
  border:0;
  display:block;
  width:23px;
  height:14px;
  margin-left:7px;
}

ul#language li a#de{
  background:url(img/icon_de.gif) no-repeat;
}
ul#language li a#en{
  background:url(img/icon_en.gif) no-repeat;
}

a.logo{
  background:url(img/logo.gif) no-repeat;
  width:186px;
  height:94px;
  display:block;
  margin:24px 0 24px 233px
}

ul#navigation{
  list-style:none;
  margin:0;
  border-top:1px solid #e1dccf;
  border-bottom:1px solid #e1dccf;
  padding:0 0 0 45px;
  width:612px;
  float:left;
}

ul#navigation li{
  float:left;
}
ul#navigation li a{
  color:#676767;
  font-size:12px;
  text-decoration:none;
  margin:5px 20px;
  display:block;
  text-transform: uppercase;
}

#content{
    background:transparent url(img/content_bg.gif) repeat-x scroll 0 0;
    color:#676767;
    font-size:11px;
    line-height:18px;
    min-height:250px;
    padding:30px 0 30px 0;
    position:absolute;
    top:348px;
    width:660px;
}
#content.min_height{
  min-height:180px;
}
#content p, #content h2{
  margin:0 60px;
}
#content h2{
  font-size:12px;
}

#content img{
  float:left;
  margin-right:20px;
}
#content p.p_ref{
  margin:0 20px;
  margin-bottom:20px;
}
#content p.p_ref img{
  margin-right:30px;
  border:none;
}

#content ul.img_ref{
  list-style:none;
  margin:30px 35px 0 60px;
  padding:0;
  width:560px;
}

#content ul.img_ref li{
 float:left; 
}
#content ul.img_ref li a img{
  border:0;
  height:80px;
}
#content img.wuerfel{
  margin:10px 70px 40px 80px;

}

#navi_refs{
  background:url(img/navi_more.gif) no-repeat;
  padding:3px 30px 4px 0;
  text-align:right;
  width:624px;
  display:block;
  line-height:20px;
  margin-top:30px;
  clear:both;
  float:left;
}
#navi_refs a{
  color:#5b5b5b;
  text-decoration:none;
}


#footer{
  width:661px;
  border-top:3px solid #00315e;
  font-size:10px;
  color:#b4a98c;
  text-align:center;
  line-height:14px;
  position:absolute;
  top:100%;

}
#footer p{
  margin:8px 48px 0 48px;
}

#footer span.headline{
  color:#00315e;
}

canvas{overflow:hidden}

/*** IE 7****/
*+ html #content{ 
  position:relative;    
  top:180px;
  height:250px;
}


*+ html #MooFlow{
  margin-top:-310px;
}



