﻿.faq {
padding: 10px 0 0 0px;

}

.faq h4 {
margin-bottom: .5em;
}

.faq dt {
margin-top: -1px;
padding: 8px 10px 8px 10px;
font-weight: normal;
font-size:12px;
line-height: 1.2;
cursor: pointer;
border-top: 2px solid #FFF;
border-right: 0px solid #FFF;
border-bottom: 2px solid #FFF;
border-left: 0px solid #FFF;
color: #535353;
}

.faq dt a:link {
color: #535353;
}

.faq dt.faqClosed {
color: #535353 !important;
background: #e5e5e5  !important;
background-image: url(plus_col.gif) !important;
background-repeat: no-repeat !important;
background-position: right !important;
}

.faq dt.faqOpen {
color: #535353;
background: #e5e5e5;
background-image: url(minus_col.gif);
background-repeat: no-repeat;
background-position: right;
}

.faq dd {
display: block;
margin: 0;
padding: 0px 0px 0 0;
overflow: hidden;
}

.faq dd img{
border: 1px solid #999999;
margin:0px 10px 0px 0px;
}

.faq .faqToTop {
display: block;
text-align: right;
padding-bottom: 4px;
font-size: 0.75em;
}

.faq .faqHide, .faq .faqShow {
display: block;
margin: 6px 0;
padding: 0 0 0 28px;
background: url(minus.gif) no-repeat 5px 50%;
font-weight: bolder;
text-decoration: none;
}

.faq .faqShow {
background-image: url(plus.gif);
}

/* "Alle öffnen/schießen" Buttons deaktiviert */
.faq .faqShow, .faq .faqHide {
	display: none;
}