/***
 *   +----------------------------------------------------------------------+
 *   | file: ./theme/name/style/screen/header.css.php
 *   +----------------------------------------------------------------------+
 *   | Abraxas: Application-Framework for Web-Solutions (2001 - 2007)
 *   +----------------------------------------------------------------------+
 *   | Diese Software ist urheberrechtlich geschützt
 *   | Verwendung und Vervielfältigung nur mit 
 *   | ausdrücklicher Genehmigung von
 *   | web-gestaltung.de
 *   | Martin Arends
 *   | Am Salzstadel 5
 *   | 85072 Eichstätt
 *   +----------------------------------------------------------------------+
 */



#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;
}


#headerProjectSlogan	{
  margin: 0;
  color: #555555;  
  font-size: 11px; 
  font-weight: bold; 
  letter-spacing: 1px;
  visibility: visible;
  position: absolute;
  top: 120px;
  left: 278px;
}


#headerLanguageFlags {
  position: absolute;
  top: 158px;
  left: 40px;
}


#headerPrintButton {
  visibility: visible;
  position: absolute;
  top: 158px;
  left: 10px;
}


#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;
}
