
div.bildergalerie-typ-1 {
  width: 360px;
  height: 139px;
  margin: 0 0 0 32px;
  padding: 0;
}

div.GALLERY_TYPE_1 {
  margin: 0 0 30px 0;
}

div.GALLERY_BOX {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;
  padding: 0 0 0 25px;
  margin: 0 0 0 27px;
  height: 65px;
  width: 350px;
  z-index: 100000;
  background-image: url(../grafik/bg_gallery.gif);
  background-repeat: repeat-x;
}

div.GALLERY_BOX_DISPLAY {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 365px;
  height: 65px;
  z-index: 100000;
}

div.GALLERY_NAVIGATION_LIST {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  z-index: 200000;
}

a.GALLERY_NAVIGATION_BACKBUTTON,
a.GALLERY_NAVIGATION_BACKBUTTON:link,
a.GALLERY_NAVIGATION_BACKBUTTON:visited,
a.GALLERY_NAVIGATION_BACKBUTTON:focus,
a.GALLERY_NAVIGATION_BACKBUTTON:hover,
a.GALLERY_NAVIGATION_BACKBUTTON:active {
  position: absolute;
  top: 12px;
  left: -20px;
  height: 37px;
  width: 38px;
  background-image: url(../grafik/gal1_left.png);
  background-repeat: no-repeat;
  outline: none;
}

a.GALLERY_NAVIGATION_FORWARDBUTTON,
a.GALLERY_NAVIGATION_FORWARDBUTTON:link,
a.GALLERY_NAVIGATION_FORWARDBUTTON:visited,
a.GALLERY_NAVIGATION_FORWARDBUTTON:focus,
a.GALLERY_NAVIGATION_FORWARDBUTTON:hover,
a.GALLERY_NAVIGATION_FORWARDBUTTON:active {
  position: absolute;
  top: 12px;
  left: 345px;
  height: 37px;
  width: 38px;
  background-image: url(../grafik/gal1_right.png);
  background-repeat: no-repeat;
  outline: none;
}

div.GALLERY_ITEM_LIST {
    position: absolute;
    z-index: 100000;
}

a.GALLERY_LIST_ITEM,
a.GALLERY_LIST_ITEM:link,
a.GALLERY_LIST_ITEM:visited,
a.GALLERY_LIST_ITEM:focus,
a.GALLERY_LIST_ITEM:hover,
a.GALLERY_LIST_ITEM:active {
  position: absolute;
  display: block;
  outline: none;
}

img.GALLERY_LIST_ITEM {
  position: relative;
  width: 65px;
  height: 65px;
  margin-right: 10px;
}

/* DETAIL */

div.GALLERY_DETAIL {
  position: absolute;
  display: block;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500000;
}

div.GALLERY_DETAIL_CURTAIN {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.8;
  z-index: 500000;
}

div.GALLERY_DETAIL_DISPLAY {
  position: relative;
  margin:  50px  auto  0  auto;
  padding: 40px;
  background-color: #ffffff;
}

div.GALLERY_DETAIL_DISPLAY_INNER {
  position: relative;
}

a.GALLERY_BOX_DISPLAY_BUTTON,
a.GALLERY_BOX_DISPLAY_BUTTON:link,
a.GALLERY_BOX_DISPLAY_BUTTON:visited,
a.GALLERY_BOX_DISPLAY_BUTTON:focus,
a.GALLERY_BOX_DISPLAY_BUTTON:hover,
a.GALLERY_BOX_DISPLAY_BUTTON:active {
  position: absolute;
  display: block;
  width: 100%;
  height: 24px;
  top: -44px;
  left: 0;
}

div.GALLERY_DETAIL_DISPLAY_IMG_CONTAINER {
  position: relative;
  text-align: center; 
}

img.GALLERY_DETAIL_DISPLAY_IMG {
  position: relative;
  margin: 0 auto 0 auto;
  border: 0;
  padding: 0;
  z-index: 100000;
}

img.GALLERY_DETAIL_DISPLAY_IMG_CLONE {
  position: absolute;
  margin: 0 auto 0 auto;
  border: 0;
  padding: 0;
  z-index: 400000;
  opacity: 0;
}

a.GALLERY_DETAIL_BACKWARD,
a.GALLERY_DETAIL_BACKWARD:link,
a.GALLERY_DETAIL_BACKWARD:visited,
a.GALLERY_DETAIL_BACKWARD:focus,
a.GALLERY_DETAIL_BACKWARD:hover,
a.GALLERY_DETAIL_BACKWARD:active {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 0 0 -39px;
  padding: 0;
  z-index: 200000;
  outline: none;
  background-image: url(../grafik/prev.png);
  background-repeat: no-repeat;
  background-position: left center;
}

