button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(5%, white), color-stop(100%, #e9e9e9));
  background: -webkit-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -moz-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -o-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: linear-gradient(to bottom, white 0%, white 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE9E9E9', GradientType=0 );
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
  color: #990000;
  cursor: pointer;
  display: block;
  float: right;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.3992rem;
  height: 25px;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none; }

html {
  font-size: 10px;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background-color: white;
  color: black;
  font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
  font-style: normal;
  font-variant: normal;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: anti-aliased; }

*:focus {
  outline: 0; }

button, input, select, textarea {
  font-family: Verdana,Arial,Helvetica,Geneva,sans-serif; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1; }

a {
  color: #990000;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }
  a:hover, a:hover span, a:active, a:active span {
    color: inherit;
    outline: 0;
    text-decoration: underline;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
  a:focus {
    outline: 0;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
  a:visited {
    color: #990000; }
  a img {
    border: 0 none; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 0 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: black; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  list-style: none outside none;
  margin: 1em 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0; }

dd {
  margin: 0 0 0 40px; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 10px 0; }

legend {
  border: 0;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: text-bottom; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

time, .timeformat {
  display: inline; }

p:empty {
  display: none; }

input[type="password"],
input[type="search"],
input[type="text"],
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #666666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.56rem;
  height: 24px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
  padding: 3px; }

select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.56rem;
  background-color: white;
  border: 1px solid #666666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset; }

textarea {
  height: auto; }

hr {
  background-color: transparent;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 1px 0 0;
  height: 1px;
  margin: 10px 0;
  padding: 0; }
  hr + hr {
    margin: -9px 0 10px; }

img[src$="/empty.gif"], img[src$="/pixel.gif"] {
  border: 0 none;
  display: block;
  height: 1px;
  margin-left: -1px;
  margin-top: -1px;
  width: 1px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }
#spOasTop {
  margin: 0 auto;
  min-height: 5px;
  width: 1210px; }

#spSZM {
  left: 0;
  position: absolute;
  top: -100px; }

#spColumnAd {
  float: none;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden; }
  #spColumnAd > #qcRight {
    left: 910px;
    position: absolute;
    top: 0; }

#wrapper-content .qcDottedLine {
  background-image: none;
  border-bottom: 3px double #e6e6e6;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  width: 100%; }
  #wrapper-content .qcDottedLine:first-child {
    border: 0; }

.spCommercial h5 {
  background-color: #f6f6f6;
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  padding: 0 0 5px;
  text-align: right;
  text-transform: uppercase; }
.spCommercial .spCommercialInner {
  background-color: #f6f6f6; }

.spArticleBottomBox {
  border-top: 3px double #e6e6e6; }
  .spArticleBottomBox .spCommercial:first-child {
    border-top: 0 none;
    padding-top: 20px; }

.nav-channel li ul > li.spDivideNaviAd {
  padding: 7px 6px 6px 7px; }
  .nav-channel li ul > li.spDivideNaviAd div {
    background-color: #cccccc;
    height: 1px; }

#spColumnAd > #qcRight > div[style*="left:910"],
#spColumnAd > #qcRight > div[style*="left: 910"] {
  left: 0 !important; }

.spMInline {
  float: right; }

.spMInline .spM300 h5 {
  width: 300px; }

.article-section .spMInline {
  border-bottom: 3px double #e6e6e6;
  clear: right;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-top: 3px; }
  .article-section .spMInline .spCommercial {
    margin: 0;
    padding: 0; }

#einestages .article-section .spMInline {
  margin-right: -220px;
  width: 300px; }
#einestages .spMInline {
  border: 0 none; }
#einestages .spInfoBox {
  border: 0 none;
  margin: 0;
  padding: 0; }
#einestages .column-float-right .spCommercial {
  margin-bottom: 20px; }

.spTeaserCPAdd {
  border-bottom: 3px double #e6e6e6;
  border-top: 3px double #e6e6e6;
  margin-bottom: 40px; }

#spArticleColumn .spMInline .spM300 {
  margin-left: 15px;
  margin-bottom: 20px;
  width: 300px; }

.spMInline .spM300 .spCommercialInner {
  margin: 5px 0; }

.spMInline .spM520 h5 {
  width: 520px; }

#spArticleColumn .spMInline .spM520 {
  margin-left: 0;
  margin-bottom: 20px;
  width: 520px; }

.spMInline .spM520 .spCommercialInner {
  margin: 15px 0; }

body .spTeaserCPAdd h5 {
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  padding: 0 0 5px;
  text-align: right;
  text-transform: uppercase; }

.spQCInfoBox {
  background-color: #f6f6f6; }

#spPartnerBar {
  margin-bottom: 70px; }

#footer-content #spPartnerBar {
  clear: both;
  font-size: 10px;
  font-size: 1rem;
  line-height: 11px;
  line-height: 1.1rem;
  height: auto;
  margin: 0 auto 20px;
  overflow: hidden; }
  #footer-content #spPartnerBar h4 {
    font-size: 12px;
    font-size: 1.2rem;
    background: url(/static/sys/v10/bg/bg_maincontainer_line.gif) left bottom repeat-x;
    color: #666666;
    padding-bottom: .6em; }
  #footer-content #spPartnerBar ul {
    float: left;
    height: auto;
    margin: 1em 0 1px 0;
    padding: 0;
    width: 144px; }
    #footer-content #spPartnerBar ul li {
      line-height: 11px;
      line-height: 1.1rem;
      float: left;
      width: 144px;
      padding: 0 0 3px 5px; }

.adition-test {
  border: 3px dashed #FF0000;
  color: #FF0000;
  font-size: 12px;
  padding: 12px; }
#video {
  background: url("/static/sys/v10/bg/bg_video_channel.png") repeat-x 0 -2px white; }

#wrapper {
  margin: 0 auto;
  padding: 20px 10px 0 10px;
  position: relative;
  width: 980px; }

#header {
  margin-bottom: 20px; }

#video .header-top,
#video .nav-channel {
  background: none transparent; }

#footer {
  background: #f6f6f6; }
  #footer #footer-content {
    margin: 0 auto;
    padding: 50px 0 0;
    width: 867px; }

#content-main {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  line-height: 1.5994rem;
  position: relative; }
  #content-main a span {
    color: black; }
  #content-main a:hover, #content-main a:hover span, #content-main a:active, #content-main a:active span {
    text-decoration: none; }
  #content-main .video-end-screen a span {
    color: white; }

.column-both {
  margin-bottom: 10px;
  padding-top: 30px; }

.column-wide {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem;
  width: 642px; }

.column-small {
  float: right;
  width: 318px;
  margin: 0 0 15px 10px;
  overflow: hidden; }

.module-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.9995rem;
  font-weight: bold;
  margin-bottom: 10px; }
.header-top {
  overflow: hidden;
  width: 100%; }

.nav-main {
  float: left;
  margin-left: 2px; }
  .nav-main ul {
    margin: 0; }
    .nav-main ul li {
      font-size: 12px;
      font-size: 1.2rem;
      display: inline-block;
      margin: 0;
      padding: 0 3px 9px 0; }
      .nav-main ul li a {
        border-left: 1px solid #cccccc;
        color: #666666;
        display: block;
        font-weight: bold;
        padding-left: 5px; }
        .nav-main ul li a:hover, .nav-main ul li a:active, .nav-main ul li a:focus {
          text-decoration: none; }
      .nav-main ul li:first-child a {
        border-left: 0;
        padding-left: 0; }
      .nav-main ul li:hover, .nav-main ul li:active, .nav-main ul li:focus {
        background: url(/static/sys/v10/bg/bg_nav_main_arrow.png) bottom center no-repeat transparent; }

.nav-service {
  float: right; }
  .nav-service ul {
    margin: 0; }
    .nav-service ul li {
      display: inline-block;
      line-height: 14px;
      line-height: 1.413rem;
      margin: 0;
      padding-right: 3px; }
      .nav-service ul li a {
        border-left: 1px solid #cccccc;
        color: #333333;
        display: block;
        padding-left: 5px; }
        .nav-service ul li a img {
          float: left;
          margin-left: 2px; }
      .nav-service ul li:first-child a {
        border-left: 0; }
      .nav-service ul li > .nav-service-sub {
        -webkit-box-shadow: 9px 9px 4px 0 rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 9px 9px 4px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 9px 9px 4px 0 rgba(0, 0, 0, 0.4);
        background-color: white;
        border: 2px solid #cccccc;
        display: none;
        position: absolute;
        top: 28px;
        right: 0;
        width: auto; }
      .nav-service ul li:hover > .nav-service-sub, .nav-service ul li:active > .nav-service-sub, .nav-service ul li:focus > .nav-service-sub {
        display: block;
        z-index: 1000002; }
      .nav-service ul li ul > li {
        font-size: 10px;
        font-size: 1rem;
        display: block;
        margin: 0;
        min-width: 100px;
        padding: 0;
        white-space: nowrap; }
        .nav-service ul li ul > li a {
          border: 0 none;
          padding: 4px 6px; }
        .nav-service ul li ul > li:hover, .nav-service ul li ul > li:active, .nav-service ul li ul > li:focus {
          background: #efefef;
          text-decoration: underline; }

