/* TWT Helpers */
.clear {
clear: both;
margin: -1px 0px 0px 0px;  /* laesst 1px clear nach oben verschwinden */
height: 0px;  /* laesst &nbsp; auf 1px schrumpfen fuer IE */
font-size: 0px;
line-height: 0px;
width: 100%;
}

.ahem {
position: absolute;
overflow: hidden;
height: 0px;
width: 0px;
left: -1000px;
top: -1000px;
}

/* clearfix */
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
* html .clearfix {
height:1%;
}
.clearfix {
display:block;
}

/* FAQ Accordion */
#content .accordion {
padding: 0;
list-style: none;
}

#main #content .accordion li {
background: transparent;
margin-bottom: 7px;
padding: 0;
line-height: 1.3846em;
}

#main #content .accordion li a {
display: inline-block;
background: transparent url(../img/ico/faq_indicator_plus.png) 0 0 no-repeat;
padding: 0 0 0 25px;
font-weight: bold;
color: #010101;
text-decoration: none;
line-height: 1.2em;
}

#main #content .accordion li a:hover {
text-decoration: underline;
}

#main #content .accordion li.active a {
display: inline-block;
background: transparent url(../img/ico/faq_indicator_minus.png) 0 0 no-repeat;
padding: 0 0 0 25px;
line-height: 1.2em;

}

/* Accordion Level 2 */
#main #content .accordion ul {
display: none;
margin: 5px 0 12px 25px;
}

#main #content .accordion .active ul {
display: block;
}

#main #content .accordion ul a {
font-weight: normal;
}

#main #content .accordion .showall a {
padding: 0;
background: transparent;
color: #007ac2;
font-weight: normal;
}

/* Image Gallery */
.ad-gallery {
width: 600px;
}

/* Width for Content-box in Content-box */
.tab-tl .tab-tl .ad-gallery {
width: 530px;
}

.ad-gallery .ad-image-wrapper {
position: relative;
overflow: hidden;
width: 100%;
height: 400px;
margin: 0;
}

.ad-gallery .ad-image-wrapper .ad-loader {
position: absolute;
z-index: 10;
top: 48%;
left: 48%;
border: 1px solid #ccc;
}

.ad-gallery .ad-back {
  left: -20px;
  width: 13px;
  background: url(../gallery/but_green_back.png) no-repeat;
}
.ad-gallery .ad-forward {
  right: -20px;
  width: 13px;
  background: url(../gallery/but_green_forward.png) no-repeat;
}

#content .ad-gallery .external {
padding: 0;
background: transparent;
}

.ad-gallery .ad-image-description {
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
width: 100%;
margin: 0;
padding: 7px;
background: transparent url(../gallery/bg_image_gallery_transparent_01.png) 0 0 repeat;
}

.ad-image-description strong {
display: block;
}

.ad-gallery .ad-controls {
height: 20px;
}

#content .ad-gallery .ad-info {
float: left;
display: inline; /* IE 6 */
margin: 8px 0 0 8px;
color: #747474;
}

.ad-gallery .ad-slideshow-controls {
float: right;
margin-top: 8px;
}

.ad-gallery .ad-slideshow-controls strong {
font-weight: normal;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-start {
color: #00994a;
text-decoration: underline;
cursor: pointer;
cursor: hand;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
color: #007ac2;
text-decoration: underline;
cursor: pointer;
cursor: hand;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-start:hover,
.ad-gallery .ad-slideshow-controls .ad-slideshow-stop:hover {
text-decoration: none;
cursor: pointer;
cursor: hand;
}

.ad-gallery .ad-nav {
position: relative;
width: 100%;
margin-bottom: 20px;
padding: 0;
}

.ad-gallery .ad-thumbs {
overflow: hidden;
width: 535px;
margin-left: 30px;
}

/* Width for Content-Box in Content-Box */
.tab-tl .tab-tl .ad-gallery .ad-thumbs {
width: 465px;
}

.ad-gallery .ad-back {
position: absolute;
left: -2px;
top: 20px;
display: block;
width: 28px;
height: 28px;
cursor: pointer;
background: transparent url(../gallery/but_green_back.png) 0 0 no-repeat;
}

.ad-gallery .ad-forward {
position: absolute;
top: 20px;
right: -2px;
display: block;
width: 28px;
height: 28px;
cursor: pointer;
background: transparent url(../gallery/but_green_forward.png) 0 0 no-repeat;
}


#content .ad-gallery .ad-thumbs .ad-thumb-list {
float: left;
width: 9000px;
margin: 0;
list-style: none;
}

#content .ad-gallery .ad-thumb-list li {
float: left;
padding: 0 5px 0 0;
background: transparent;
}

#content .ad-gallery .ad-thumb-list li a {
/* display: block; */
}

.ad-gallery .ad-thumbs li a img {
display: block;
border: 3px solid #CCC;
}

.ad-gallery .ad-thumbs li a.ad-active img {
border: 3px solid #616161;
}

/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
position: absolute;
left: -9000px;
top: -9000px;
}

/* Lightbox in Image-gallery */
#simplemodal-container.ad-gallery-lightbox {
padding-bottom: 35px;
}

#simplemodal-container.ad-gallery-lightbox #simplemodal-data {
padding: 0 50px;
}

.ad-gallery-lightbox .ad-gallery {
width: auto;
}

.ad-gallery-lightbox .ad-gallery .ad-back {
left: -38px;
top: 200px;
}

.ad-gallery-lightbox .ad-gallery .ad-forward {
right: -38px;
top: 200px;
}
