#quicklinksOuter {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 200;
}

#quicklinksInner {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 200;
  color: white;
  background: url(quicklinks_hintergrund.png);
  border-left: 2px solid #2363a1;
  width: 15em;
  min-height: 350px;
}

* html #quicklinksInner {
  height: 350px;
}

#quicklinksContent {
  padding: 5px 10px;
}

#quicklinksTab {
  position: absolute;
  top: 0px;
  right: -49px;
  background: url(quicklinks_tab_normal_en.png) no-repeat;
  width: 50px;
  height: 350px;
}

#quicklinksTab:hover {
  background: url(quicklinks_tab_hover_en.png) no-repeat;
}

.quicklinksTabDe {
  background: url(quicklinks_tab_normal_de.png) no-repeat !important;
}

.quicklinksTabDe:hover {
  background: url(quicklinks_tab_hover_de.png) no-repeat !important;
}

#quicklinksContent h3 {
  color: white;
  margin-bottom: 10px;
}

#quicklinksContent a[href] {
  display: block;
  padding: 0px 7px;
  color: black;
  background: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

* html #quicklinksContent a {
  display: block;
  padding: 0px 7px;
  color: black;
  background: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
