@charset "utf-8"; /* charset festlegen */
/* ************************************************ */
/* DATEI: gdnrw_GRID_bildwechsler.css               */
/* Bildwechsler-Style fuer alle Seiten des GD NRW   */
/* ************************************************ */
/* "#" -> "id"-Selektor; "." -> "class"-Selektor    */
/* top, right, bottom, left                         */
/* ************************************************ */

/* Bilder sollen im 16:9-Format sein */

.bildwechsler_5er,
.bildwechsler_6er,
.bildwechsler_7er {
  width: 100%; /* 516px */
  height: auto;
  border: 0px solid #00FF00;
  background-color: #CCCCCC; /* #000000 */
  text-align: center;
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 5px 0px;
}
/* ************************************************ */
.bildwechslerThumbnails_5er,
.bildwechslerThumbnails_6er,
.bildwechslerThumbnails_7er {
  float: none;
  width: 100%; /* 516px */
  height: auto; /* 54px */
  border: 0px solid #00FFFF;
  border-top: 0px solid #CCCCCC;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 1px 0px 1px 0px;
}
.bildwechslerThumbnails_5er {
  height: auto; /* 56px */
}
.bildwechslerThumbnails_6er {
  height: auto; /* 46px */
}
.bildwechslerThumbnails_7er {
  height: auto; /* 39px */
}

/* ************************************************ */
.bildwechslerThumbnails_5er img,
.bildwechslerThumbnails_6er img,
.bildwechslerThumbnails_7er img {
  width: 10%;
  height: auto;  /* height: 54px; */
  border: 1px solid #000000; /* transparent; */
  padding: 0px 0px 0px 0px;
  margin: 1px 0px 1px 0px;
}
.bildwechslerThumbnails_5er img {
  width: 18.5%; /* geeignet für 5 und weniger Thumbnails */
}
.bildwechslerThumbnails_6er img {
  width: 15.4%; /* geeignet für 6 Thumbnails */
}
.bildwechslerThumbnails_7er img {
  width: 13%; /* geeignet für 7 Thumbnails */
}

/* ************************************************ */
.bildwechslerThumbnails_5er img:hover,
.bildwechslerThumbnails_6er img:hover,
.bildwechslerThumbnails_7er img:hover {
  border: 1px solid transparent; /* #FF6633 */
  border: 1px solid #FF6633; /* #FF6633 */
}
.bildwechslerThumbnails_5er img:visited,
.bildwechslerThumbnails_6er img:visited,
.bildwechslerThumbnails_7er img:visited {
  border: 1px solid transparent; /* #FF6633 */
}
/* ************************************************ */
.bildwechslerBildContainer {
  width: 100%; /* 516px */
  height: auto;  /* height: 290px */
  border: 0px solid #FF0000;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.bildwechslerTextContainer {
  width: 100%; /* 516px */
  height: auto;  /* 78px */
  background-color: #CCCCCC;
  /* 
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
  */
  font-size: 0.9em;
  line-height: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  color: #333333;
  border: 0px solid #FF0000;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: table-cell;
  vertical-align: middle;
}
.bildwechslerTextContainer p {
  margin: 0px 0px 0px 0px;
  padding: 4px 10px 4px 10px;
  border: 0px solid #FF0000;
  text-align: center;
}