a.GALLERY_DETAIL_FORWARD,
a.GALLERY_DETAIL_FORWARD:link,
a.GALLERY_DETAIL_FORWARD:visited,
a.GALLERY_DETAIL_FORWARD:focus,
a.GALLERY_DETAIL_FORWARD:hover,
a.GALLERY_DETAIL_FORWARD:active {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin: 0;
  padding: 0 40px 0 0;
  z-index: 200000;
  background-image: url(../grafik/next.png);
  background-repeat: no-repeat;
  background-position: right center;
  outline: none;
}

div.GALLERY_DETAIL_INFO {
  position: relative;
  margin: 10px 0 0 0;
  height: auto;
}

h3.GALLERY_DETAIL_INFO_TITLE {
  margin: 0;
  font-size: 0.9em;
  font-weight: bold;
}

h4.GALLERY_DETAIL_INFO_NUMBER {
  font-weight: normal;
  margin: 0;
  font-size: 0.9em;
  display: none;
}

p.GALLERY_DETAIL_INFO_TEXT {
  font-size: 0.8em;
  margin: 0;
}

a.GALLERY_DETAIL_CLOSE,
a.GALLERY_DETAIL_CLOSE:link,
a.GALLERY_DETAIL_CLOSE:visited,
a.GALLERY_DETAIL_CLOSE:focus,
a.GALLERY_DETAIL_CLOSE:hover,
a.GALLERY_DETAIL_CLOSE:active {
  float: right;
  display: block;
  background-image: url(../grafik/closelabel.png);
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  outline: none;
}

/* TYPE 2*/

div.bildergalerie-typ-2 {
  margin: 5px 0 0 0;
  padding: 0;
  width: 490px;
  height: 170px;
  float: left;
}

div.GALLERY_TYPE_2 div.GALLERY_BOX {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 433px;
  height: 160px;
  z-index: 100000;
  background-color: transparent;
  background-image: none;
}

div.GALLERY_TYPE_2 div.GALLERY_BOX_DISPLAY {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 433px;
  height: 160px;
  z-index: 100000;
}

div.GALLERY_TYPE_2 div.GALLERY_NAVIGATION_LIST {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: 200000;
}

div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_BACKBUTTON,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_BACKBUTTON:link,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_BACKBUTTON:visited,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_BACKBUTTON:focus,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_BACKBUTTON:hover,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_BACKBUTTON:active {
  position: absolute;
  top: 115px;
  left: 35px;
  width: 38px;
  height: 37px;
  background-color: transparent;
  background-image: url(../grafik/button.png);
  background-repeat: no-repeat;
  outline: none;
  display: none;
}

div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_BACKBUTTON:hover,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_BACKBUTTON:active {
  background-image: url(../grafik/button_.png);
}

div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_FORWARDBUTTON,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_FORWARDBUTTON:link,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_FORWARDBUTTON:visited,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_FORWARDBUTTON:focus,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_FORWARDBUTTON:hover,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_FORWARDBUTTON:active {
  position: absolute;
  top: 115px;
  left: 35px;
  width: 38px;
  height: 37px;
  background-color: transparent;
  background-image: url(../grafik/button.png);
  background-repeat: no-repeat;
  outline: none;
}

div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_FORWARDBUTTON:hover,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_FORWARDBUTTON:active {
  background-image: url(../grafik/button_.png);
}

div.GALLERY_TYPE_2 div.GALLERY_ITEM_LIST {
  position: absolute;
  z-index: 100000;
}

div.GALLERY_TYPE_2 div.GALLERY_LIST_ITEM {
  position: absolute;
  width: 433px;
  height: 160px;
}

div.GALLERY_TYPE_2 a.GALLERY_LIST_ITEM,
div.GALLERY_TYPE_2 a.GALLERY_LIST_ITEM:link,
div.GALLERY_TYPE_2 a.GALLERY_LIST_ITEM:visited,
div.GALLERY_TYPE_2 a.GALLERY_LIST_ITEM:focus,
div.GALLERY_TYPE_2 a.GALLERY_LIST_ITEM:hover,
div.GALLERY_TYPE_2 a.GALLERY_LIST_ITEM:active {
  outline: none;
  z-index: 1;
}

div.GALLERY_TYPE_2 img.GALLERY_LIST_ITEM {
  position: relative;
  float: left;
  margin: 24px 0 0 0;
  padding: 0;
  width: 433px;
  height: 103px;
  /*position: absolute;
  margin: 24px 0 0 0;
  padding: 0;
  width: 438px;
  z-index: 50000;*/
}