.header-main {
  background: url("/static/sys/v10/bg/bg_header_sprite.png") 0 -15px repeat-x;
  height: 70px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .header-main .header-logo {
    float: left;
    margin: 19px 0 0 12px; }
    .header-main .header-logo img {
      border: 1px solid #e1e1e1;
      border: 1px solid rgba(255, 255, 255, 0.5); }
  .header-main .channel-name {
    font-size: 25px;
    font-size: 2.5rem;
    color: white;
    display: block;
    float: left;
    font-weight: bold;
    margin: 19px 0 0 10px;
    text-transform: uppercase; }
    .header-main .channel-name a {
      color: white; }
    .header-main .channel-name:hover {
      text-decoration: none; }
  .header-main .login-links {
    margin: 5px 0 0;
    position: absolute;
    top: 0;
    right: 8px; }
    .header-main .login-links li {
      color: white;
      display: inline;
      margin: 0; }
    .header-main .login-links a {
      color: white;
      padding: 0 4px; }

#auto .header-main {
  background-position: 0 -219px;
  background-color: #5888ab; }

#forum .header-main {
  background-position: 0 -117px;
  background-color: #395a6d; }

#gesundheit .header-main {
  background-position: 0 -1851px;
  background-color: #b4c893; }

#kultur .header-main {
  background-position: 0 -321px;
  background-color: #f38030; }

#netzwelt .header-main {
  background-position: 0 -423px;
  background-color: #556f77; }

#panorama .header-main {
  background-position: 0 -525px;
  background-color: #ff724b; }

#politik .header-main {
  background-position: 0 -627px;
  background-color: #b10027; }

#reise .header-main {
  background-position: 0 -729px;
  background-color: #ff9900; }

#schulspiegel .header-main {
  background-position: 0 -831px;
  background-color: #cc3300; }

#spam .header-main {
  background-position: 0 -1749px;
  background-color: #1a1a1a; }

#spiegel .header-main {
  background-position: 0 -1035px;
  background-color: #ea4100; }

#suche .header-main {
  background-position: 0 -1035px;
  background-color: #ea4100; }

#sport .header-main {
  background-position: 0 -1137px;
  background-color: #528264; }

#sptv .header-main {
  background-position: 0 -1239px;
  background-color: #000066; }

#unispiegel .header-main {
  background-position: 0 -1341px;
  background-color: #ff4b00; }

#video .header-main {
  background: transparent; }

#wetter .header-main {
  background-position: 0 -1545px;
  background-color: #357ecc; }

#wirtschaft .header-main {
  background-position: 0 -1647px;
  background-color: #34537c; }

#wissenschaft .header-main {
  background-position: 0 -933px;
  background-color: #7d9f89; }

#einestages .header-main,
#suche.einestages .header-main,
#impressum.einestages .header-main {
  background-position: 0 -1938px;
  background-color: #394249; }

#home .channel-name,
#spiegel .channel-name,
#meinspiegel .channel-name {
  display: none; }

.header-search {
  position: absolute;
  top: 24px;
  right: 12px; }

