@charset "UTF-8";
/*
---------------------------------------

  BHC | Standard-Footer
  Datenwerk GmbH - www.datenwerk.de

  author:   frank.hoesler@datenwerk.de

---------------------------------------
*/

@media all {

  #footer {
  padding: 14px 14px 0px 14px;
  margin-bottom: 32px;
  }

  #footer #footlogo {
  background: url('/images/bhc/layout/footer_logo.png') no-repeat 0 0;
  height: 59px;
  }

  #bottom_nav {
  padding: 0 0px 6px 16px;
  border-bottom: 1px solid #c5c5c5;
  }

  #footer #bottom_nav a {
  display: block;
  float: left;
  padding: 16px 43px 0 0;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  }
  
  #footer #bottom_nav a.first {
  padding: 0 59px 0 0;
  }

  #footer #bottom_floatboxes {
  padding-top: 10px;
  width: 980px;
  }
 
  #footer .bottom-links {
  font-size: 11px;
  width: 174px;
  height: 170px;
  padding: 5px 10px 10px;
  color: #aaaaaa;
  border-left: 1px dotted #c5c5c5;
  border-right: 1px dotted #ffffff;
  }

  #footer #bottom_floatboxes .first {
  border-left: none;
  padding-left: 9px;
  width: 177px;
  }

  #footer #bottom_floatboxes .last {
  border-right: none;
  }

  #footer .bottom-links * {
  color: #aaaaaa;
  font-size: 11px;
  line-height: 18px;
  }

  #footer .bottom-links li {
  /* display: inline; */
  }

  #footer .bottom-links a {
  text-decoration: none;
  font-weight: bold;
  /* display: block; */
  }
  #footer #bookmark a {
	margin-right:5px;
	display: inline;
  }
  #footer #bookmark img {
  padding: 0 5px 5px 0;
  }
  #bookmark {
	padding-top:10px;
  }
  
  #footer .bottom-links em {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  display: block;
  }
  
  #footer .bottom-links dt {
  clear: left;
  float: left;
  width: 47px;
  font-weight: normal;
  }

  #footer .bottom-links dl {
  padding-top: 3px;
  }

  #footer .bottom-links dt, #footer .bottom-links dd {
  line-height: 12px;
  }

  #footer .headline, #footer .bottom-links .headline {
      font-size: 11px;
      font-weight: bold;
      color: #444;
	    font-family: Tahoma, sans-serif;
  }

  #back_to_top {
    background: #ededed;
    float: right;
    margin-right: 15px;
    margin-top: -9px;
    padding-left: 6px;
    padding-right: 10px;
  }

  #back_to_top a {
  	background: url('/images/bhc/layout/back_to_top.png') no-repeat 0 0;
    color: #aaa;
    font-size: 11px;
    padding-left: 20px;
  }

}