div.GALLERY_TYPE_2 div.GALLERY_LIST_ITEM_TEXT {
  position: relative;
  margin: 108px 0 0 107px;
  padding: 0;
  width: 326px;
  height: 21px;
  color: #000000;
  float: left;
	font-weight: bold;
  background-image: url(../grafik/bg_vorschaltseite_magazin_eintrag_foto.png);
  background-repeat: no-repeat;
  z-index: 2;
}

div.GALLERY_TYPE_2 div.GALLERY_LIST_ITEM_TEXT div.GALLERY_LIST_ITEM_TEXT {
  margin: 0;
  padding: 4px 0 0 11px;
  width: 315px;
  height: auto;
}

div.GALLERY_TYPE_2 h5.GALLERY_LIST_ITEM_TEXT {
  position: absolute;
  top: -108px;
  left: -107px;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
}

div.GALLERY_TYPE_2 p.GALLERY_LIST_ITEM_TEXT {
  margin: 0;
  padding: 0;
}

/* TYPE 2a */

div.bildergalerie-typ-2a {
  margin: 4px 0 0 0;
  padding: 0;
  width: 400px;
  height: 160px;
}

div.GALLERY_TYPE_2a div.GALLERY_BOX {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 400px;
  height: 160px;
  z-index: 100000;
  background-color: transparent;
  background-image: none;
}

div.GALLERY_TYPE_2a div.GALLERY_BOX_DISPLAY {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 400px;
  height: 105px;
  z-index: 100000;
}

div.GALLERY_TYPE_2a div.GALLERY_NAVIGATION_LIST {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: 200000;
}

div.GALLERY_TYPE_2a a.GALLERY_NAVIGATION_BACKBUTTON,
div.GALLERY_TYPE_2a a.GALLERY_NAVIGATION_BACKBUTTON:link,
div.GALLERY_TYPE_2a a.GALLERY_NAVIGATION_BACKBUTTON:visited,
div.GALLERY_TYPE_2a a.GALLERY_NAVIGATION_BACKBUTTON:focus,
div.GALLERY_TYPE_2a a.GALLERY_NAVIGATION_BACKBUTTON:hover,
div.GALLERY_TYPE_2a a.GALLERY_NAVIGATION_BACKBUTTON:active {
  position: absolute;
  top: 91px;
  left: 5px;
  width: 38px;
  height: 37px;
  background-color: transparent;
  background-image: url(../grafik/button.png);
  background-repeat: no-repeat;
  outline: none;
  display: none;
}

div.GALLERY_TYPE_2a a.GALLERY_NAVIGATION_BACKBUTTON:hover,
div.GALLERY_TYPE_2a a.GALLERY_NAVIGATION_BACKBUTTON:active {
  background-image: url(../grafik/button_.png);
}

div.GALLERY_TYPE_2a a.GALLERY_NAVIGATION_FORWARDBUTTON,
div.GALLERY_TYPE_2a a.GALLERY_NAVIGATION_FORWARDBUTTON:link,
div.GALLERY_TYPE_2a a.GALLERY_NAVIGATION_FORWARDBUTTON:visited,
div.GALLERY_TYPE_2a a.GALLERY_NAVIGATION_FORWARDBUTTON:focus,
div.GALLERY_TYPE_2a a.GALLERY_NAVIGATION_FORWARDBUTTON:hover,
div.GALLERY_TYPE_2a a.GALLERY_NAVIGATION_FORWARDBUTTON:active {
  position: absolute;
  top: 91px;
  left: 5px;
  width: 38px;
  height: 37px;
  background-color: transparent;
  background-image: url(../grafik/button.png);
  background-repeat: no-repeat;
  outline: none;
}

div.GALLERY_TYPE_2a a.GALLERY_NAVIGATION_FORWARDBUTTON:hover,
div.GALLERY_TYPE_2a a.GALLERY_NAVIGATION_FORWARDBUTTON:active {
  background-image: url(../grafik/button_.png);
}

div.GALLERY_TYPE_2a div.GALLERY_ITEM_LIST {
  position: absolute;
  z-index: 100000;
}

div.GALLERY_TYPE_2a div.GALLERY_LIST_ITEM {
  position: absolute;
  width: 400px;
  height: 57px;
}

div.GALLERY_TYPE_2a a.GALLERY_LIST_ITEM,
div.GALLERY_TYPE_2a a.GALLERY_LIST_ITEM:link,
div.GALLERY_TYPE_2a a.GALLERY_LIST_ITEM:visited,
div.GALLERY_TYPE_2a a.GALLERY_LIST_ITEM:focus,
div.GALLERY_TYPE_2a a.GALLERY_LIST_ITEM:hover,
div.GALLERY_TYPE_2a a.GALLERY_LIST_ITEM:active {
  outline: none;
  z-index: 1;
}

