/* styles for Homepage contentslider Featured Content Slider- © Dynamic Drive DHTML code library (www.dynamicdrive.com) */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 771px; /*width of featured content slider*/
height: 300px;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background: white;
width: 771px; /* width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
/* Fader-Filter für IE in bugfix_2c.css ausgelagert */
-moz-opacity: 1;
opacity: 1;
}


/*styles for content textbox div */
.sliderwrapper .contentdiv .txtBox {
color:#003974;
font-weight:bold;
width:360px;
}

.sliderwrapper .contentdiv .txtBox h2{
font-size: 1.4em;
}

.pagination{
width: 771px; /* Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420) */
text-align: right;
background-color: navy;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

#slider1{
height: 300px
}

#paginate-slider1 ul{
position: relative;
float: left;
list-style: none;
padding: 0px 0 20px 0px;
}

#paginate-slider1 li{
float:left;
display:inline;
margin:0 0px;
background-color:#EEE;
}

#paginate-slider1 a {
padding: 4px 0px;
margin-right:3px;
display: block;
color:#013974;
font-family:Arial, Helvetica, sans-serif;
width:152px;
font-weight:bold;
text-decoration:none;
background:transparent url('/portals/strato/story_images/logos_2009/scroll_nav_off.jpg') repeat-x;
text-align:center;
}

#paginate-slider1 a.last {
padding: 4px 0px;
margin-right:0px;
display: block;
color:#013974;
font-family:Arial, Helvetica, sans-serif;
width:151px;
font-weight:bold;
text-decoration:none;
background:transparent url('/portals/strato/story_images/logos_2009/scroll_nav_off.jpg') repeat-x;
text-align:center;
}

#paginate-slider1 a:hover, #paginate-slider1 a.selected {
background:transparent url('/portals/strato/story_images/logos_2009/scroll_nav_on.jpg') repeat-x;
}
/******************************************************************************************************************/

/* begin: styles for buttons - sliding doors effect */
a.button {
    background: transparent url('/imperia/md/images/strato_de/elements/buttons/bg_button_a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    height: 20px;
    margin-right: 6px;
    padding-right: 20px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/imperia/md/images/strato_de/elements/buttons/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 3px 8px;
}

a.button:focus,
a.button:hover,
a.button:active {
    color: #fff;
	text-decoration: none;
}

a.button:active {
    background-position: bottom right;
    /* outline: none;  hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 3px 0 3px 8px; /* push text down 1px */
}
/*------------------------------------------------------------------------------------------------------------------*/