/* teaser switcher */
#teaser-wrapper {
overflow: hidden;
position: relative;
margin-bottom: 10px;
width: 100%;
}
#nextBtn, #slider1next, 
#prevBtn, #slider1prev { 
top: 100px;
font-size: 150%;
} 
#nextBtn a, #slider1next a, 
#prevBtn a, #slider1prev a { 
display: block;
} 
#prevBtn, #slider1prev {
position: absolute;
left: -1px;
} 
#nextBtn, #slider1next {
position: absolute;
right: -1px;
} 
#prevBtn a, #slider1prev a{ 
padding: 8px 0 8px 5px;
height: 23px;
width: 12px;
text-indent: -9999px;
background:url(/SiteGlobals/StyleBundles/Bilder/aperto/prev.gif?__blob=normal) no-repeat 0 8px; 
background-color: #fff;
} 
#nextBtn a, #slider1next a{ 
padding: 8px 5px 8px 0;
height: 23px;
width: 12px;
text-indent: -9999px;
background:url(/SiteGlobals/StyleBundles/Bilder/aperto/next.gif?__blob=normal) no-repeat 100% 8px; 
background-color: #fff;
} 
#teaser-wrapper {
background: #7FB3BE;
}
#content #teaser-wrapper h2 {
background: #fff;
color: #02667E;
}
#content #teaser-wrapper .teaser {
background: #7FB3BE;
}
#content #teaser-wrapper .teaser h2 {
color: #444;
}
#content #teaser-wrapper .teaser h2 a {
color: #444;
}
#teaser-wrapper .teaser p {
color: #fff;
}
/* Ende Teaser */
#content #teaser-wrapper h2 {
display: inline;
position: relative;
top: -2px;
margin: 0 0 0 0;
padding: 0 20px 5px 0;
font-size: 120%;
font-weight: bold;
}
#teaser-wrapper ul, #teaser-wrapper li {
width: 490px;
margin:0;
padding:0;
list-style:none;
}
#content #teaser-wrapper .teaser {
overflow: hidden;
float: left;
display: inline;
width: 240px;
height: 220px;
background: none;
}
#content #teaser-wrapper .teaser div {
margin: 30px 15px 20px 20px;
}
#content #teaser-wrapper .teaser strong {
margin: 0;
padding: 0;
background: none;
font-size: 120%;
font-weight: bold;
position: static; /* IE stehende Überschriften Fix */
}
#content #teaser-wrapper .teaser strong a:link {
font-weight: bold;
color: #333;
}
#content #teaser-wrapper .teaser strong a:hover {
font-weight: bold;
color: #333;
}
#teaser-wrapper .teaser p {
margin: 0;
font-size: 110%;
font-weight: bold;
}
#teaser-wrapper .teaser p em {
font-style: normal;
}
#teaser-wrapper .teaser img {
float: left;
margin: 0 10px 10px 10px;
border: none;
}