div.GALLERY_TYPE_2a img.GALLERY_LIST_ITEM {
  position: relative;
  float: left;
  margin: 0 0 9px 0;
  padding: 0;
  width: 48px;
  height: 48px;
}

div.GALLERY_TYPE_2a div.GALLERY_LIST_ITEM_TEXT {
  position: relative;
  margin: 0 0 0 63px;
  padding: 7px 0 0 0;
  width: 330px;
  height: 41px;
  color: #000000;
  float: left;
  z-index: 2;
}

div.GALLERY_TYPE_2a div.GALLERY_LIST_ITEM_TEXT div.GALLERY_LIST_ITEM_TEXT {
  margin: 0;
  padding: 0;
  height: auto;
  font-size: .85em;
  font-weight: bold;
}

div.GALLERY_TYPE_2a h5.GALLERY_LIST_ITEM_TEXT {
  position: absolute;
  /*margin: 16px 0 0 0;*/
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
}

div.GALLERY_TYPE_2a p.GALLERY_LIST_ITEM_TEXT {
  margin: 0;
  padding: 0;
}

/* TYPE 2b */

div.bildergalerie-typ-2b {
  margin: 4px 0 0 0;
  padding: 0;
  width: 420px;
  height: 109px;
}

div.GALLERY_TYPE_2b div.GALLERY_BOX {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 420px;
  height: 109px;
  z-index: 100000;
  background-color: transparent;
  background-image: none;
}

div.GALLERY_TYPE_2b div.GALLERY_BOX_DISPLAY {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 420px;
  height: 105px;
  z-index: 100000;
}

div.GALLERY_TYPE_2b div.GALLERY_NAVIGATION_LIST {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: 200000;
}

div.GALLERY_TYPE_2b a.GALLERY_NAVIGATION_BACKBUTTON,
div.GALLERY_TYPE_2b a.GALLERY_NAVIGATION_BACKBUTTON:link,
div.GALLERY_TYPE_2b a.GALLERY_NAVIGATION_BACKBUTTON:visited,
div.GALLERY_TYPE_2b a.GALLERY_NAVIGATION_BACKBUTTON:focus,
div.GALLERY_TYPE_2b a.GALLERY_NAVIGATION_BACKBUTTON:hover,
div.GALLERY_TYPE_2b a.GALLERY_NAVIGATION_BACKBUTTON:active {
  position: absolute;
  top: 111px;
  left: 0;
  width: 166px;
  height: 17px;
  background-color: transparent;
  background-image: url(../grafik/trans.gif);
  background-repeat: no-repeat;
  outline: none;
  display: none;
}

div.GALLERY_TYPE_2b a.GALLERY_NAVIGATION_FORWARDBUTTON,
div.GALLERY_TYPE_2b a.GALLERY_NAVIGATION_FORWARDBUTTON:link,
div.GALLERY_TYPE_2b a.GALLERY_NAVIGATION_FORWARDBUTTON:visited,
div.GALLERY_TYPE_2b a.GALLERY_NAVIGATION_FORWARDBUTTON:focus,
div.GALLERY_TYPE_2b a.GALLERY_NAVIGATION_FORWARDBUTTON:hover,
div.GALLERY_TYPE_2b a.GALLERY_NAVIGATION_FORWARDBUTTON:active {
  position: absolute;
  top: 111px;
  left: 0;
  width: 166px;
  height: 17px;
  background-color: transparent;
  background-image: url(../grafik/trans.gif);
  background-repeat: no-repeat;
  outline: none;
}

div.GALLERY_TYPE_2b div.GALLERY_ITEM_LIST {
  position: absolute;
  z-index: 100000;
}

div.GALLERY_TYPE_2b div.GALLERY_LIST_ITEM {
  position: absolute;
  width: 420px;
  height: 105px;
}

div.GALLERY_TYPE_2b a.GALLERY_LIST_ITEM,
div.GALLERY_TYPE_2b a.GALLERY_LIST_ITEM:link,
div.GALLERY_TYPE_2b a.GALLERY_LIST_ITEM:visited,
div.GALLERY_TYPE_2b a.GALLERY_LIST_ITEM:focus,
div.GALLERY_TYPE_2b a.GALLERY_LIST_ITEM:hover,
div.GALLERY_TYPE_2b a.GALLERY_LIST_ITEM:active {
  outline: none;
  z-index: 1;
}

div.GALLERY_TYPE_2b img.GALLERY_LIST_ITEM {
  position: relative;
  float: left;
  margin: 0 0 9px 0;
  padding: 0;
  width: 95px;
  height: 95px;
}

div.GALLERY_TYPE_2b div.GALLERY_LIST_ITEM_TEXT {
  position: relative;
  margin: 0 0 0 105px;
  padding: 0;
  width: 315px;
  height: 95px;
  color: #000000;
  float: left;
  z-index: 2;
}