.nav-channel {
  background: url(/static/sys/v10/bg/bg_mainnav.png) repeat-x scroll center 4px white;
  height: 32px; }
  .nav-channel ul {
    margin: 0; }
    .nav-channel ul li {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 14px;
      line-height: 1.4rem;
      float: left;
      margin: 0 1px 0 0;
      position: relative;
      *zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("span"), this.firstChild).className="ie-before" ); }
      .nav-channel ul li:before, .nav-channel ul li .ie-before {
        background: #cccccc;
        content: " ";
        height: 16px;
        left: -1px;
        position: absolute;
        top: 8px;
        width: 1px; }
      .nav-channel ul li .ie-before {
        display: block;
        *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\00A0' ); }
      .nav-channel ul li:first-child:before, .nav-channel ul li:first-child .ie-before {
        display: none; }
      .nav-channel ul li a {
        color: #333333;
        display: block;
        padding: 8px 5px 7px 4px; }
        .nav-channel ul li a:hover, .nav-channel ul li a:active, .nav-channel ul li a:focus, .nav-channel ul li a:hover .ie-before, .nav-channel ul li a:active .ie-before, .nav-channel ul li a:focus .ie-before {
          text-decoration: none; }
      .nav-channel ul li .active:after, .nav-channel ul li .active:before,
      .nav-channel ul li .nav-channel-name:hover:after, .nav-channel ul li .nav-channel-name:hover:before,
      .nav-channel ul li .nav-channel-name.js-hover:after, .nav-channel ul li .nav-channel-name.js-hover:before {
        border-color: transparent;
        border-style: solid inset;
        bottom: 0;
        content: " ";
        height: 0;
        left: 50%;
        position: absolute;
        width: 0; }
      .nav-channel ul li .nav-channel-name:hover:after, .nav-channel ul li .nav-channel-name:hover:before,
      .nav-channel ul li .nav-channel-name.js-hover:after, .nav-channel ul li .nav-channel-name.js-hover:before {
        z-index: 1000002; }
      .nav-channel ul li .nav-channel-name.active:after {
        border-bottom-color: white;
        border-width: 4px;
        margin-left: -4px; }
      .nav-channel ul li .nav-channel-name:hover:after,
      .nav-channel ul li .nav-channel-name.js-hover:after,
      .nav-channel ul li .nav-channel-name.active:hover:after {
        border-bottom-color: white;
        border-width: 6px;
        margin-left: -6px; }
      .nav-channel ul li .nav-channel-name.active:before {
        border-width: 8px;
        margin-left: -8px; }
      .nav-channel ul li.channel-border-bottom .active:before {
        border-bottom-color: #e1e1e1; }
      .nav-channel ul li.channel-auto-border-bottom .nav-channel-name {
        border-bottom: 3px solid #5888ab; }
      .nav-channel ul li.channel-auto-border-bottom .active:before {
        border-bottom-color: #5888ab; }
      .nav-channel ul li.channel-einestages-border-bottom .nav-channel-name {
        border-bottom: 3px solid #aaaaaa; }
      .nav-channel ul li.channel-einestages-border-bottom .active:before {
        border-bottom-color: #aaaaaa; }
      .nav-channel ul li.channel-gesundheit-border-bottom .nav-channel-name {
        border-bottom: 3px solid #b4c893; }
      .nav-channel ul li.channel-gesundheit-border-bottom .active:before {
        border-bottom-color: #b4c893; }
      .nav-channel ul li.channel-karriere-border-bottom .nav-channel-name {
        border-bottom: 3px solid #ac000b; }
      .nav-channel ul li.channel-karriere-border-bottom .active:before {
        border-bottom-color: #ac000b; }
      .nav-channel ul li.channel-kultur-border-bottom .nav-channel-name {
        border-bottom: 3px solid #f38030; }
      .nav-channel ul li.channel-kultur-border-bottom .active:before {
        border-bottom-color: #f38030; }
      .nav-channel ul li.channel-netzwelt-border-bottom .nav-channel-name {
        border-bottom: 3px solid #556f77; }
      .nav-channel ul li.channel-netzwelt-border-bottom .active:before {
        border-bottom-color: #556f77; }
      .nav-channel ul li.channel-panorama-border-bottom .nav-channel-name {
        border-bottom: 3px solid #ff724b; }
      .nav-channel ul li.channel-panorama-border-bottom .active:before {
        border-bottom-color: #ff724b; }
      .nav-channel ul li.channel-politik-border-bottom .nav-channel-name {
        border-bottom: 3px solid #b10027; }
      .nav-channel ul li.channel-politik-border-bottom .active:before {
        border-bottom-color: #b10027; }
      .nav-channel ul li.channel-sport-border-bottom .nav-channel-name {
        border-bottom: 3px solid #528264; }
      .nav-channel ul li.channel-sport-border-bottom .active:before {
        border-bottom-color: #528264; }
      .nav-channel ul li.channel-reise-border-bottom .nav-channel-name {
        border-bottom: 3px solid #ff9900; }
      .nav-channel ul li.channel-reise-border-bottom .active:before {
        border-bottom-color: #ff9900; }
      .nav-channel ul li.channel-schulspiegel-border-bottom .nav-channel-name {
        border-bottom: 3px solid #cc3300; }
      .nav-channel ul li.channel-schulspiegel-border-bottom .active:before {
        border-bottom-color: #cc3300; }
      .nav-channel ul li.channel-unispiegel-border-bottom .nav-channel-name {
        border-bottom: 3px solid #ff4b00; }
      .nav-channel ul li.channel-unispiegel-border-bottom .active:before {
        border-bottom-color: #ff4b00; }
      .nav-channel ul li.channel-wirtschaft-border-bottom .nav-channel-name {
        border-bottom: 3px solid #34537c; }
      .nav-channel ul li.channel-wirtschaft-border-bottom .active:before {
        border-bottom-color: #34537c; }
      .nav-channel ul li.channel-wissenschaft-border-bottom .nav-channel-name {
        border-bottom: 3px solid #7d9f89; }
      .nav-channel ul li.channel-wissenschaft-border-bottom .active:before {
        border-bottom-color: #7d9f89; }
      .nav-channel ul li .nav-channel-name.active:hover:before,
      .nav-channel ul li .nav-channel-name.active.js-hover:before,
      .nav-channel ul li .nav-channel-name:hover:before,
      .nav-channel ul li .nav-channel-name.js-hover:before {
        border-bottom-color: #999999;
        border-width: 8px;
        bottom: 1px;
        margin-left: -8px; }
      .nav-channel ul li .nav-channel-name.js-hover {
        border-bottom-color: transparent; }
      .nav-channel ul li .nav-channel-sub {
        -webkit-box-shadow: 9px 9px 4px 0 rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 9px 9px 4px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 9px 9px 4px 0 rgba(0, 0, 0, 0.4);
        background-color: white;
        background-color: rgba(255, 255, 255, 0.95);
        filter: alpha(opacity=95);
        border: 2px solid #999999;
        display: none;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        left: 0;
        padding: 5px 0;
        position: absolute;
        top: 29px;
        width: 450px; }
        .nav-channel ul li .nav-channel-sub.auto-width {
          width: auto; }
        .nav-channel ul li .nav-channel-sub.pos-right {
          left: auto;
          right: 0; }
      .nav-channel ul li:hover {
        z-index: 1000003; }
      .nav-channel ul li:hover > .nav-channel-sub, .nav-channel ul li:active > .nav-channel-sub, .nav-channel ul li:focus > .nav-channel-sub {
        display: block; }
      .nav-channel ul li ul {
        float: left;
        min-width: 130px;
        white-space: nowrap; }
        .nav-channel ul li ul li {
          font-size: 10px;
          font-size: 1rem;
          border: 0 none;
          display: block;
          float: none;
          margin: 0;
          padding: 0; }
          .nav-channel ul li ul li a {
            border: 0 none;
            padding: 4px 6px; }
            .nav-channel ul li ul li a .nav-channel-sub-entry {
              color: #990000;
              font-size: 12px;
              font-size: 1.2rem;
              font-weight: bold; }
            .nav-channel ul li ul li a:before, .nav-channel ul li ul li a .ie-before {
              display: none; }
          .nav-channel ul li ul li:hover, .nav-channel ul li ul li:active, .nav-channel ul li ul li:focus {
            background: #efefef;
            text-decoration: underline; }
            .nav-channel ul li ul li:hover:before, .nav-channel ul li ul li:hover:after, .nav-channel ul li ul li:active:before, .nav-channel ul li ul li:active:after, .nav-channel ul li ul li:focus:before, .nav-channel ul li ul li:focus:after {
              display: none; }
          .nav-channel ul li ul li:first-child a:before, .nav-channel ul li ul li:first-child .ie-before {
            display: none; }

.nav-channel-sub-assets {
  float: right;
  overflow: hidden;
  padding-right: 6px;
  width: 249px; }
  .nav-channel-sub-assets div {
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 10px; }
  .nav-channel-sub-assets .asset {
    display: none; }
  .nav-channel-sub-assets .top {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    font-weight: bold;
    margin-bottom: 10px; }
  .nav-channel-sub-assets .load-icon {
    border: 0 none;
    display: block;
    margin: 5px 0 0 5px; }
  .nav-channel-sub-assets .nav-channel-sub-asset-box {
    border: 0 none;
    margin-top: 10px;
    padding: 0; }
    .nav-channel-sub-assets .nav-channel-sub-asset-box:first-child {
      margin-top: 0; }
    .nav-channel-sub-assets .nav-channel-sub-asset-box img {
      float: left; }
    .nav-channel-sub-assets .nav-channel-sub-asset-box a {
      font-size: 12px;
      font-size: 1.2rem;
      border: 0 none;
      color: #990000;
      line-height: normal;
      margin: 0 0 0 100px;
      padding: 0 5px 0 0; }
      .nav-channel-sub-assets .nav-channel-sub-asset-box a:hover, .nav-channel-sub-assets .nav-channel-sub-asset-box a:active, .nav-channel-sub-assets .nav-channel-sub-asset-box a:focus {
        text-decoration: underline; }
      .nav-channel-sub-assets .nav-channel-sub-asset-box a:before, .nav-channel-sub-assets .nav-channel-sub-asset-box a .ie-before {
        display: none; }
      .nav-channel-sub-assets .nav-channel-sub-asset-box a span {
        font-size: 11px;
        font-size: 1.1rem; }
      .nav-channel-sub-assets .nav-channel-sub-asset-box a .asset-headline-intro {
        font-weight: bold; }

#breadcrumb {
  border-bottom: 3px double #e6e6e6;
  clear: both;
  overflow: hidden;
  padding: 10px 0 15px;
  position: relative;
  width: 100%; }
  #breadcrumb .date {
    float: left;
    margin-right: 10px; }
  #breadcrumb .nav-toptopics {
    float: left; }
    #breadcrumb .nav-toptopics .toptopics-title {
      font-size: 10px;
      font-size: 1rem;
      background: url(/static/sys/v10/bg/icon_nadel_themencrumb_8.png) 0 0 no-repeat transparent;
      color: #666666;
      cursor: pointer;
      display: inline;
      font-weight: normal;
      min-height: 20px;
      margin: 0;
      padding: 2px 0 12px 16px; }
    #breadcrumb .nav-toptopics ul {
      display: inline;
      padding-right: 1em; }
      #breadcrumb .nav-toptopics ul li {
        color: black;
        display: inline; }
  #breadcrumb .breadcrumb-history {
    color: #999999;
    float: left;
    font-size: 10px;
    font-size: 1rem;
    margin: 0;
    width: 125%; }
    #breadcrumb .breadcrumb-history li {
      margin: 0;
      padding: 0 3px 0 0; }
      #breadcrumb .breadcrumb-history li span {
        padding: 0 3px 0 0; }
      #breadcrumb .breadcrumb-history li a {
        color: #999999; }
      #breadcrumb .breadcrumb-history li .so-hdln {
        font-size: 10px;
        font-size: 1rem;
        display: inline;
        font-weight: normal; }

.nav-extra {
  background: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(5%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 5%, white 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 5%, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 5%, white 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 5%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 5%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=1 );
  padding-left: 1em;
  position: absolute;
  right: 0;
  top: 8px; }
  .nav-extra .breadcrumb-social {
    float: left;
    margin: 2px 0 0; }
    .nav-extra .breadcrumb-social span {
      display: block;
      float: left;
      padding: 0 5px 0 0; }
    .nav-extra .breadcrumb-social a {
      display: inline; }
      .nav-extra .breadcrumb-social a img {
        padding: 0 3px 0 0; }

.biga-head {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(5%, white), color-stop(100%, #e9e9e9));
  background: -webkit-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -moz-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -o-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: linear-gradient(to bottom, white 0%, white 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE9E9E9', GradientType=0 );
  border-bottom: 1px solid #e6e6e6;
  height: 50px; }
  .biga-head .biga-logo {
    margin: 14px; }
    .biga-head .biga-logo .biga-head-logo {
      float: left;
      width: 180px; }
      .biga-head .biga-logo .biga-head-logo img {
        height: 22px;
        width: 164px; }
    .biga-head .biga-logo .channel-name {
      color: #666666;
      font-size: 17px;
      font-size: 1.7rem;
      margin: 0; }
    .biga-head .biga-logo h2 {
      display: none; }
.link-right {
  font-weight: bold;
  display: block;
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("span")).className="ie-after" ); }
  .link-right:after {
    border-color: transparent transparent transparent #999999;
    border-style: inset solid;
    border-width: 0.45em 0.65em;
    content: "";
    display: inline-block;
    height: 0;
    margin: 0 -0.65em 0 0.4em;
    vertical-align: inherit;
    vertical-align: -moz-calc(-0.05 * 1em);
    vertical-align: -webkit-calc(-0.05 * 1em);
    vertical-align: calc(-0.05 * 1em);
    width: 0; }
  .link-right .ie-after {
    color: #999999;
    padding-left: 0.2em;
    *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\25B6' ); }

.link-left {
  font-weight: bold;
  display: block;
  *zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("span"), this.firstChild).className="ie-before" ); }
  .link-left:before {
    border-color: transparent #999999 transparent transparent;
    border-style: inset solid;
    border-width: 0.45em 0.65em;
    content: "";
    display: inline-block;
    height: 0;
    margin: 0 0.4em 0 -0.65em;
    vertical-align: inherit;
    vertical-align: -moz-calc(-0.05 * 1em);
    vertical-align: -webkit-calc(-0.05 * 1em);
    vertical-align: calc(-0.05 * 1em);
    width: 0; }
  .link-left .ie-before {
    color: #999999;
    padding-right: 0.2em;
    *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\25C0' ); }

.list-style-square {
  margin-bottom: 5px;
  padding-left: 0.75em;
  *zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("span"), this.firstChild).className="ie-before" ); }
  .list-style-square:before {
    content: '\25AA';
    margin-left: -0.75em; }
  .list-style-square .ie-before {
    *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\25AA' );
    margin-left: -0.75em; }

.list-float {
  list-style: none outside none;
  margin: 0;
  padding: 0; }
  .list-float li:first-child {
    margin: 0;
    padding: 0; }

.display-block {
  display: block; }

.ui-helper-reset {
  border: 0; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

br.clearfix {
  line-height: 1px;
  font-size: 1px;
  height: 1px;
  display: none; }

.list-float-left {
  float: left; }

.list-float-right {
  float: right; }

.list-style {
  list-style: none outside none;
  margin-left: 0; }

.numbered-list li {
  clear: both; }
  .numbered-list li .item-number {
    float: left;
    width: 1.5rem; }

.is-hidden {
  display: none; }

.is-visible {
  display: block; }

.row {
  margin: 0 0 10px;
  overflow: hidden;
  width: 100%; }
  .row .radio {
    margin-right: 5px;
    width: auto; }
  .row.separate {
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding-top: 10px; }
  .row label {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.56rem;
    display: block;
    font-weight: bold; }
    .row label.radiolabel {
      display: inline;
      width: auto; }
  .row.privacy label {
    float: right;
    font-weight: normal;
    width: 445px; }
    .row.privacy label a {
      font-weight: bold; }
  .row .form-block {
    float: left;
    margin-right: 10px; }
  .row .size-xs {
    width: 60px; }
  .row .size-s {
    width: 120px; }
  .row .size-m {
    width: 250px; }
  .row .size-l {
    width: 300px; }
  .row .size-xl {
    width: 350px; }

.error-box {
  background: transparent url("/static/sys/v10/icons/icon_fehler.jpg") 0 0 no-repeat;
  min-height: 30px;
  margin: 10px 0; }
  .error-box ul {
    font-size: 12px;
    font-size: 1.2rem;
    background-color: maroon;
    display: block;
    margin: 0 0 0 30px;
    padding: 0; }
    .error-box ul li {
      color: white;
      padding: 5px; }

.messagebox.error {
  border: 2px solid red;
  padding: 5px;
  margin: 10px 0;
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: center; }

.zebra-table th, .zebra-table td {
  border-color: #cccccc transparent;
  border-style: solid none;
  border-width: 1px 0;
  vertical-align: top; }
.zebra-table .table-row0, .zebra-table .table-row2 {
  background-color: #f6f6f6; }
.zebra-table .table-row1 {
  background-color: white; }
.zebra-table .spTabellesyskopf {
  color: #666666;
  font-weight: bold;
  border: 0 none;
  padding: 0 0 15px 0; }
.zebra-table .spTablesysRowHead {
  text-align: left;
  background-color: #f6f6f6;
  font-weight: bold; }
.zebra-table .spResultTableRow2 {
  background-color: #f6f6f6; }

table.spTabellesys {
  border-style: hidden hidden none; }
  table.spTabellesys td {
    border: 1px solid #cccccc;
    padding: 0.2em 4px; }

.warning-red {
  font-size: 10px;
  font-size: 1rem;
  background: red;
  color: white;
  font-weight: bold;
  text-align: center; }

.warning-yellow {
  font-size: 15px;
  font-size: 1.5rem;
  background: yellow;
  color: black;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 2px 0; }

.small-info {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  margin: 5px 0 0; }
#content-main .sp4Pics .spArchive a, .spTopicMultimedia .spMoreArticles a, #spImpressum #spImpEntry p.spLinkToList a {
  font-weight: bold;
  display: block;
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("span")).className="ie-after" ); }
  #content-main .sp4Pics .spArchive a:after, .spTopicMultimedia .spMoreArticles a:after, #spImpressum #spImpEntry p.spLinkToList a:after {
    border-color: transparent transparent transparent #999999;
    border-style: inset solid;
    border-width: 0.45em 0.65em;
    content: "";
    display: inline-block;
    height: 0;
    margin: 0 -0.65em 0 0.4em;
    vertical-align: inherit;
    vertical-align: -moz-calc(-0.05 * 1em);
    vertical-align: -webkit-calc(-0.05 * 1em);
    vertical-align: calc(-0.05 * 1em);
    width: 0; }
  #content-main .sp4Pics .spArchive a .ie-after, .spTopicMultimedia .spMoreArticles a .ie-after, #spImpressum #spImpEntry p.spLinkToList a .ie-after {
    color: #999999;
    padding-left: 0.2em;
    *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\25B6' ); }

font[size="-2"],
.asset-box h6 {
  font-size: 0.857em; }

font[size="2"] {
  font-size: 1.167em; }

.spAssetHdln {
  color: black;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.9995rem;
  font-weight: bold;
  margin-bottom: 10px; }
  .spAssetHdln a {
    color: black;
    display: inline-block;
    padding-right: 1.135em;
    *padding-right: 0;
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("span")).className="ie-after" ); }
    .spAssetHdln a:after {
      border-color: transparent transparent transparent black;
      border-style: inset solid;
      border-width: 0.35em 0.75em;
      content: "";
      display: inline-block;
      height: 0;
      margin: 0 -0.75em 0 0.35em;
      width: 0; }
    .spAssetHdln a .ie-after {
      color: black;
      padding-left: 0.2em;
      *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\25B6' ); }

.spAssetAlignleft {
  float: left;
  margin: 0 15px 15px 0; }

#spVeeseo {
  clear: both;
  overflow: hidden; }
  #spVeeseo ~ .spArticleBottomBox {
    border: 0; }

.column-wide > #spVeeseo {
  border-bottom: 3px double #e6e6e6;
  margin-bottom: -3px;
  margin-top: -13px;
  padding-bottom: 15px; }

.spDottedLinkList li,
.spLiSquare li {
  margin-bottom: 5px;
  padding-left: 0.75em;
  *zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("span"), this.firstChild).className="ie-before" ); }
  .spDottedLinkList li:before,
  .spLiSquare li:before {
    content: '\25AA\00A0';
    margin-left: -0.75em; }
  .spDottedLinkList li .ie-before,
  .spLiSquare li .ie-before {
    *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\25AA' );
    margin-left: -0.75em; }

.spRow0 {
  background-color: #f6f6f6; }

.column-wide .spHtmlbox,
.column-wide .spHtmlbox.faktenundlinks {
  border-bottom: 3px double #e6e6e6 !important;
  border-top: 3px double #e6e6e6 !important;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 15px 0 0; }
  .column-wide .spHtmlbox .spAssetHdln,
  .column-wide .spHtmlbox.faktenundlinks .spAssetHdln {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 21px;
    line-height: 2.1rem; }

.column-small .asset-box h4 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.9995rem;
  margin-bottom: 10px; }

.faktenundlinks p b {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.8662rem; }

.column-small .spSpiWi,
.column-small .spHtmlbox,
.column-small .spInfoBox,
.grid-einestages .spInfoBox {
  border-bottom: 3px double #e6e6e6;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0 0 15px; }
  .column-small .spSpiWi h4,
  .column-small .spHtmlbox h4,
  .column-small .spInfoBox h4,
  .grid-einestages .spInfoBox h4 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 1.9995rem;
    margin-bottom: 10px; }
    .column-small .spSpiWi h4 a,
    .column-small .spHtmlbox h4 a,
    .column-small .spInfoBox h4 a,
    .grid-einestages .spInfoBox h4 a {
      color: black;
      display: inline-block;
      padding-right: 1.135em;
      *padding-right: 0;
      *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("span")).className="ie-after" ); }
      .column-small .spSpiWi h4 a:after,
      .column-small .spHtmlbox h4 a:after,
      .column-small .spInfoBox h4 a:after,
      .grid-einestages .spInfoBox h4 a:after {
        border-color: transparent transparent transparent black;
        border-style: inset solid;
        border-width: 0.45em 0.65em;
        content: "";
        display: inline-block;
        height: 0;
        margin: 0 -0.85em 0 0.4em;
        vertical-align: inherit;
        vertical-align: -moz-calc(-0.05 * 1em);
        vertical-align: -webkit-calc(-0.05 * 1em);
        vertical-align: calc(-0.05 * 1em);
        width: 0; }
      .column-small .spSpiWi h4 a .ie-after,
      .column-small .spHtmlbox h4 a .ie-after,
      .column-small .spInfoBox h4 a .ie-after,
      .grid-einestages .spInfoBox h4 a .ie-after {
        color: black;
        padding-left: 0.2em;
        *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\25B6' ); }
  .column-small .spSpiWi li a,
  .column-small .spHtmlbox li a,
  .column-small .spInfoBox li a,
  .grid-einestages .spInfoBox li a {
    display: block;
    font-weight: bold;
    margin: 10px 0 0; }
    .column-small .spSpiWi li a img,
    .column-small .spHtmlbox li a img,
    .column-small .spInfoBox li a img,
    .grid-einestages .spInfoBox li a img {
      margin: 0 2px 0 0;
      vertical-align: bottom; }
  .column-small .spSpiWi p:empty,
  .column-small .spHtmlbox p:empty,
  .column-small .spInfoBox p:empty,
  .grid-einestages .spInfoBox p:empty {
    display: block; }

#spToolsCP {
  clear: both;
  border-top: 3px double #e6e6e6 !important;
  margin: 0 !important;
  padding: 20px 0 0 !important; }
  #spToolsCP h4 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 1.9995rem;
    margin-bottom: 10px; }
  #spToolsCP .spTools {
    margin: 0 0 20px 10px !important; }
    #spToolsCP .spTools.first {
      margin-left: 0 !important; }

#content-main #spToolsCP .spTools,
#content-main .spToolsCP .spTools {
  margin: 0 0 20px 10px; }
  #content-main #spToolsCP .spTools img,
  #content-main .spToolsCP .spTools img {
    border: 0 !important; }
  #content-main #spToolsCP .spTools.first,
  #content-main .spToolsCP .spTools.first {
    margin: 0; }
#content-main #spToolsCP h4,
#content-main .spToolsCP h4 {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase; }
#content-main #spToolsCP p,
#content-main .spToolsCP p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem; }

.column-both .spTools {
  float: left;
  width: 285px; }
  .column-both .spTools .blk {
    color: black; }
  .column-both .spTools h4 {
    margin-bottom: 5px; }
  .column-both .spTools a {
    display: block; }
  .column-both .spTools p {
    margin-right: 25px; }

#content-main .sp4Pics {
  border: 0 none;
  margin: 0;
  padding: 0; }
  #content-main .sp4Pics .spArchive {
    background-image: none;
    border-bottom: 3px double #e6e6e6 !important;
    padding: 10px 0 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.5996rem; }

.sp4Pics .spCenterMuMeLei5Pics {
  clear: both;
  overflow: hidden;
  padding: 20px 0 0; }
  .sp4Pics .spCenterMuMeLei5Pics .spAssetHdln {
    padding: 0 0 15px 10px !important; }
  .sp4Pics .spCenterMuMeLei5Pics ul {
    overflow: hidden;
    margin: 0 10px; }
    .sp4Pics .spCenterMuMeLei5Pics ul li {
      float: left;
      padding-left: 32px !important;
      width: 186px !important; }
      .sp4Pics .spCenterMuMeLei5Pics ul li .asset-headline-intro {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 16px;
        line-height: 1.5996rem;
        font-weight: normal; }
        .sp4Pics .spCenterMuMeLei5Pics ul li .asset-headline-intro span {
          color: black; }
    .sp4Pics .spCenterMuMeLei5Pics ul li:first-child {
      padding-left: 0 !important; }

#abo .spTopicMultimedia h2 {
  color: #ff6600; }

#auto .spTopicMultimedia h2 {
  color: #5888ab; }

#dossiers .spTopicMultimedia h2 {
  color: #f1541d; }

#einestages .spTopicMultimedia h2 {
  color: #aaaaaa; }

#forum .spTopicMultimedia h2 {
  color: #395a6d; }

#gesundheit .spTopicMultimedia h2 {
  color: #b4c893; }

#kultur .spTopicMultimedia h2 {
  color: #f38030; }

#netzwelt .spTopicMultimedia h2 {
  color: #556f77; }

#reise .spTopicMultimedia h2 {
  color: #ff9900; }

#panorama .spTopicMultimedia h2 {
  color: #ff724b; }

#politik .spTopicMultimedia h2 {
  color: #b10027; }

#schulspiegel .spTopicMultimedia h2 {
  color: #cc3300; }

#shop .spTopicMultimedia h2 {
  color: #ff6600; }

#spiegel .spTopicMultimedia h2 {
  color: #ea4100; }

#sport .spTopicMultimedia h2 {
  color: #528264; }

#sptv .spTopicMultimedia h2 {
  color: #000066; }

#suche .spTopicMultimedia h2 {
  color: #990000; }

#uniSPIEGEL .spTopicMultimedia h2 {
  color: #ff4b00; }

#wetter .spTopicMultimedia h2 {
  color: #357ecc; }

#wirtschaft .spTopicMultimedia h2 {
  color: #34537c; }

#wissenschaft .spTopicMultimedia h2 {
  color: #7d9f89; }

#thema .spTopicMultimedia h2 {
  color: #990000; }

.spTopicMultimedia {
  border-bottom: 3px double #e6e6e6;
  border-top: 3px double #e6e6e6;
  clear: both;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  line-height: 1.4663rem;
  font-weight: bold;
  margin: 20px auto; }
  .spTopicMultimedia h2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 1.68rem;
    margin: 15px 0 25px; }
  .spTopicMultimedia h4 {
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 1.68rem;
    margin: 0;
    text-transform: uppercase; }
  .spTopicMultimedia ul {
    overflow: hidden; }
  .spTopicMultimedia li {
    float: left;
    padding-left: 15px;
    width: 160px; }
    .spTopicMultimedia li:first-child {
      padding: 0; }
    .spTopicMultimedia li .asset-credit {
      display: none; }
    .spTopicMultimedia li a {
      display: inline-block;
      padding-top: 5px; }
      .spTopicMultimedia li a .blk,
      .spTopicMultimedia li a .asset-headline {
        color: black;
        font-weight: normal; }
  .spTopicMultimedia .spMoreArticles {
    clear: both;
    padding: 20px 0;
    text-align: right;
    text-transform: uppercase; }
    .spTopicMultimedia .spMoreArticles a {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 16px;
      line-height: 1.6002rem; }

.grid-video .spTopicMultimedia li {
  padding-left: 45px; }
  .grid-video .spTopicMultimedia li:first-child {
    padding: 0; }

.spEpubTopsSecond {
  background: none repeat scroll 0 0 #efefef;
  border-bottom: 3px solid #e6e6e6;
  padding: 15px 10px;
  text-align: center;
  overflow: hidden; }
  .spEpubTopsSecond:first-child {
    margin-top: 20px; }
  .spEpubTopsSecond .spEpubTopArtikel[style] {
    background-color: transparent !important;
    border: 0 none !important;
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    margin-bottom: 0 !important; }
    .spEpubTopsSecond .spEpubTopArtikel[style] h2 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 27px;
      line-height: 2.666rem; }
      .spEpubTopsSecond .spEpubTopArtikel[style] h2 a {
        color: black; }

