﻿.teaserBar span
{
    display: block;
    margin-top: 5px;
    padding-left: 8px;
    background: #fff url(../images/arrow-gray.gif) no-repeat left 3px;
    font-size: 10px;
}

.teaserBar li a 
{
    text-decoration: none;
    display: block;
}

.teaserBar a:hover span
{
    background-image: url(../images/arrow-red.gif);
}
a{
  color:#666666;
}
.home .innerContent 
{
  width:auto;
  padding-top:455px;
  height: auto;
}

/**************/
/* teaser bar */
.teaserBar
{
  display:block;
  position:relative;
  top: 17px;
  left: 49px;
  width: 696px;
  height: 47px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.teaserBar li
{
  clear: both;
  position: absolute;
  display: inline;
  top: 0px;
  left: -200px; /* -> default Position ausserhalb des sichtbaren Bereichs 
                   -> korrekte Position wird per Javascript gesetzt wenn 
                      die Teaserbar zum ersten mal gescrollt wird */
  width: 133px;
  height: 47px; /*123px;*/ /*119px;*/
  padding:0 5px 0 5px;


}
.teaserBar li a
{
  width: 133px;
}
.teaserBar .teaser1, .teaserBar .teaser2, .teaserBar .teaser3, .teaserBar .teaser4 
{
  left: auto;
  padding-right:0px;
}
.teaserBar .teaser1
{
  left: 0px;
}
.teaserBar .teaser2
{
  left: 176px;
}
.teaserBar .teaser3
{
  left: 352px;
}
.teaserBar .teaser4
{
  left: 528px;
}
.teaserBar li a img, .teaserBar .teaser1 a img, .teaserBar .teaser2 a img, .teaserBar .teaser3 a img, .teaserBar .teaser4  a img
{
  border: 0px black solid;
}
.teaserBar li a span, .teaserBar .teaser1 a span, .teaserBar .teaser2 a span, .teaserBar .teaser3 a span, .teaserBar .teaser4  a span
{
  margin-top: 6px;
}
#teaserbarNavLeft, #teaserbarNavRight
{
  top: 8px;
  width: 15px;
  height: 87px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: #E3E3E3; /*#EEF2F5;*/ /* transparent */
}
#teaserbarNavLeft
{
  left:196px;
}
#teaserbarNavRight
{
  left: 908px;
}
#teaserbarNavLeft a
{
  background-image: url(../images/teaser-arrow-left.gif);
}
#teaserbarNavLeft a:hover
{
  background-image: url(../images/teaser-arrow-left-active.gif);
}
#teaserbarNavRight a
{
  background-image: url(../images/teaser-arrow-right.gif);
}
#teaserbarNavRight a:hover
{
  background-image: url(../images/teaser-arrow-right-active.gif);
}
/**************/
.teaserBar
{
    display: none;
    top: 0px;
    left: 0px;
    overflow: visible;
	
}
#teaserBarWrapper 
{
    display:block;
    height: 130px; /*119px;*/
	left:0px;
    margin:0px;
    overflow:hidden;
    padding:0px;
    position:relative;
    width:570px;
	
}
.teaserNav
{
    width: 100%; 
    height: 100%; 
    display: block; 
    background-color: transparent;
}

.sponsors { float: left; padding-right: 8px; margin-top: -200px; margin-left: 250px; }
