
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */

#slideshow {
width: 860px;
margin:0 auto;
}

#slideshow ul {
margin: 5px;
list-style-type: none;
background:transparent;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}  

#slideshow .slides ul {

}
          
/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */

/* HOME */
#slideshow .slides-mask {
overflow: hidden;
 width: 596px;
background:#fefceb url(/fileadmin/cms/images/slideshow_frame.gif) no-repeat;
position:absolute;
left:257px;
top:50px;
height:382px;
}

/*
SUBSITES - IMAGES --------------------- */

#slideshow .slides-mask.child {
background:#fefceb url(/fileadmin/cms/images/mask_sub.gif) 0 70px no-repeat;
}

#slideshow .slides-mask.child .slides { 
width: 340px !important; 
height:300px;
margin:71px 0 0 245px;
overflow: hidden;

}

#slideshow .slides-mask.child .slides ul { 
width: 1700px !important;
height:382px;
overflow: hidden;
}
 
#slideshow .slides-mask.child .slides ul li { 
width: 342px !important;
height:382px;
overflow: hidden;

} 

#slideshow .slides ul {
width: 2895px !important;
overflow:hidden;
height:382px;
display:block;
}

#slideshow .slides li {
width: 580px !important;
height:366px !important;
float:left !important;
text-align:right;
/*background:blue !important;*/
margin-left:-1px;
overflow:hidden;
}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
width:226px;
position:absolute;
left:28px;
top:181px;
}

#slideshow .slides-nav li {

}

#slideshow .slides-nav li a {
display: block;
outline: none;
color:#fff;
text-decoration:none;
font-weight:bold;
font-size:1.1em;
padding:.4em 0 .8em 20px;
}

.js #slideshow .slides-nav li.on {
padding:0;
font-size:1.1em;
}

.js #slideshow .slides-nav li.on a {

background:url(/fileadmin/cms/images/nav_bg.gif) no-repeat left bottom #aa8127;
}

.js #slideshow .slides-nav li.on a {
position: relative;
top: -4px;}