body { 
  margin:0; 
  padding:0;
}

.logo2 { 
  position: absolute;
  left: 180px;
  top: 22px;
  z-index: 2;  
}

.piclogo {
   border:0px; 
   width: 61px; 
   height:61px;
}

.piclogo_move {
   border:0px; 
   width: 72px; 
   height:66px;
}


.logo2_move {
  position: absolute;
  left: 180px;
  top: 17px;
  z-index: 2;
}




#header_line {
  width:100%;
  background: #09256B;
  height: 10px;
  overflow: hidden;  
}

.navcell {
  padding-left: 4px;
  padding-right: 0px;
  vertical-align: middle;
  font-size: 11px; 
}

* html .navcell {
  padding-left: 5px;
  padding-right: 0px;
}




.navspacer {
  width: 1px;
  background: #fff;   
}

.navcell a  { color: #fff; }
.navcell a:link { color: #fff; }
.navcell a:visited { color: #fff; }
.navcell a:hover  { color: #DFDFDF; }
.navcell a:active { color: #DFDFDF; }

.quicknav {
 color: #000;
 font-size: 10px;  
}

.quicknav a  { color: #000; }
.quicknav a:link { color: #000; }
.quicknav a:visited { color: #000; }
.quicknav a:hover { color: #09256B; }
.quicknav a:active { color: #09256B; }

.lupe {
  position: relative;
  top: 1px; 
}

* html .lupe { top: 4px; }

.presign_quick {
 margin-right: 5px;  
}



/*
Um eine korrekte Darstellung dieser Pseudoformate zu erreichen, folgende Reihenfolge einhalten:
:link, :visited, :hover, :active.
*/