.spAssetAligncenter {
  clear: left;
  float: none;
  margin: 17px auto; }

.spAssetAlignleft {
  float: left;
  margin: 3px 15px 17px 0; }

.spAssetAlignright {
  float: right !important;
  margin: 0 0 15px 12px; }

.spGlossaryColumnBox ul {
  background-color: #f6f6f6;
  clear: both;
  margin: 5px 0;
  overflow: hidden;
  padding: 15px; }
  .spGlossaryColumnBox ul li {
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(35%, white), color-stop(100%, #cccccc));
    background: -webkit-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
    background: -moz-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
    background: -o-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
    background: -ms-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
    background: linear-gradient(to bottom, white 0%, white 35%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFCCCCCC', GradientType=0 );
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
    padding: 0.1em 0.4em;
    text-align: center; }

.spGlossaryBox {
  clear: both; }
  .spGlossaryBox ul {
    background-color: #f6f6f6;
    margin: 0 0 18px; }
    .spGlossaryBox ul li {
      background: white;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(35%, white), color-stop(100%, #cccccc));
      background: -webkit-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
      background: -moz-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
      background: -o-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
      background: -ms-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
      background: linear-gradient(to bottom, white 0%, white 35%, #cccccc 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFCCCCCC', GradientType=0 );
      border: 1px solid #cccccc;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px;
      -khtml-border-radius: 3px;
      border-radius: 3px;
      display: inline-block;
      font-weight: bold;
      padding: 0.1em 0.4em;
      text-align: center; }
  .spGlossaryBox ul[style] {
    overflow: hidden !important;
    width: 400px !important; }

.spDottedLine {
  border-bottom: 1px solid #e6e6e6; }

.spCommercial .spDottedLine {
  display: none; }

.column-small .back-to-spon {
  margin-top: 17px;
  text-align: right; }

.spTextSmaller {
  font-size: 10px;
  font-size: 1rem; }

#spImpressum {
  clear: both;
  width: 856px;
  display: inline-block; }
  #spImpressum .spImpBlock {
    clear: both;
    width: 856px; }
  #spImpressum h4 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 19px;
    line-height: 1.8993rem;
    border-bottom: 1px solid #cccccc;
    clear: both;
    color: #666666;
    float: left;
    margin: 38px 0 0 50px;
    padding: 0 0 8px 0;
    text-align: right;
    text-transform: uppercase;
    width: 310px; }
  #spImpressum p {
    float: right;
    margin: 38px 0 0 0;
    padding: 0 50px 0 20px;
    text-align: left;
    width: 426px; }
  #spImpressum .text-link-int, #spImpressum .text-link-ext {
    text-decoration: none; }
    #spImpressum .text-link-int:hover, #spImpressum .text-link-int.active, #spImpressum .text-link-int:focus, #spImpressum .text-link-ext:hover, #spImpressum .text-link-ext.active, #spImpressum .text-link-ext:focus {
      color: black;
      text-decoration: underline; }
    #spImpressum .text-link-int .asset-headline-intro, #spImpressum .text-link-ext .asset-headline-intro {
      font-weight: normal; }
  #spImpressum #spImpIntro h2 {
    color: #990000;
    float: right;
    margin: 7px 0 13px;
    padding: 50px 0 20px;
    width: 26px; }
  #spImpressum #spImpIntro h4 {
    border-bottom: 0 none;
    float: right;
    margin: 0;
    padding: 0 50px 0 20px;
    text-transform: none;
    text-align: left;
    width: 426px; }
  #spImpressum #spImpIntro p {
    clear: both;
    margin: 0 0 1em 0; }
  #spImpressum #spImpOutro {
    margin: 40px 0 0 0; }
    #spImpressum #spImpOutro p {
      float: left;
      margin: 0;
      padding: 20px 1px 1px 1px;
      text-align: left;
      width: 99%; }
  #spImpressum #spImpEntry {
    clear: both;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 856px; }
    #spImpressum #spImpEntry h4 {
      margin: 0 0 0 50px; }
    #spImpressum #spImpEntry h5 {
      float: right;
      margin: 0;
      padding: 1px 50px 0 20px;
      width: 426px; }
    #spImpressum #spImpEntry #spImpContent {
      background: transparent url("/static/sys/v10/bg/bg_impressumentry.png") 0 0;
      clear: both;
      display: inline-block;
      min-height: 320px;
      margin: 0;
      padding: 0 0 10px 0;
      width: 856px; }
      #spImpressum #spImpEntry #spImpContent p {
        margin: 30px 0 0 0; }
      #spImpressum #spImpEntry #spImpContent #spImpPic {
        clear: none;
        float: right;
        margin: 30px 10px 0 0;
        padding: 0; }
    #spImpressum #spImpEntry p.spLinkToList {
      border-top: 3px double #e6e6e6;
      font-size: 10px;
      font-size: 1rem;
      background: transparent url("/static/sys/v10/bg/bg_linktolist.png") 0 0 repeat-x;
      margin: 0 50px 0 20px;
      padding: 6px 0;
      font-weight: bold;
      text-align: right; }
      #spImpressum #spImpEntry p.spLinkToList a {
        text-decoration: none;
        text-transform: uppercase; }
        #spImpressum #spImpEntry p.spLinkToList a:hover, #spImpressum #spImpEntry p.spLinkToList a:active, #spImpressum #spImpEntry p.spLinkToList a:focus {
          color: black;
          text-decoration: underline; }
        #spImpressum #spImpEntry p.spLinkToList a.spCelink:hover, #spImpressum #spImpEntry p.spLinkToList a.spCelink:focus, #spImpressum #spImpEntry p.spLinkToList a.spCelink:active {
          color: orange;
          text-decoration: none; }
