/**
 * Stylesheet fuer die Bildergalerie Klettgruppe
 *
 * seitenblick interaktive medien gmbh
 * Koenigstrasse 16, 70173 Stuttgart
 * fon: 0711/8599818-0
 * fax: 0711/8599818-40
 * e-Mail: info@seitenblick.de
 */

/******************************************************************************/
/*--- Bildergalerie ----------------------------------------------------------*/
/******************************************************************************/

.gallery_preview,
.gallery_preview .img_l_wrapper.x {
  display: none;
}

.gallery_preview .img_l_wrapper {
  padding: 5px 0 11px 0;
}

.gallery_navi {
  font-size: 1em;
  text-align: center;
  padding: 15px 0 2px 0;
  position: relative;
  width: 100%;
}

.info_container .gallery_navi a {
  text-decoration: none;
}

.info_container .gallery_navi a:hover,
.info_container .gallery_navi a:focus {
  text-decoration: underline;
}

.info_container .gallery_navi a:visited {
  color: #d20000;
}

.gallery_prev_pic {
  background: url(/i/icon_previous.gif) 0px 6px no-repeat;
  display: block;
  left: 0px;
  padding: 0 0 0 13px;
  position: absolute;
  text-align: left;
  width: 120px;
}

.gallery_next_pic {
  background: url(/i/icon_raquo.gif) 126px 6px no-repeat;
  display: block;
  padding: 0 13px 0 0;
  position: absolute;
  right: 0px;
  text-align: right;
  width: 120px;
}

.gallery_thumbs {
  height: 79px;
  overflow: hidden;
  position: relative;
  width: 460px;
}

.gallery_thumbs_spacing {
  display: block;
  height: 8px;
}

.gallery_thumbs_wrapper {
  width: 5000px;
}

.gallery_thumbs_wrapper a {
  border: 1px solid #fff;
  display: block;
  height: 77px;
  float: left;
  margin: 0 14px 0 0;
  width: 102px;
}

.gallery_thumbs_wrapper a:hover,
.gallery_thumbs_wrapper a:focus {
  border: 1px solid #aaa;
}

.gallery_thumbs_wrapper a.selected_img {
  border: 1px solid #a25f4c;
}

.gallery_thumbs_wrapper img {
  margin: 1px;
}

.gt_back {
  left: 0;
  position: absolute;
  top: 29px;
}

a.gt_btn_back {
  background: url(/i/btn_prev.gif) left top no-repeat;
  display: block;
  height: 21px;
  overflow: hidden;
  width: 27px;
}

a.gt_btn_back:hover,
a.gt_btn_back:focus {
  background-position: right top;
}

.gt_next {
  position: absolute;
  right: 0;
  top: 29px;
}

a.gt_btn_next {
  background: url(/i/btn_next.gif) right top no-repeat;
  display: block;
  height: 21px;
  overflow: hidden;
  width: 27px;
}

a.gt_btn_next:hover,
a.gt_btn_next:focus {
  background-position: left top;
}

.gallery_showhide {
  background: url(/i/icon_arrowright.gif) no-repeat 0px 7px;
  font-family: Times, serif;
  font-size: 1em;
  padding: 0 0 10px 10px;
}

/* fuers Intranet*/
#intranet .gallery_showhide {
  background: url(/i/icon_arrowright_intranet.gif) no-repeat 0px 7px;
}

#intranet .gallery_next_pic {
  background: url(/i/icon_raquo_intranet.gif) 126px 6px no-repeat;
}

#intranet .gallery_prev_pic {
  background: url(/i/icon_previous_intranet.gif) 0px 6px no-repeat;
}

#intranet .gallery_thumbs_wrapper a.selected_img {
  border: 1px solid #668eb4;
}
/* ENDE Intranet*/

.info_container .gallery_showhide a {
  text-decoration: none;
}

.info_container .gallery_showhide a:hover,
.info_container .gallery_showhide a:focus {
  text-decoration: underline;
}

.info_container .gallery_showhide a:visited {
/*  color: #d20000;*/
}

.gallery_big .img_l_wrapper a img {
  margin: 0 0 3px 0;
}

.dont_click {
  position: absolute;
  top: 0;
  z-index: 50;
}

/*--- Statische Auflistung der Vorschaubilder --------------------------------*/
.half_wrapper .gallery_thumbs_static li {
  background: none;
  display: block;
  float: left;
  padding: 0 0 0 0;
  width: 118px;
}

.half_wrapper .gallery_thumbs_static li a {
  display: block;
  border: 1px solid #fff;
  margin: 0 14px 12px 0;
}

.half_wrapper .gallery_thumbs_static li a:active {
  border: 1px solid #d20000;
}

.half_wrapper .gallery_thumbs_static li a:hover,
.half_wrapper .gallery_thumbs_static li a:focus {
  border: 1px solid #aaa;
}

.half_wrapper .gallery_thumbs_static li a.selected_img {
  border: 1px solid #d20000;
}

.half_wrapper .gallery_thumbs_static li img {
  float: none;
  margin: 1px;
}

/* Das vierte Bild hat keinen Abstand rechts */
.half_wrapper .gallery_thumbs_static li.gal_img_r { width: 104px; }
.half_wrapper .gallery_thumbs_static li.gal_img_r a { margin: 0 0 12px 0; }

.element.article .gallery_thumbs_wrapper ul li {
  margin-left: 0;
  padding-left: 0;  
}

#slideshow_wrapper {  
  padding-bottom: 30px;
}

#slideshow_wrapper.closed {
  display: none;
  padding-bottom: 0;
}

.photo-index {
  width: 200px;
  float: left;
  padding-left: 130px;
}
