#header {
  font: normal 15px 'Roboto Condensed', Arial ,sans-serif;
}
#header form {
  margin: 0;
  padding: 0;
}
#header img {
  border-width: 0;
}
#header input {
  font: normal 12px 'Roboto Condensed', Arial ,sans-serif;
}
#header a {text-decoration: none;}

/* HEADER B */
#header {
  position: relative;
  width: 970px;
  z-index: 12;
  background: #000000;
}
#headcon {
  position: absolute;
  left: 200px;
  top: 25px;
}
#frmSuch, .frmSuch {
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 37px;
  width: 168px;
}
.suchInp {
  float: left;
  width: 140px;
  height: 16px;
  padding: 2px 23px 2px 5px;
  border-width: 0;
  font-size: 12px;
  color: #595959;
  background: #ffffff url(/pub/pic/header/search-grey.svg) no-repeat 111%;
  box-sizing: content-box;    
}
.suchSub {
  float: left;
  display: block;
  width: 17px;
  height: 17px;
  padding: 0;
  margin: 1px 0 0 0;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
}
#login {
  position: absolute;
  right: 14px;
  top: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

/* METANAVI */
#naviM {
  position: absolute;
  right: 70px;
  top: 0;
  z-index: 13;
}
#naviM .nvBrc {
  position: relative;
  float: left;
}
#naviM .sp {
  position: relative;
  float: left;
  width:0;
  height:10px;
  border-left: 1px solid #ffffff;
  margin-top: 7px;
}
#naviM .nvItm {
  display: block;
  padding: 4px 18px 0 12px;
  height: 17px;
  color: #ffffff;
  font-size: 12px;
  cursor: default;
}
#naviM a.nvItm {
  cursor: pointer;
}
#naviM .nvHasSub .nvItm {
  padding-right: 4px;
}
#naviM .nvHasSub:hover .nvItm {
  text-decoration: none;
}
.nvOpn {
  height: 18px;
  width: 18px;
  display: inline-block;
  background: url(/pub/pic/left-18-white.svg) no-repeat center center;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(90deg);
  
}
* html #naviM .nvItm {display:inline-block;}
* html .nvOpn {visibility: hidden;}
#naviM .nvSub {
  position: absolute;
  display: none;
  left: -4px;
  top: 21px;
  min-width: 115px;
  padding: 4px;
  background-color: #000000;
  z-index: -1;
}

#naviM .nvSub div {
  height: 1px;
}
#naviM .nvHasSub:hover .nvSub {
  display: block;
}
#naviM .nvSubItm {
  display: block;
  padding: 1px 0;
  border-bottom: 1px solid #424345;
  color: #ffffff;
  font-weight: normal;
  white-space: nowrap;
}
#naviM .nvSubItm span {
  display: block;
  padding: 0 4px 1px 4px;
  font-size: 12px;
}
#naviM .nvSubItm:hover {
  text-decoration: none;
}
#naviM .nvSubItm:hover span {
  background-color: #920004;
}

/* TOPNAVI */
#naviT {
  position: relative;
  width: 100%;
  height: 126px;
}
.nv1 {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 69px;
  padding: 0 0 0 15px;
  width:100%;
  box-sizing: border-box;  
  height: 21px;
  border-top: 1px solid #595959;
}
.nv1 .nvItm {
  float: left;
  height: 17px;
  padding: 1px 5px 2px 5px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.nv1 .nvItm span {
  padding: 0 3px;
  line-height: 18px;
}
.nv1 .nvItm:hover span {
  background-color: #a81017;
}
.nv1 .nvItmSel {
  background-color: #a81017;
  font-weight: bold;
}
.nv2 {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 90px;
  padding: 0 0 0 15px;
  width:100%;
  box-sizing: border-box;  
  height: 20px;
  background-color: #a81017;
}
.nv2 .nvItm {
  float: left;
  padding: 2px 0 5px 0;
  height: 13px;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}
.nv2 .nvItm span {
  padding: 0 4px;
  margin: 0 4px;
}
.nv2 .nvItm:hover span {background-color: #6a1215;}
.nv2 .nvSep {
  display: none;
}
.nv2 .nvItmSel {
  background-color: #6a1215;
}
.nv3 {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 110px;
  padding: 0 0 0 15px;
  width:100%;
  box-sizing: border-box;  
  height: 20px;
  background-color: #6a1215;
}
.nv3 .nvItm {
  float: left;
  padding: 2px 0 5px 0;
  height: 13px;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}
.nv3 .nvItm span {
  padding: 0 4px;
  margin: 0 4px;
}
.nv3 .nvItmSel {
  background-color: #000000;
}
.nv3 .nvItm:hover span {background-color: #000000;}
.nv3 .nvSep {
  display: none;
}
#header #naviT.nvLvl3 {height: 147px;}
.nvLvl3 .nv3 {
  display: block;
}

/* DATA/LIVE */
#dlHead {
  overflow: hidden;
  position: absolute;
  right: 192px;
  top: 37px;
  width: 193px;
  height: 20px;
  background-color: #ffffff;  
  cursor: pointer;
  z-index: 11;
  font-size: 12px;
  line-height: 20px;
  color: #595959;
  text-align: center;
  text-transform: uppercase;
}
#dlHead .arr {
  width: 18px;
  padding: 0 20px;
  background: url(/pub/pic/down-18-grey.svg) no-repeat center;
}
#dlHead.dlOpen {background-position: 0 -23px;}
#dlBody {
  display: none;
  overflow: hidden;
  position: absolute;
  right: 192px;
  top: 58px;
  z-index: 10;
}
#dlBody .dlSlider {
  overflow: hidden;
  position: relative;
  width: 183px;
  padding: 4px 4px 1px 4px;
  border: 0 solid #575757;
  border-color: rgba(255,255,255,0.34);
  border-width: 0 1px 1px 1px;
  background: url(/pub/pic/header/back-klapp.png);
  z-index: 31px !important;
}
#dlBody .dlItm {
  overflow: hidden;
  padding: 6px 4px;
  color: #ffffff;
  font-size: 12px;
}
#dlBody .dlItm a {color:#ffffff;}
#dlBody .dlItmHead {
  font-weight: bold;
  padding: 0 0 2px 0;
  font-size: 13px;
  text-transform: uppercase;
}
#dlBody .dlSep {
  overflow: hidden;
  clear: both;
  height: 1px;
  background-color: #424345;
}
#dlBody .dlClose {
  overflow: hidden;
  margin-top: 3px;
  height: 13px;
  background: url(/pub/pic/datalive-2.png) no-repeat 0 -40px;
  cursor: pointer;
}
#dlBody .mehr {
  background-image: url(/pub/pic/mehr-ffffff.gif);
}
#dlBody form {
  overflow:hidden;
  padding: 0 0 8px 0;
}
#dlBody .dlFrmS {
  margin-top: 6px;
}
#dlBody select {
  width: 175px;
  border: 2px solid #cccccc;
  font-size: 12px;
}
#dlBody .dlGo {
  clear: both;
  float: right;
  overflow: hidden;
  width: 30px;
  height: 17px;
  margin: 1px 0 2px 0;
  background: url(/pub/pic/header/datalive-go.png) no-repeat;
  cursor: pointer;
}
#dlBody .liveLnk {
  display: block;
  margin-top: 2px;
}
.hidden { display:none !important; }
/* HEADER E */

.resourceOpener {
  display: none;
}