@charset "utf-8";
/* CSS Document */

#bg-header-top { background:url(../images/bg-header-top.png) no-repeat center top; height:904px; width:100%; position: relative; z-index:50; top:0px; left:0}

#slider-wrapper { height:784px; width:100%; position:absolute; z-index:15; top:120px; left:0}

#teaser { width:100%; height:784px; position:relative; z-index:0     }
.wrap { position: relative; overflow: hidden; width:100%; height:784px;  z-index:0;  } 
#teaserWrapper { width:200%; height:100%; overflow: hidden; }





.teaser-item { width: 50%; height:784px; overflow: hidden;  float:left;  position: relative; z-index:10; }


.teaser-meta { list-style: none; padding:0px; position:absolute; bottom:10px; right:10px; background:#000; color:#fff; margin:0;  }
.teaser-meta li { margin:0; padding:0; }
.teaser-meta .key { color:#ccc;  }

#teaserNavigationLinks { position: absolute; z-index:70;  width:100%;   outline:none; top:445px;  height:137px;  }
#teaserNavigationLinks a { text-decoration:none; background:url(../images/ico-sliderControls.png) no-repeat 0 0; width:137px; height:137px; display: none; text-indent:-9999em  }

#teaserNavigationLinks a.prev-link, #teaserNavigationLinks a.next-link { position:absolute; z-index:40;top:0px; display:block; text-indent:-9999em; outline:none}

#teaserNavigationLinks a.prev-link { background-position:0 0; display:block;  left:10%; }
#teaserNavigationLinks a.prev-link:hover { background-position: 0px -137px}
#teaserNavigationLinks a.next-link {  background-position:-137px 0px; display:block;  right:10%; }
#teaserNavigationLinks a.next-link:hover { background-position:-137px -137px}