div.GALLERY_TYPE_2b div.GALLERY_LIST_ITEM_TEXT div.GALLERY_LIST_ITEM_TEXT {
  margin: 0;
  padding: 5px 0 0 0;
  height: auto;
  font-size: .85em;
}

div.GALLERY_TYPE_2b h5.GALLERY_LIST_ITEM_TEXT {
  padding: 0;
  font-size: 1em;
  font-weight: bold;
}

div.GALLERY_TYPE_2b p.GALLERY_LIST_ITEM_TEXT {
  margin: 0;
  padding: 0;
}

/* TYPE 2c */

div.bildergalerie-typ-2c {
  margin: 4px 0 0 0;
  padding: 0;
  width: 420px;
  height: 109px;
}

div.GALLERY_TYPE_2c div.GALLERY_BOX {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 420px;
  height: 109px;
  z-index: 100000;
  background-color: transparent;
  background-image: none;
}

div.GALLERY_TYPE_2c div.GALLERY_BOX_DISPLAY {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 420px;
  height: 105px;
  z-index: 100000;
}

div.GALLERY_TYPE_2c div.GALLERY_NAVIGATION_LIST {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: 200000;
}

div.GALLERY_TYPE_2c a.GALLERY_NAVIGATION_BACKBUTTON,
div.GALLERY_TYPE_2c a.GALLERY_NAVIGATION_BACKBUTTON:link,
div.GALLERY_TYPE_2c a.GALLERY_NAVIGATION_BACKBUTTON:visited,
div.GALLERY_TYPE_2c a.GALLERY_NAVIGATION_BACKBUTTON:focus,
div.GALLERY_TYPE_2c a.GALLERY_NAVIGATION_BACKBUTTON:hover,
div.GALLERY_TYPE_2c a.GALLERY_NAVIGATION_BACKBUTTON:active {
  position: absolute;
  top: 111px;
  left: 0;
  width: 166px;
  height: 17px;
  background-color: transparent;
  background-image: url(../grafik/trans.gif);
  background-repeat: no-repeat;
  outline: none;
  display: none;
}

div.GALLERY_TYPE_2c a.GALLERY_NAVIGATION_FORWARDBUTTON,
div.GALLERY_TYPE_2c a.GALLERY_NAVIGATION_FORWARDBUTTON:link,
div.GALLERY_TYPE_2c a.GALLERY_NAVIGATION_FORWARDBUTTON:visited,
div.GALLERY_TYPE_2c a.GALLERY_NAVIGATION_FORWARDBUTTON:focus,
div.GALLERY_TYPE_2c a.GALLERY_NAVIGATION_FORWARDBUTTON:hover,
div.GALLERY_TYPE_2c a.GALLERY_NAVIGATION_FORWARDBUTTON:active {
  position: absolute;
  top: 111px;
  left: 0;
  width: 166px;
  height: 17px;
  background-color: transparent;
  background-image: url(../grafik/trans.gif);
  background-repeat: no-repeat;
  outline: none;
}

div.GALLERY_TYPE_2c div.GALLERY_ITEM_LIST {
  position: absolute;
  z-index: 100000;
}

div.GALLERY_TYPE_2c div.GALLERY_LIST_ITEM {
  position: absolute;
  width: 420px;
  height: 105px;
}

div.GALLERY_TYPE_2c a.GALLERY_LIST_ITEM,
div.GALLERY_TYPE_2c a.GALLERY_LIST_ITEM:link,
div.GALLERY_TYPE_2c a.GALLERY_LIST_ITEM:visited,
div.GALLERY_TYPE_2c a.GALLERY_LIST_ITEM:focus,
div.GALLERY_TYPE_2c a.GALLERY_LIST_ITEM:hover,
div.GALLERY_TYPE_2c a.GALLERY_LIST_ITEM:active {
  outline: none;
  z-index: 1;
}

div.GALLERY_TYPE_2c img.GALLERY_LIST_ITEM {
  position: relative;
  float: left;
  margin: 0 0 9px 0;
  padding: 0;
  width: 95px;
  height: 95px;
}

div.GALLERY_TYPE_2c div.GALLERY_LIST_ITEM_TEXT {
  position: relative;
  margin: 0 0 0 105px;
  padding: 0;
  width: 315px;
  height: 95px;
  color: #000000;
  float: left;
  z-index: 2;
}

div.GALLERY_TYPE_2c div.GALLERY_LIST_ITEM_TEXT div.GALLERY_LIST_ITEM_TEXT {
  margin: 0;
  padding: 5px 0 0 0;
  height: auto;
  font-size: .85em;
}

