#topNavi {
font-size: 11px;
text-align: right;
padding: 5px 10px 0 0;
}

#headerLogoLink {
position: absolute;
top: 46px;
left: 10px;
width: 400px;
height: 120px;
cursor: pointer;
}

#headerSpektrumLink {
position: absolute;
top: 130px;
left: 705px;
width: 290px;
height: 30px;
cursor: pointer;
}

#headerSchnellsuche {
position: absolute;
color: #333333;
top: 171px;
right: 0;
height: 60px;
width: 260px;
background: url('/pix/vdishop/lupe.gif') no-repeat 1px 8px;
padding-left: 27px;
}

#headerSchnellsuche form {
margin-top: 5px; 
padding: 0;
}

#headerSchnellsuche .suchbegriffKasten {
  height: 17px;
  width: 210px;
  padding: 1px 0 0 1px;
  font-size: 12px;
  line-height: 110%;
  border: solid #999 1px;
  margin: 1px;
  vertical-align: middle;
}

#headerSchnellsuche .suchButton {
  margin: 0 0 0 2px;
  vertical-align: middle;
}

#headerSchnellsucheWarten {
margin-top: 12px;
}

#headerErweiterteSucheLink {
margin-left: 3px;
width: 120px;
font-size: 11px;
line-height: 125%;
float: left;
}

#headerLogoutLink {
text-align: right;
width: 90px;
font-size: 11px;
line-height: 125%;
float: left;
}

#navigation a, 
#navigation a:hover,
#navigation a:active,
#navigation a:visited {
  color: #fafafa;
}
#navigation a:hover {
  text-decoration: underline;
}

#navigationL {
  position: absolute;
  top: 172px;
  height: 35px;
  color: #fff;
  width: 705px;
  background: url('/pix/vdishop/hg_hauptnavi.gif') no-repeat 1px -1px;
}

#navigationL .hauptnaviButton {
  float: left;
  background-color: #27435b; /* f. alt-Text */
  height: 29px;
}

#kopf .hauptnaviPkt {
  position: relative;
}

#kopf .subnavigation,
#kopf .subsubnavigation {
  width: 200px;
  background:  url('') repeat-y;
  position: absolute;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 8px 0;
  margin: 0;
}
#kopf .subnavigation {
  left: 0px;
  top: 29px;
  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;
}


/* 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: #4b9cc9;
  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: #999;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity: .80;
}

