/***
 *   +----------------------------------------------------------------------+
 *   | file: ./theme/name/style/screen/header.css.php
 *   | @version $Id: header.css.php 22 2009-01-07 10:29:18Z serv-vm-intra-1 $
 *   | $URL: https://217.92.70.117/svn/red/a-abraxas10/theme/ihk-sis-1/branches/release/style/all/header.css.php $
 *   +----------------------------------------------------------------------+
 *   | Abraxas: Application-Framework for Web-Solutions
 *   +----------------------------------------------------------------------+
 *   | Diese Software ist urheberrechtlich geschützt.
 *   | Verwendung und Vervielfältigung nur mit 
 *   | ausdrücklicher Genehmigung von
 *   | web-gestaltung.de, Martin Arends
 *   | http://www.web-gestaltung.de
 *   +----------------------------------------------------------------------+
 */



#headerProjectTitle  {
  margin: 0;
  color: #ffffff;  
  font-size: 18px; 
  font-weight: bold; 
  letter-spacing: 1px;
  visibility: visible;
  position: absolute;
  top: 7px;
  left: 440px;
}


#headerKundeTitle  {
  visibility: hidden;
  margin: 0;
  color: #ffffff;  
  font-size: 9px; 
  letter-spacing: 0;
  position: absolute;
  top: 30px;
  left: 440px;
}


#headerLanguageFlags {
  position: absolute;
  top: 70px;
  left: 35px;
}


#headerPrintButton {
  visibility: visible;
  position: absolute;
  top: 69px;
  left: 765px;
}


#headerMenu {
  font-size: 12px;
  color: #777777; 
}

#headerMenu a {
  color: #777777; 
  text-decoration: none;
}


#headerMenu a:active {
  color: #777777; 
  text-decoration: none;
}


#headerMenu a:visited {
  color: #777777; 
  text-decoration: none;  
}


#headerMenu a:hover {
  color: #EE0000;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
}


#headerHiddenLogin {
  position: absolute;
  left: 0;
  top: 0;
}