div.GALLERY_TYPE_2c h5.GALLERY_LIST_ITEM_TEXT {
  padding: 0;
  font-size: 1em;
  font-weight: bold;
}

div.GALLERY_TYPE_2c p.GALLERY_LIST_ITEM_TEXT {
  margin: 0;
  padding: 0;
}

/* TYPE 3*/

div.bildergalerie-typ-3 {
  width: 360px;
  height: 395px;
  margin: 0 0 0 32px;
  padding: 0;
}

div.GALLERY_TYPE_3 div.GALLERY_BOX {
  position: absolute;
  top: 326px;
  left: 603px;
  background-color: transparent;
  padding: 0 18px 0 18px;
  height: 346px;
  width: 357px;
  z-index: 100000;
  background-image: none;
}

div.GALLERY_TYPE_3 div.GALLERY_BOX_DISPLAY {
  position: absolute;
  overflow: hidden;
  left: 18px;
  width: 357px;
  height: 346px;
  z-index: 100000;
}

div.GALLERY_TYPE_3 div.GALLERY_NAVIGATION_LIST {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  z-index: 200000;
}

div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_BACKBUTTON,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_BACKBUTTON:link,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_BACKBUTTON:visited,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_BACKBUTTON:focus,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_BACKBUTTON:hover,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_BACKBUTTON:active {
  position: absolute;
  top: 37px;
  left: 0;
  height: 30px;
  width: 18px;
  background-color: #000000;
  background-image: url(../grafik/prev.png);
  background-repeat: no-repeat;
  outline: none;
}

div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_FORWARDBUTTON,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_FORWARDBUTTON:link,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_FORWARDBUTTON:visited,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_FORWARDBUTTON:focus,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_FORWARDBUTTON:hover,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_FORWARDBUTTON:active {
  position: absolute;
  top: 37px;
  left: 375px;
  height: 30px;
  width: 18px;
  background-color: #000000;
  background-image: url(../grafik/next.png);
  background-repeat: no-repeat;
  outline: none;
}

div.GALLERY_TYPE_3 div.GALLERY_ITEM_LIST {
    position: absolute;
    z-index: 100000;
    width: 390px;
}

div.GALLERY_TYPE_3 a.GALLERY_LIST_ITEM,
div.GALLERY_TYPE_3 a.GALLERY_LIST_ITEM:link,
div.GALLERY_TYPE_3 a.GALLERY_LIST_ITEM:visited,
div.GALLERY_TYPE_3 a.GALLERY_LIST_ITEM:focus,
div.GALLERY_TYPE_3 a.GALLERY_LIST_ITEM:hover,
div.GALLERY_TYPE_3 a.GALLERY_LIST_ITEM:active {
  position: static;
  width: 105px;
  float: left;
  outline: none;
  z-index: 100000;
  padding: 0 21px 14px 0;
}

div.GALLERY_TYPE_3 img.GALLERY_LIST_ITEM {
  position: relative;
  float: left;
  width: 105px;
  height: 105px;
}

/* TYPE 5 */

div.GALLERY_TYPE_5 div.GALLERY_BOX {
  position: relative;
  top: 0;
  left: 44px;
  margin: 0;
  padding: 0;
  width: 809px;
  height: 148px;
  z-index: 1;
  background-color: transparent;
  background-image: none;
}

div.GALLERY_TYPE_5 div.GALLERY_BOX_DISPLAY,
div.GALLERY_TYPE_5 div.GALLERY_BOX_SPECIFICATIONS {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 809px;
  height: 148px;
  z-index: 1;
}

div.GALLERY_TYPE_5 div.GALLERY_NAVIGATION_LIST {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: 1;
}

div.GALLERY_TYPE_5 a.GALLERY_NAVIGATION_BACKBUTTON,
div.GALLERY_TYPE_5 a.GALLERY_NAVIGATION_BACKBUTTON:link,
div.GALLERY_TYPE_5 a.GALLERY_NAVIGATION_BACKBUTTON:visited,
div.GALLERY_TYPE_5 a.GALLERY_NAVIGATION_BACKBUTTON:focus,
div.GALLERY_TYPE_5 a.GALLERY_NAVIGATION_BACKBUTTON:hover,
div.GALLERY_TYPE_5 a.GALLERY_NAVIGATION_BACKBUTTON:active {
  position: absolute;
  top: 111px;
  left: 0;
  width: 166px;
  height: 17px;
  background-color: transparent;
  background-image: url(../grafik/trans.gif);
  background-repeat: no-repeat;
  outline: none;
  display: none;
}

