#topNavi {
font-size: 11px;
text-align: right;
padding: 5px 10px 0 0;
}

#headerLogoLink {
position: absolute;
top: 55px;
left: 10px;
width: 350px;
height: 80px;
cursor: pointer;
}

#headerSpektrumLink {
position: absolute;
top: 36px;
right: 0;
width: 232px;
height: 30px;
cursor: pointer;
}
#headerSpektrumLink .txt {
width: 170px;
height: 18px;
font-family: Arial;
font-size: 11px;
overflow: hidden;
}

#headerSchnellsuche {
position: absolute;
color: #000;
top: 120px;
right: 0;
height: 60px;
width: 302px;
}

#headerSchnellsuche form {
margin-top: 5px; 
padding: 0;
}

#headerSchnellsuche .suchbegriffKasten {
  height: 17px;
  width: 258px;
  padding: 1px 0 0 1px;
  font-size: 12px;
  line-height: 110%;
  border: solid #8e8f90 1px;
  margin: 1px;
  vertical-align: middle;
}

#headerSchnellsuche .suchButton {
  margin: 0 0 0 2px;
  vertical-align: middle;
}

#headerSchnellsucheWarten {
margin-top: 12px;
color: #fff;
}

#headerErweiterteSucheLink {
text-align: left;
width: 100px;
font-size: 11px;
line-height: 125%;
float: left;
}

#headerLogoutLink {
text-align: right;
width: 90px;
font-size: 11px;
line-height: 125%;
float: left;
}

#headerKontaktLink {
text-align: right;
width: 70px;
font-size: 11px;
line-height: 125%;
float: left;
}

#kopf,
#kopf a, 
#kopf a:hover,
#kopf a:active,
#kopf a:visited {
  color: #fafafa;
}
#kopf a:hover {
  text-decoration: underline;
}

#navigationL {
  position: absolute;
  top: 172px;
  height: 35px;
  color: #fff;
  width: 995px;
  background: url('/pix/scishop09/hg_hauptnavi.gif') no-repeat 0px -1px;
}

#navigationL .hauptnaviButton {
  float: left;
  background-color: #27435b; /* f. alt-Text */
  height: 28px;
}

#kopf .hauptnaviPkt {
  position: relative;
}

#kopf .subnavigation,
#kopf .subsubnavigation {
  width: 220px;
  background-color: #999; /* Fangnetz */
  position: absolute;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 8px 0;
  margin: 0;
}
#kopf .subnavigation {
  left: 0px;
  top: 28px;
  z-index: 100;
}
#kopf .subsubnavigation {
  left: 18px;
  top: -12px;
  z-index: 110;
}

#kopf .subnaviPkt,
#kopf .subsubnaviPkt {
  text-align: left;
  line-height: 115%;
  background: transparent;
  margin: 0px;
  padding: 4px 15px 4px 8px;
  position: relative;
}
#kopf .subnaviPlusButton {
  position: absolute;
  right: 0;
  top: 4px;
  width: 18px;
  height: 15px;
}
#kopf .subnaviPlusButton img {
display: block;
}

#kopf .subnavigation .naviAktiv a {
text-decoration: underline;
}
#kopf .subnavigation .naviAktiv .subsubnavigation .subsubnaviPkt a {
text-decoration: none !important;
}
#kopf .subnavigation .naviAktiv .subsubnavigation .subsubnaviPkt a:hover {
text-decoration: underline !important;
}

/* Login/Logout/Konto */

#sdwvLoginDiv {
  background-color: #e5e5e5;
  border-width: 1px;
  position: absolute;
  top: 100px;
  left: 300px;
  width: 300px;
  height: 210px;
  z-index: 200;
}
#sdwvLoginDivHeader {
  height: 17px;
  background-color: #eb520e;
  color: #fff;
  font-weight: bold;
  text-align: right;
}
#sdwvLoginDivAus {
  color: #fff;
  padding-right: 5px;
  text-decoration: none;
}
#sdwvLoginDivTxt {
  padding: 10px;
}
  
#bodyDecke {
  position: fixed; 
  top: 0; 
  left: 0;
  z-index: 199;
  width: 100%;
  height: 100%;
  background-color: #8e8f90;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity: .80;
}

