@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------------------------------------------------------*/
/* slider */

/*------------------------------------------------------------------------------------------------------*/
/* controls */
#slider_brdLeft,
#slider_brdRight { position:absolute; top:0; width:40px; height:100%; background-repeat:repeat-y; background-image:url(../images/sliderArrSprite.png); }
#slider_brdLeft { left:0; }
#slider_brdRight { right:0; background-position:right; }
#slider_ctrlLeft,
#slider_ctrlRight { height:100%; background-image:url(../images/sliderArrSprite.png); background-repeat:no-repeat; }
#slider_ctrlLeft:hover,
#slider_ctrlRight:hover { cursor:pointer; }
#slider_ctrlLeft { background-position:-90px 50%; }
#slider_ctrlRight { background-position:-40px 50%; }
/*------------------------------------------------------------------------------------------------------*/
/* container */
#slider_lane { padding:0 30px; }
* html #slider_lane { height:1%; }
.jsen #slider { overflow:hidden; }
* html .jsen #slider { width:710px; }
.jsen #slider_lane { width:8000px; margin-left:-30px; }
* html .jsen #slider_lane { margin-left:-60px; }
.jsen #slider_lane .slide { float:left; }
.jsen #slider_lane .subcolumns { width:650px; margin:0 30px; }
/*------------------------------------------------------------------------------------------------------*/
/* layout */
.slide { margin:5px 0; }
* html .slide { height:1%; }
.slide .grd .img { text-align:center; }
/* quadrat */
.slide_q .crop { width:330px; }
.teaser_q .crop { width:370px; }
* html .teaser_q .subcl,
* html .teaser_q .subcr { overflow:hidden; width:350px; }
.teaser_q img { float:left; margin:0 10px 10px 0; }
.slide_ql .subcr img { float:left; margin:0 10px 10px 0; }
* html .slide_ql .subcr { overflow:hidden; width:320px; }
.slide_qr .subcl img { float:left; margin:0 10px 10px 0; }
* html .slide_qr .subcl { overflow:hidden; width:320px; }
.slide .caption { font-size:11px; }
/* hoch */
.slide_h .caption { float:left; width:110px; margin-right:10px; }
.slide_h .crop { width:420px; }
.slide_hl .subcr img { float:left; margin:0 10px 10px 0; }
* html .slide_hl .subcr { overflow:hidden; width:410px; }
.slide_hr .caption { float:right; margin-right:0; margin-left:10px; }
.slide_hr .subcl img { float:left; margin:0 10px 10px 0; }
* html .slide_hr .subcl { overflow:hidden; width:410px; }
/* quer */
.slide_quer .caption { width:110px; }
.slide_querLinks .caption { float:right; margin-left:10px; }
.slide_querLinks .subcr img { margin:0 0 10px 0; }
.slide_querRechts .caption { float:left; margin-right:10px; }
.slide_querRechts .subcl img { margin:0 0 10px 0; }
/*------------------------------------------------------------------------------------------------------*/
/* shadow */
.slide .isr { background:#fff;/*background:url(../images/ims.png) right top no-repeat;
		margin-right:-10px;*/ }
.slide .isr .img { border:1px dotted #054; text-align:center;/*margin-right:10px;*/ }
* html .slide .isr .img { border:1px solid #054; }
.isbl { background:url(../images/ims.png) left bottom no-repeat; overflow:hidden; height:10px; width:100%; }
/* corner not from sprite as of ie6/7 */
 .isbr { background:url(../images/ims_ieCorner.png) no-repeat; overflow:hidden; height:10px; width:10px; float:right; }