.footer-partner-bar {
  clear: both;
  overflow: hidden;
  position: relative; }
  .footer-partner-bar h4 {
    font-size: 12px;
    font-size: 1.2rem;
    color: #666666;
    background: transparent url("/static/sys/v10/bg/bg_maincontainer_line.gif") bottom repeat-x;
    padding-bottom: .6em; }
  .footer-partner-bar ul {
    float: left;
    margin: 1em 0 1px;
    padding: 0;
    width: 144px; }
    .footer-partner-bar ul li {
      line-height: 11px;
      line-height: 1.1rem; }
      .footer-partner-bar ul li h5 {
        font-size: 11px;
        font-size: 1.1rem;
        color: #666666;
        padding: 0 0 5px; }
      .footer-partner-bar ul li a {
        background: transparent url(/static/sys/v10/bg/bg_footer-partner-sprite.png) 0 -1px no-repeat;
        color: #666666;
        display: block;
        min-height: 25px;
        padding: 4px 0 1px 31px; }

.footer-main-nav {
  background: #f6f6f6 url("/static/sys/v10/bg/bg_maincontainer_line.gif") top repeat-x;
  height: 20px;
  margin: 0 0 15px 0;
  padding: 3px 0 0; }
  .footer-main-nav li {
    float: left;
    font-weight: bold;
    padding: 0 8px 0 0;
    margin: 0; }
    .footer-main-nav li a {
      font-size: 11px;
      font-size: 1.1rem;
      color: #666666; }

.footer-sub-nav {
  background: transparent url(/static/sys/v10/bg/bg_maincontainer_line.gif) top repeat-x;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 10px; }
  .footer-sub-nav ul {
    font-size: 10px;
    font-size: 1rem;
    line-height: 11px;
    line-height: 1.1rem;
    float: left;
    margin: 0;
    padding: 0 0 0 15px;
    width: 132px; }
    .footer-sub-nav ul:first-child {
      padding: 0; }
    .footer-sub-nav ul li {
      color: #666666;
      line-height: 16px;
      line-height: 1.6rem;
      margin: 0;
      padding: 0; }
      .footer-sub-nav ul li a {
        color: #666666; }

#spFooterMagazinBox {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 30px;
  width: 876px; }
  #spFooterMagazinBox ul {
    float: left;
    margin: 0;
    padding: 0 0 0 17px;
    width: 160px; }
    #spFooterMagazinBox ul:first-child {
      padding: 0; }
    #spFooterMagazinBox ul li h4 {
      font-size: 12px;
      font-size: 1.2rem;
      color: #666666;
      padding-bottom: 10px;
      text-transform: none; }
    #spFooterMagazinBox ul li img {
      padding-bottom: 10px; }
    #spFooterMagazinBox ul li a {
      color: #666666; }
      #spFooterMagazinBox ul li a:hover, #spFooterMagazinBox ul li a:active, #spFooterMagazinBox ul li a:focus {
        color: #666666; }
