/* -----------------------------------------------------------------------------hepa_logos_de.css letzte Änderung: 6.1.2009 NSa 
------------------------------------------------------------------------------*/

/* Bundeslogo D, oben links */

#logo {
  background: url(baspo_logo_de.jpg);
  background-repeat:no-repeat;
  height:75px;
  left:23px;
  position:absolute;
  top:15px;
  width:189px;
}

#logo img {
  display:none;
  visibility: hidden;
}

/* hepa-logo, oben rechts MIT Blauschatten (deaktiviert) */
/*
#kopfAmt {
  background:transparent url(hepa_logo_blauschatten.jpg) no-repeat scroll right center;
  border-bottom:medium none;
  height:103px;
  margin-left:246px;
  width:714px;
}   */

/* hepa-logo, oben rechts OHNE Blauschatten */

#kopfAmt {
  background:transparent url(hepa_logo2.jpg) no-repeat scroll right center;
  border-bottom:medium none;
  height:103px;
  margin-left:246px;
  width:714px;
}

/* Icon nach externen Links ROT, NSa 6.1.2009 - funktioniert leider nicht fehlerfrei. */
/*
a[href^="http"]{
  padding-right:15px;
  background:url(icoext.gif) no-repeat center right;
}
*/
/* CSS-Hack (Child-selector), um IE6 und älter auszuschliessen 
html>body img.icoExt { 
  display:none;
  visibility:hidden;
}*/