div.GALLERY_TYPE_5 a.GALLERY_NAVIGATION_FORWARDBUTTON,
div.GALLERY_TYPE_5 a.GALLERY_NAVIGATION_FORWARDBUTTON:link,
div.GALLERY_TYPE_5 a.GALLERY_NAVIGATION_FORWARDBUTTON:visited,
div.GALLERY_TYPE_5 a.GALLERY_NAVIGATION_FORWARDBUTTON:focus,
div.GALLERY_TYPE_5 a.GALLERY_NAVIGATION_FORWARDBUTTON:hover,
div.GALLERY_TYPE_5 a.GALLERY_NAVIGATION_FORWARDBUTTON:active {
  position: absolute;
  top: 111px;
  left: 0;
  width: 166px;
  height: 17px;
  background-color: transparent;
  background-image: url(../grafik/trans.gif);
  background-repeat: no-repeat;
  outline: none;
  display: none;
}

div.GALLERY_TYPE_5 div.GALLERY_ITEM_LIST {
  position: absolute;
  z-index: 1;
}

div.GALLERY_TYPE_5 a.GALLERY_LIST_ITEM,
div.GALLERY_TYPE_5 a.GALLERY_LIST_ITEM:link,
div.GALLERY_TYPE_5 a.GALLERY_LIST_ITEM:visited,
div.GALLERY_TYPE_5 a.GALLERY_LIST_ITEM:focus,
div.GALLERY_TYPE_5 a.GALLERY_LIST_ITEM:hover,
div.GALLERY_TYPE_5 a.GALLERY_LIST_ITEM:active {
  position: absolute;
  display: block;
  outline: none;
}

div.GALLERY_TYPE_5 img.GALLERY_LIST_ITEM {
  position: relative;
  margin: 0;
  padding: 0;
  width: 202px;
  height: auto;
}

div.GALLERY_TYPE_5 div.GALLERY_SPECIFICATIONS_MARKER_1,
div.GALLERY_TYPE_5 div.GALLERY_SPECIFICATIONS_MARKER_2,
div.GALLERY_TYPE_5 div.GALLERY_SPECIFICATIONS_MARKER_3,
div.GALLERY_TYPE_5 div.GALLERY_SPECIFICATIONS_MARKER_4,
div.GALLERY_TYPE_5 div.GALLERY_SPECIFICATIONS_MARKER_5,
div.GALLERY_TYPE_5 div.GALLERY_SPECIFICATIONS_MARKER_6,
div.GALLERY_TYPE_5 div.GALLERY_SPECIFICATIONS_MARKER_7 {
    position: absolute;
    height: 148px;
}

div.GALLERY_TYPE_5 div.GALLERY_SPECIFICATIONS_MARKER_1 {
    width: 202px;
    /*background-color: green;*/
    z-index: 1;
    left: 0;
}

div.GALLERY_TYPE_5 div.GALLERY_SPECIFICATIONS_MARKER_2 {
    width: 232px;
    /*background-color: red;*/
    z-index: 2;
    left: 30px;
}

div.GALLERY_TYPE_5 div.GALLERY_SPECIFICATIONS_MARKER_3 {
    width: 262px;
    /*background-color: yellow;*/
    z-index: 3;
    left: 120px;
}

div.GALLERY_TYPE_5 div.GALLERY_SPECIFICATIONS_MARKER_4 {
    width: 292px;
    /*background-color: brown;*/
    z-index: 4;
    left: 262px;
}

div.GALLERY_TYPE_5 div.GALLERY_SPECIFICATIONS_MARKER_5 {
    width: 262px;
    /*background-color: blue;*/
    z-index: 3;
    left: 433px;
}

div.GALLERY_TYPE_5 div.GALLERY_SPECIFICATIONS_MARKER_6 {
    width: 232px;
    /*background-color: red;*/
    z-index: 2;
    left: 548px;
}

div.GALLERY_TYPE_5 div.GALLERY_SPECIFICATIONS_MARKER_7 {
    width: 202px;
    /*background-color: green;*/
    z-index: 1;
    left: 608px;
}

div.GALLERY_TYPE_5 .GALLERY_SPECIFICATIONS_MODEL_1,
div.GALLERY_TYPE_5 .GALLERY_SPECIFICATIONS_MODEL_2,
div.GALLERY_TYPE_5 .GALLERY_SPECIFICATIONS_MODEL_3,
div.GALLERY_TYPE_5 .GALLERY_SPECIFICATIONS_MODEL_4,
div.GALLERY_TYPE_5 .GALLERY_SPECIFICATIONS_MODEL_5,
div.GALLERY_TYPE_5 .GALLERY_SPECIFICATIONS_MODEL_6,
div.GALLERY_TYPE_5 .GALLERY_SPECIFICATIONS_MODEL_7 {
    position: absolute;
}