.form-button {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(5%, white), color-stop(100%, #e9e9e9));
  background: -webkit-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -moz-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -o-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: linear-gradient(to bottom, white 0%, white 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE9E9E9', GradientType=0 );
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
  color: #990000;
  cursor: pointer;
  display: block;
  float: right;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.3992rem;
  height: 25px;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none; }

@font-face {
  font-family: 'SpiegelSansWeb';
  font-weight: normal;
  src: url("/static/sys/webfont/spiegel/Spiegel-Regular.eot");
  src: url("/static/sys/webfont/spiegel/Spiegel-Regular.eot?#iefix") format("embedded-opentype"), url("/static/sys/webfont/spiegel/Spiegel-Regular.woff") format("woff"), url("/static/sys/webfont/spiegel/Spiegel-Regular.ttf") format("truetype"), url("/static/sys/webfont/spiegel/Spiegel-Regular.svg#Spiegel-Regular") format("svg"); }

@font-face {
  font-family: 'SpiegelSansWebBold';
  font-weight: bold;
  src: url("/static/sys/webfont/spiegel/Spiegel-Bold.eot");
  src: url("/static/sys/webfont/spiegel/Spiegel-Bold.eot?#iefix") format("embedded-opentype"), url("/static/sys/webfont/spiegel/Spiegel-Bold.woff") format("woff"), url("/static/sys/webfont/spiegel/Spiegel-Bold.ttf") format("truetype"), url("/static/sys/webfont/spiegel/Spiegel-Bold.svg#Spiegel-Bold") format("svg"); }

.link-gradient-button-box .link-gradient-button {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(35%, white), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
  background: -moz-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
  background: -o-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
  background: -ms-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
  background: linear-gradient(to bottom, white 0%, white 35%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFCCCCCC', GradientType=0 );
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  display: block;
  font-weight: bold;
  margin: 0.455em 0.273em;
  min-height: 1.4em;
  min-width: 1em;
  padding: 0.1em 0.4em;
  text-align: center; }

.form-button.disabled, .form-button.disabled:hover {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop("", ""));
  background: -webkit-linear-gradient(top, white 0%, white 100%);
  background: -moz-linear-gradient(top, white 0%, white 100%);
  background: -o-linear-gradient(top, white 0%, white 100%);
  background: -ms-linear-gradient(top, white 0%, white 100%);
  background: linear-gradient(to bottom, white 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF', GradientType=0 );
  -webkit-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.125);
  color: #bbbbbb;
  cursor: default; }

.top-anchor.link-gradient-button-box {
  clear: both;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 10px;
  line-height: 0.99rem;
  overflow: hidden;
  padding: 40px 0 20px;
  position: relative;
  width: 100%; }
  .top-anchor.link-gradient-button-box a {
    float: right;
    padding: 4px 6px 1px 26px;
    position: relative; }
    .top-anchor.link-gradient-button-box a:hover, .top-anchor.link-gradient-button-box a:active, .top-anchor.link-gradient-button-box a:focus, .top-anchor.link-gradient-button-box a:hover span, .top-anchor.link-gradient-button-box a:active span, .top-anchor.link-gradient-button-box a:focus span {
      text-decoration: none; }
    .top-anchor.link-gradient-button-box a span {
      color: #990000;
      display: block; }
      .top-anchor.link-gradient-button-box a span:after {
        background-color: white;
        background-color: rgba(255, 255, 255, 0.65);
        filter: alpha(opacity=65);
        bottom: 0;
        content: "";
        display: block;
        height: 12px;
        height: 1.2rem;
        left: 19px;
        position: absolute;
        width: 2px; }
      .top-anchor.link-gradient-button-box a span:before {
        border-color: transparent transparent #666666;
        border-style: solid;
        border-width: 7px 4px;
        content: "";
        display: inline-block;
        left: 6px;
        position: absolute;
        top: -1px; }

.close-button {
  cursor: pointer; }

#footer-content .top-anchor {
  background: transparent url(/static/sys/v10/bg/bg_maincontainer_line.gif) left top repeat-x;
  margin: 15px 0 25px;
  padding: 15px 0 0; }

.image-buttons-panel {
  display: inline-block;
  position: relative; }
  .image-buttons-panel .image-buttons {
    bottom: 9px;
    cursor: pointer;
    display: block;
    left: 12px;
    position: absolute; }

.archive-link-box {
  border-top: 3px double #e6e6e6;
  clear: both;
  font-size: 10px;
  font-size: 1rem;
  line-height: 13px;
  line-height: 1.333rem;
  font-weight: bold;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 20px 0 0;
  text-transform: uppercase;
  width: 100%; }
  .archive-link-box .link-left {
    display: block;
    float: left;
    padding-left: 0.4em; }
  .archive-link-box .link-right {
    display: block;
    float: right;
    padding-right: 0.4em; }

a.spCelink {
  background: none;
  border: 0 none;
  color: orange;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
  padding-left: 0.5em; }
  a.spCelink:after, a.spCelink:before {
    content: none !important; }
  a.spCelink:hover {
    text-shadow: 0 0 5px orange; }
  a.spCelink .ie-after {
    display: none; }

.qc-oas-pos {
  border: 1px solid black;
  display: inline;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  margin: 1px;
  padding: 1px;
  text-decoration: blink;
  white-space: nowrap; }

.search-form-single {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background-color: #fafafa;
  border-color: white #afafaf white #afafaf;
  border-color: rgba(95, 95, 95, 0.5) rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5) rgba(95, 95, 95, 0.5);
  border-style: solid;
  border-width: 1px;
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25) inset, 1px 1px 1px 0 rgba(255, 255, 255, 0.5), -1px -1px 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25) inset, 1px 1px 1px 0 rgba(255, 255, 255, 0.5), -1px -1px 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25) inset, 1px 1px 1px 0 rgba(255, 255, 255, 0.5), -1px -1px 1px 0 rgba(0, 0, 0, 0.25);
  height: 22px;
  position: relative;
  width: 216px; }
  .search-form-single input {
    font-size: 11px;
    font-size: 1.1rem;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 24px;
    padding: 3px 25px 4px 6px;
    width: 100%; }
    .search-form-single input:focus {
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .search-form-single .search-options input[type="radio"] {
    display: inline;
    height: auto;
    padding: 0;
    width: auto; }
  .search-form-single .search-options label {
    color: white;
    margin-right: 7px; }
    .search-form-single .search-options label a span {
      color: white; }
  .search-form-single .search-form-submit {
    background: transparent url(/static/sys/v10/icons/ic_search_magnifier.png) 0 3px no-repeat;
    display: block;
    filter: none;
    height: 24px;
    position: absolute;
    right: 0;
    text-indent: -1000em;
    top: 0;
    width: 17px;
    margin: 0;
    padding: 0; }

.popup {
  background-color: white;
  padding: 0; }
  .popup #wrapper,
  .popup #content-main {
    background-image: none;
    margin: 0;
    padding: 0;
    width: auto; }
  .popup #wrapper {
    min-width: 50px;
    max-width: 3000px; }
  .popup #wrapper-shadow {
    padding: 0;
    width: auto; }
  .popup #wrapper-content {
    border: 0 none;
    box-shadow: none;
    float: none;
    width: auto; }
  .popup #spArticleColumn {
    float: none;
    width: auto; }

#js-popup-layer {
  display: none;
  position: absolute;
  right: 10px;
  top: 100px;
  width: 600px;
  z-index: 50; }
  #js-popup-layer.send-form-popup-layer {
    display: block;
    right: 100px;
    top: 120px;
    width: 630px;
    z-index: 1000003; }
    #js-popup-layer.send-form-popup-layer iframe {
      border-top: 3px double #e6e6e6;
      height: 600px;
      margin: 0 20px;
      padding-top: 15px;
      position: relative;
      width: 580px; }
  #js-popup-layer.ms-login-popup-layer {
    display: block;
    right: 19px;
    top: 95px;
    width: 540px;
    z-index: 1000003; }
    #js-popup-layer.ms-login-popup-layer iframe {
      border-top: 3px double #e6e6e6;
      height: 480px;
      margin: 0 20px;
      padding-top: 15px;
      position: relative;
      width: 490px; }

.popup-layer-skin {
  background: white;
  border: 5px solid #333333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 30px 0 black;
  -moz-box-shadow: 0 0 30px 0 black;
  box-shadow: 0 0 30px 0 black; }
  .popup-layer-skin > a {
    margin: 5px; }
  .popup-layer-skin .close-button {
    float: right; }
  .popup-layer-skin h1 {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 20px; }

.popup-layer-skin-light {
  background: white;
  border: 2px solid #999999;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 black;
  -moz-box-shadow: 0 0 15px 0 black;
  box-shadow: 0 0 15px 0 black;
  padding: 15px;
  position: absolute;
  z-index: 1; }
  .popup-layer-skin-light .close-button {
    position: absolute;
    right: -5px;
    top: -5px; }
  .popup-layer-skin-light h1 {
    border-bottom: 3px double #e6e6e6;
    padding-bottom: 10px;
    margin: 10px 20px; }

