#verlagsleiste {
  height: 24px;
  background-image: url('/pix/sdwv/hg_verlagsleiste.jpg');
  background-repeat: repeat-x;
  padding: 0 10px;
  font-size: 10px;
}

#verlagsleiste a {
  color: #fff;
  margin: 0 4px;
  line-height: 100%;
}
#verlagsleiste img {
  vertical-align: middle;
}

#topNavi {
font-size: 11px;
text-align: right;
padding: 5px 10px 0 0;
}

#kopf, #kopf a, #kopf a:visited {
  color: #fafafa;
}

#headerLogoLink {
position: absolute;
top: 20px;
left: 8px;
width: 500px;
height: 70px;
cursor: pointer;
}

#headerSchnellsuche {
position: absolute;
top: 129px;
left: 457px;
height: 40px;
width: 315px;
background-image: url('/pix/sdwv/hg_suche_suw.gif');
background-repeat: no-repeat;
}

#headerSchnellsuche .loginButton {
position: absolute;
top: 9px; 
left: 35px;
}

#headerSchnellsuche form {
position: absolute;
top: 9px; 
left: 102px;
padding: 0;
height: 16px;
width: 175px; 
}

#headerSchnellsuche .suchbegriffKasten {
  background-color: transparent;
  height: 16px;
  width: 148px;
  padding: 1px 0 0 1px;
  font-size: 11px;
  line-height: 110%;
  border-width: 0;
  margin: 0;
  vertical-align: middle;
}

#headerSchnellsuche .suchButton {
  margin: 0;
  vertical-align: middle;
}

#navigationL, #navigationR {
  position: absolute;
  top: 109px;
  height: 20px;
  color: #fff;
  border-color: #fff;
}
#navigationL {
  left: 12px;
  width: 480px;
  border-left-width: 1px;
}
#navigationR {
  right: 12px;
  width: 300px;
  border-right-width: 1px;
}

#navigationL .hauptnaviButton {
  float: left;
}
#navigationR .hauptnaviButton {
  float: right;
}

#kopf .hauptnaviPkt {
  position: relative;
  font-size: 11px; 
  line-height: 100%;
  padding: 0 2px 0px 2px; /* width im content-container bestimmt tatsächlicher wert */
  text-align: center;
  border-color: #fafafa;
}
#navigationL .hauptnaviPkt {
  border-right-width: 1px;
}
#navigationR .hauptnaviPkt {
  border-left-width: 1px;
}

#kopf ul.subnavigation {
  width: 215px;
  border-width: 0 1px 1px 1px;
  border-color: #999;
  background-color: #010101;
  position: absolute;
  top: 20px;
  z-index: 100;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#navigationL ul.subnavigation {
left: -1px;
}
#navigationR ul.subnavigation {
right: -1px;
}

#kopf ul.subnavigation li {
  text-align: left;
  font-size: 11px; 
  line-height: 105%;
  background: transparent;
  margin: 0px;
  text-indent: -10px;
  padding: 6px 4px 6px 20px;
  border-top-width: 1px;
  border-color: #ccc;
}
#kopf ul.subnavigation li ul li {
  text-indent: -10px;
  padding: 2px 0px;
  margin-left: 8px;
  border-width: 0;
}

#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: #364059;
  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;
  opacity: .75;
  -ms-filter: "alpha(opacity=75)";
  filter: alpha(opacity=75);
}