div.GALLERY_TYPE_5 .GALLERY_SPECIFICATIONS_MODEL_1,
div.GALLERY_TYPE_5 .GALLERY_SPECIFICATIONS_MODEL_7 {
    width: 202px;
    z-index: 1;
}

div.GALLERY_TYPE_5 .GALLERY_SPECIFICATIONS_MODEL_2,
div.GALLERY_TYPE_5 .GALLERY_SPECIFICATIONS_MODEL_6 {
    width: 232px;
    z-index: 2;
}

div.GALLERY_TYPE_5 .GALLERY_SPECIFICATIONS_MODEL_3,
div.GALLERY_TYPE_5 .GALLERY_SPECIFICATIONS_MODEL_5 {
    width: 262px;
    z-index: 3;
}

div.GALLERY_TYPE_5 .GALLERY_SPECIFICATIONS_MODEL_4 {
    width: 292px;
    z-index: 4;
}

/*Type 6*/

div.GALLERY_TYPE_6 div.GALLERY_BOX {
  position: relative;
  background-color: transparent;
  padding: 0;
  margin: 0;
  height: 90px;
  width: 295px;
  z-index: 100000;
}

div.GALLERY_TYPE_6 div.GALLERY_BOX_DISPLAY {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 295px;
  height: 90px;
  z-index: 100000;
}

div.GALLERY_TYPE_6 div.GALLERY_NAVIGATION_LIST {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  z-index: 200000;
}

div.GALLERY_TYPE_6 a.GALLERY_NAVIGATION_BACKBUTTON,
div.GALLERY_TYPE_6 a.GALLERY_NAVIGATION_BACKBUTTON:link,
div.GALLERY_TYPE_6 a.GALLERY_NAVIGATION_BACKBUTTON:visited,
div.GALLERY_TYPE_6 a.GALLERY_NAVIGATION_BACKBUTTON:focus,
div.GALLERY_TYPE_6 a.GALLERY_NAVIGATION_BACKBUTTON:hover,
div.GALLERY_TYPE_6 a.GALLERY_NAVIGATION_BACKBUTTON:active {
  position: absolute;
  top: 115px;
  left: 35px;
  width: 38px;
  height: 37px;
  background-color: transparent;
  background-image: url(../grafik/button.png);
  background-repeat: no-repeat;
  outline: none;
  display: none;
}

div.GALLERY_TYPE_6 a.GALLERY_NAVIGATION_BACKBUTTON:hover,
div.GALLERY_TYPE_6 a.GALLERY_NAVIGATION_BACKBUTTON:active {
  background-image: url(../grafik/button_.png);
}

div.GALLERY_TYPE_6 a.GALLERY_NAVIGATION_FORWARDBUTTON,
div.GALLERY_TYPE_6 a.GALLERY_NAVIGATION_FORWARDBUTTON:link,
div.GALLERY_TYPE_6 a.GALLERY_NAVIGATION_FORWARDBUTTON:visited,
div.GALLERY_TYPE_6 a.GALLERY_NAVIGATION_FORWARDBUTTON:focus,
div.GALLERY_TYPE_6 a.GALLERY_NAVIGATION_FORWARDBUTTON:hover,
div.GALLERY_TYPE_6 a.GALLERY_NAVIGATION_FORWARDBUTTON:active {
  position: absolute;
  top: 115px;
  left: 35px;
  width: 38px;
  height: 37px;
  background-color: transparent;
  background-image: url(../grafik/button.png);
  background-repeat: no-repeat;
  outline: none;
  display: none;
}

div.GALLERY_TYPE_6 a.GALLERY_NAVIGATION_FORWARDBUTTON:hover,
div.GALLERY_TYPE_6 a.GALLERY_NAVIGATION_FORWARDBUTTON:active {
  background-image: url(../grafik/button_.png);
}

div.GALLERY_TYPE_6 div.GALLERY_ITEM_LIST {
  position: absolute;
  z-index: 100000;
}

div.GALLERY_TYPE_6 div.GALLERY_LIST_ITEM {
  position: absolute;
  width: 295px;
  height: 90px;
}

div.GALLERY_TYPE_6 a.GALLERY_LIST_ITEM,
div.GALLERY_TYPE_6 a.GALLERY_LIST_ITEM:link,
div.GALLERY_TYPE_6 a.GALLERY_LIST_ITEM:visited,
div.GALLERY_TYPE_6 a.GALLERY_LIST_ITEM:focus,
div.GALLERY_TYPE_6 a.GALLERY_LIST_ITEM:hover,
div.GALLERY_TYPE_6 a.GALLERY_LIST_ITEM:active {
  outline: none;
  z-index: 1;
}

div.GALLERY_TYPE_6 img.GALLERY_LIST_ITEM {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 295px;
  height: 90px;
}