#send-form-popup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem; }
  #send-form-popup .form-items {
    margin-bottom: 20px; }
  #send-form-popup label {
    font-weight: bold; }
  #send-form-popup input[type="text"] {
    width: 400px; }
  #send-form-popup input[type="submit"] {
    width: 180px; }
  #send-form-popup textarea {
    max-height: 130px;
    min-height: 130px;
    width: 100%; }
  #send-form-popup .send-form-error-message {
    background: url("/static/sys/v10/icons/icon_fehler.jpg") no-repeat 0 0 transparent;
    margin: 10px 0;
    min-height: 30px; }
    #send-form-popup .send-form-error-message ul {
      background: #990000;
      margin-left: 30px; }
      #send-form-popup .send-form-error-message ul li {
        color: white;
        padding: 5px; }

#send-form-popup .send-form-disclaimer {
  border-top: 3px double #e6e6e6;
  font-size: 10px;
  font-size: 0.96rem;
  line-height: 12px;
  line-height: 1.2rem;
  color: #666666;
  padding-top: 10px;
  position: absolute;
  left: 0;
  bottom: 0; }
  #send-form-popup .send-form-disclaimer h5 {
    font-size: 12px;
    font-size: 1.15rem;
    line-height: 14px;
    line-height: 1.39955rem; }
    #send-form-popup .send-form-disclaimer h5 strong {
      color: black; }

.sent-form .module-title {
  margin: 30px 0; }
.sent-form p {
  margin: 5px 0 15px 0; }

.source-date {
  color: #666666;
  display: block;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 12px;
  margin-top: 1.2rem; }

.launch-date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem;
  margin-bottom: 5px; }

.launch-date-standalone {
  margin-top: 20px; }

.einestages-forum-info,
.einestages-module-title {
  display: none;
  margin: 0; }
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 20px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }
/*********** jQuery ScrollPane :: Custom CSS ***********/
.jspHorizontalBar,
.jspVerticalBar {
  background: none; }

.jspTrack {
  background: #cccccc;
  border-radius: 10px; }

.jspVerticalBar .jspTrack {
  margin: 0 6px; }

.jspHorizontalBar .jspTrack {
  margin: 6px 0; }

.jspDrag {
  background-color: #cccccc;
  background-image: url("/static/sys/v10/icons/ic_scroll-drag.png") !important;
  background-repeat: no-repeat;
  border-radius: 5px; }

.jspVerticalBar .jspDrag {
  background-position: 49% 50%;
  margin: -5px; }

.jspHorizontalBar .jspDrag {
  background-position: 50% 49%;
  margin: -5px 0; }

.jspTrack .jspActive,
.jspTrack .jspHover,
.jspDrag:hover {
  background-color: #d6d6d6; }

.jspArrow,
.jspArrow.jspDisabled {
  background: url("/static/sys/v10/icons/ic_scroll-arrows-sprite.png") no-repeat scroll 0 0 transparent; }

.jspArrowUp {
  background-position: -16px -1px !important; }

.jspArrowDown {
  background-position: -16px -31px !important; }

.jspArrowLeft {
  background-position: -1px -17px !important; }

.jspArrowRight {
  background-position: -33px -17px !important; }

/* fix tabindex-outline @ ff3.6 */
div:focus,
div:active {
  outline: 0; }
.grid-video ul {
  margin: 0; }

#video .header-top,
#video .nav-channel {
  background: none transparent; }
#video .nav-channel .is-active {
  color: #999999;
  font-weight: bold; }
#video .nav-channel li:before,
#video .nav-channel li .ie-before {
  top: 4px; }
#video .nav-channel li a {
  padding-top: 4px; }
#video .nav-channel li:first-child a {
  padding-left: 0; }
#video .header-logo,
#video .nav-main {
  margin-left: 0; }
#video .header-search,
#video .login-links {
  right: 0; }

.video-elements {
  background-color: black;
  border: 1px solid #666666;
  height: 360px;
  position: relative; }
  .video-elements .replace-video,
  .video-elements #spVideoElements {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .video-elements .video-end-screen {
    background-color: black;
    height: 330px;
    left: 0;
    padding: 15px;
    position: absolute;
    top: 0;
    z-index: 50; }
    .video-elements .video-end-screen a,
    .video-elements .video-end-screen .module-title {
      color: white; }
    .video-elements .video-end-screen .list-float-left {
      max-height: 200px;
      padding: 0 0 0 64px;
      width: 160px; }
      .video-elements .video-end-screen .list-float-left:first-child {
        min-height: 90px;
        padding: 0; }
    .video-elements .video-end-screen .watch-video-again {
      border-top: 1px solid white;
      display: block;
      font-weight: bold;
      margin-top: 15px;
      padding-top: 15px;
      text-align: center; }
      .video-elements .video-end-screen .watch-video-again img {
        margin-right: 5px;
        vertical-align: middle; }

.video-interactions {
  float: right;
  margin-bottom: 10px;
  position: relative; }
  .video-interactions a {
    background: url("/static/sys/v10/buttons/btn_video-interactions-sprite.png") 0 0 no-repeat;
    display: block;
    float: right;
    height: 22px;
    margin: 0 0 0 10px;
    width: 89px; }
    .video-interactions a span {
      display: none; }
  .video-interactions .send-video {
    background-position: 0 -72px; }
  .video-interactions .get-video-url {
    background-position: 0 -144px; }
  .video-interactions .video-short-url {
    display: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 2px;
    width: 260px; }
  .video-interactions .close-video {
    background-image: none;
    display: none;
    height: 18px;
    margin: 0;
    position: absolute;
    right: 1px;
    top: 4px;
    width: 20px; }

.more-topics {
  margin: 10px 0; }
  .more-topics span {
    float: left; }
  .more-topics .list-float {
    margin-left: 60px; }
    .more-topics .list-float .list-float-left {
      border-left: 1px solid black;
      padding: 0 5px; }
      .more-topics .list-float .list-float-left:first-child {
        border: 0;
        padding-right: 5px; }

.grid-video .jspPane li {
  overflow: hidden;
  height: 90px;
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6; }
  .grid-video .jspPane li a > img {
    float: right;
    display: block;
    margin-left: 10px; }

.grid-video .recommendations-box .spCustomScrollbars,
.grid-video .column-small .spCustomScrollbars {
  height: 510px; }
.grid-video .recommendations-box .module-title,
.grid-video .column-small .module-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px; }
.grid-video .recommendations-box li,
.grid-video .column-small li {
  margin: 0 15px 0 0; }
  .grid-video .recommendations-box li:first-child,
  .grid-video .column-small li:first-child {
    padding-top: 0; }
.grid-video .recommendations-box .hitlist-box,
.grid-video .column-small .hitlist-box {
  width: 320px; }
.grid-video .recommendations-box.search-and-channel-list .jspVerticalBar,
.grid-video .column-small.search-and-channel-list .jspVerticalBar {
  margin-right: 4px; }
.grid-video .recommendations-box.search-and-channel-list li,
.grid-video .column-small.search-and-channel-list li {
  margin: 0 15px 0 5px; }
.grid-video .column-small.search-and-channel-list .spCustomScrollbars {
  height: 980px; }

.video-list-box {
  border-top: 3px double #e6e6e6;
  clear: both;
  margin: 15px 0 75px;
  overflow: hidden;
  padding: 20px 0 0; }
  .video-list-box .module-title {
    padding-left: 10px; }
  .video-list-box .jspPane ul {
    margin: 0 10px;
    width: 300px; }
  .video-list-box .jspVerticalBar {
    margin-right: 7px; }
  .video-list-box .hitlist-box li:first-child {
    min-height: 228px;
    padding: 0; }
  .video-list-box .hitlist-box li img {
    margin-top: 5px; }

.editors-pick-box ul {
  background-color: #f6f6f6;
  padding: 15px 10px 5px; }

.channels-box ul {
  margin: 25px 10px; }

.hitlist-box {
  overflow: hidden;
  width: 340px; }
  .hitlist-box .spCustomScrollbars {
    background-color: #f6f6f6;
    border-bottom: 10px #f6f6f6 solid;
    border-top: 10px #f6f6f6 solid;
    height: 965px; }

.editors-pick-box.list-float-left,
.channels-box.list-float-left {
  float: left;
  overflow: auto;
  width: 320px; }
  .editors-pick-box.list-float-left li,
  .channels-box.list-float-left li {
    border-bottom: 1px solid #e6e6e6;
    clear: both;
    overflow: hidden;
    padding: 0 0 15px;
    margin: 0 0 15px;
    height: 90px; }
    .editors-pick-box.list-float-left li:first-child,
    .channels-box.list-float-left li:first-child {
      min-height: 223px;
      padding: 0; }
      .editors-pick-box.list-float-left li:first-child img,
      .channels-box.list-float-left li:first-child img {
        margin: 0; }
    .editors-pick-box.list-float-left li img,
    .channels-box.list-float-left li img {
      display: block;
      float: left;
      margin-right: 7px; }
    .editors-pick-box.list-float-left li .asset-headline-intro strong,
    .channels-box.list-float-left li .asset-headline-intro strong {
      float: right; }

.grid-video .social-media-box {
  float: left;
  margin-bottom: 10px;
  width: auto; }
  .grid-video .social-media-box iframe {
    float: left;
    height: 20px; }
.grid-video .social-media-twitter {
  width: 110px; }
.grid-video .social-media-facebook {
  width: 145px; }
.grid-video p {
  clear: both; }

.grid-video .asset-credit {
  color: #666666;
  overflow: hidden;
  text-align: right; }
  .grid-video .asset-credit .pano-player-version {
    display: block;
    float: left;
    padding-bottom: 5px;
    visibility: hidden; }
.grid-video .asset-credit,
.grid-video .video-date-time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.6rem; }

.grid-video li .video-date-time {
  display: block; }
  .grid-video li .video-date-time strong {
    color: #666666;
    float: right; }

.video-headline {
  display: block;
  overflow: hidden; }
  .video-headline strong {
    color: #990000; }

.video-search-title {
  border-bottom: 3px double #e6e6e6;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 23px;
  line-height: 2.299rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .video-search-title .headline {
    color: #666666; }

.video-result-list .image-buttons-panel {
  display: block;
  overflow: hidden; }
.video-result-list .image-buttons,
.video-result-list .button-large {
  display: none; }
.video-result-list .button-large {
  left: 15px;
  position: absolute;
  top: 300px; }
.video-result-list li:hover {
  background: #f6f6f6; }
  .video-result-list li:hover .image-buttons,
  .video-result-list li:hover .button-large {
    display: block; }

.grid-video .column-wide .video-result-list li {
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  padding: 15px 0; }
  .grid-video .column-wide .video-result-list li:first-child {
    padding-top: 0; }
.grid-video .column-wide .archive-link-box {
  border: 0; }
.grid-video .column-small .video-result-list .image-buttons {
  left: 145px;
  top: 39px; }
.grid-video .column-small .video-result-list a {
  height: 105px; }

.cropper-fake {
  background-color: #cccccc;
  float: left;
  height: 164px;
  margin-right: 15px;
  width: 164px; }
  .cropper-fake .no-video-img {
    background: #666666;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(35%, #333333), color-stop(100%, black));
    background: -webkit-linear-gradient(top, #666666 0%, #333333 35%, black 100%);
    background: -moz-linear-gradient(top, #666666 0%, #333333 35%, black 100%);
    background: -o-linear-gradient(top, #666666 0%, #333333 35%, black 100%);
    background: -ms-linear-gradient(top, #666666 0%, #333333 35%, black 100%);
    background: linear-gradient(to bottom, #666666 0%, #333333 35%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF666666', endColorstr='#FF000000', GradientType=0 );
    border: 7px solid #f6f6f6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    height: 80px;
    left: 37px;
    position: absolute;
    top: 35px;
    width: 80px;
    z-index: 1; }
    .cropper-fake .no-video-img.link-right:after {
      border-width: 25px 40px;
      left: 20px;
      position: absolute;
      top: 15px; }

.video-search {
  background: #cccccc;
  height: 65px;
  margin: 20px 0;
  position: relative; }
  .video-search .module-title {
    color: #666666;
    float: left;
    font-size: 20px;
    font-size: 2rem;
    line-height: 17px;
    line-height: 1.68rem;
    font-weight: bold;
    margin: 23px 0 0 20px;
    text-transform: uppercase; }
  .video-search .video-search-form {
    position: absolute;
    right: 20px;
    bottom: 20px; }

.video-teaser-text {
  display: block;
  margin-top: 10px; }

.img-align-left {
  float: left;
  margin-right: 15px; }

#video-iframe {
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: none;
  position: absolute;
  width: 1000px;
  z-index: 1000004; }

#js-grey-box {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=60);
  cursor: not-allowed;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000003; }

#video-iframe-player {
  background-color: white;
  border: 1px solid black;
  padding: 10px 15px 15px;
  width: 970px; }

#video-iframe-header {
  border-bottom: 3px double #e6e6e6;
  margin: 0 0 10px 0;
  overflow: hidden;
  padding: 0 0 10px 0;
  position: relative; }
  #video-iframe-header .video-iframe-header-logo {
    display: block;
    float: left; }
  #video-iframe-header .video-search-form {
    position: absolute;
    right: 328px;
    top: 0; }
    #video-iframe-header .video-search-form form {
      border: 1px solid #666666; }
  #video-iframe-header .close-video-iframe {
    float: right; }
    #video-iframe-header .close-video-iframe a {
      color: black;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold; }
      #video-iframe-header .close-video-iframe a:hover, #video-iframe-header .close-video-iframe a:active, #video-iframe-header .close-video-iframe a:focus {
        text-decoration: none; }
  #video-iframe-header .btn-close-video-iframe {
    margin: -1px 0 1px 4px;
    vertical-align: middle; }

.video-iframe-archive {
  border-top: 3px double #e6e6e6;
  clear: both;
  padding: 10px 0 0;
  text-align: right; }

.no-flash-player {
  background: #f6f6f6;
  font-weight: bold;
  height: 200px;
  padding: 160px 20px 0; }

#js-popup-layer.js-embed-video-popup-layer, #js-popup-layer.js-send-video-popup-layer {
  display: block;
  left: 0;
  top: 120px;
  width: 640px;
  z-index: 1000004; }
  #js-popup-layer.js-embed-video-popup-layer iframe, #js-popup-layer.js-send-video-popup-layer iframe {
    border-top: 3px double #e6e6e6;
    height: 345px;
    margin: 0 20px;
    padding-top: 20px;
    position: relative;
    width: 590px; }

#configure-video-embed-form {
  background-image: none;
  position: relative; }
  #configure-video-embed-form label {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.5996rem;
    font-weight: bold; }
  #configure-video-embed-form textarea {
    height: 225px;
    padding: 15px;
    resize: none;
    width: 260px; }
  #configure-video-embed-form .form-items {
    float: left;
    margin: 0 0 20px;
    width: 290px; }
  #configure-video-embed-form .video-embed-configure input,
  #configure-video-embed-form .video-embed-configure select {
    display: inline;
    margin-bottom: 42px;
    width: 120px; }
  #configure-video-embed-form .video-embed-configure span {
    display: inline-block;
    text-align: center;
    width: 50px; }

#send-form-popup.js-send-video-form-popup form {
  border-right: 1px solid #ececec;
  float: left;
  padding-right: 10px;
  width: 325px; }
#send-form-popup.js-send-video-form-popup .send-form-disclaimer {
  border: 0;
  overflow: hidden;
  padding-left: 10px;
  position: static;
  width: 244px; }
  #send-form-popup.js-send-video-form-popup .send-form-disclaimer h5 {
    background: #feff99;
    padding: 3px; }
#send-form-popup.js-send-video-form-popup input[type="text"] {
  width: 100%; }
#send-form-popup.js-send-video-form-popup .send-form-error-message {
  background-color: white;
  height: 322px;
  left: 346px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 254px; }
  #send-form-popup.js-send-video-form-popup .send-form-error-message ul {
    margin: 0 0 0 30px;
    width: 210px; }

.js-send-video-popup-layer #send-form-popup {
  position: relative; }
  .js-send-video-popup-layer #send-form-popup input,
  .js-send-video-popup-layer #send-form-popup textarea {
    width: 200px; }

#video #footer-content .top-anchor {
  margin-bottom: 0;
  padding-bottom: 20px; }

#video-iframe-player #spVright1ContentDest {
  background-color: white;
  border: 0;
  height: auto;
  margin: 0 15px 0 0;
  padding: 0; }
  #video-iframe-player #spVright1ContentDest a {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    overflow: hidden;
    padding: 15px 0; }
    #video-iframe-player #spVright1ContentDest a img {
      margin: 0; }

#video #content-main .spCommercial,
#video-iframe-player .spCommercial {
  border-top: 3px double #e6e6e6;
  clear: both;
  margin: 15px 0 0;
  padding: 10px 0;
  text-align: center; }

#video-embed-player {
  background: url("/static/sys/v10/icons/ic_load-ani.gif") no-repeat scroll center center white; }
  #video-embed-player #video-start-screen {
    left: 0;
    position: absolute;
    top: 0; }

.embed-logo {
  bottom: 12px;
  position: absolute;
  right: 0; }

#sponiPadPlayer {
  display: block;
  height: 360px;
  left: 0;
  position: relative;
  top: 0;
  width: 640px; }
  #sponiPadPlayer .vid {
    display: block;
    z-index: 10; }
  #sponiPadPlayer .adBtn,
  #sponiPadPlayer .startBtn,
  #sponiPadPlayer .waiting {
    height: 360px;
    left: 0;
    position: absolute;
    top: 0;
    width: 640px; }
  #sponiPadPlayer .adBtn {
    display: block;
    z-index: 20; }
  #sponiPadPlayer .startBtn {
    background: url("/static/sys/v9/icons/ic_start_ipadvideo.png") no-repeat 278px 138px;
    display: none;
    z-index: 40; }
    #sponiPadPlayer .startBtn:hover {
      opacity: 1; }
  #sponiPadPlayer .waiting {
    background: black url("/static/sys/v9/icons/ic_buffering.gif") no-repeat 304px 164px;
    display: none;
    opacity: 1;
    z-index: 50; }

.adCtrl {
  bottom: 10px;
  display: none;
  height: 36px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  background-color: #1a1a1a;
  background-color: rgba(26, 26, 26, 0.8);
  filter: alpha(opacity=80);
  left: 50%;
  margin-left: -310px;
  padding: 0;
  position: absolute;
  width: 620px;
  z-index: 30; }
  .adCtrl .play,
  .adCtrl .pause,
  .adCtrl .title,
  .adCtrl .mute,
  .adCtrl .unmute {
    position: absolute; }
  .adCtrl .play,
  .adCtrl .pause,
  .adCtrl .play:hover,
  .adCtrl .play:active,
  .adCtrl .mute,
  .adCtrl .unmute,
  .adCtrl .mute:hover,
  .adCtrl .mute:active,
  .adCtrl .unmute:hover,
  .adCtrl .unmute:active {
    background-color: transparent;
    background-image: url("/static/sys/v9/icons/ic_ipadvideo-controls-sprite.png");
    background-repeat: no-repeat; }
  .adCtrl .play,
  .adCtrl .pause {
    background-position: 0 2px;
    display: block;
    height: 36px;
    left: 0;
    top: 0;
    width: 36px; }
  .adCtrl .play:hover,
  .adCtrl .play:active {
    background-position: 0 -33px; }
  .adCtrl .pause {
    background-position: 0 -68px; }
    .adCtrl .pause:hover, .adCtrl .pause:active {
      background-position: 0 -103px; }
  .adCtrl .title {
    color: white;
    display: block;
    left: 41px;
    margin: 0;
    top: 10px; }
  .adCtrl .mute,
  .adCtrl .unmute {
    background-position: -842px 2px;
    display: none;
    /* unnecessary for iPads */
    height: 36px;
    right: 31px;
    top: 2px;
    width: 30px; }
  .adCtrl .mute:hover,
  .adCtrl .mute:active {
    background-position: -842px -33px; }
  .adCtrl .unmute {
    background-position: -750px 2px; }
    .adCtrl .unmute:hover, .adCtrl .unmute:active {
      background-position: -750px -33px; }
