/*************************************************************************/
/* accordion accordion accordion accordion accordion accordion accordion */
/*************************************************************************/

.accordion_toggle {
	background-color: #535246;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	padding-top: 6px;
	padding-left: 8px;
	
	border-top: 1px solid #E1DFC8;
	
	background-image: url(../pix/accordion_open.gif);
	background-repeat: no-repeat;
	background-position: 842px 10px;
	cursor: pointer;

	overvlow: hidden;

	width: 844px;
}
.accordion_toggle:hover {
	background-color: #000;
}
.accordion_toggle_active {
	background-color: #949176;
	background-image: url(../pix/accordion_close.gif);
}


.accordion_content {
	overflow: hidden;
}



/***************************************************/
/* content accordion */

#contentaccordion .accordion_toggle {
	background-color: #fff;
	color: #939276;

	padding-top: 3px;
	padding-bottom: 2px;

	padding-left: 20px;

	background-image: url(../pix/accordion_listDot.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;


	border: none;

	width: 400px;

	margin-top: 18px;
}

#contentaccordion .accordion_toggle:hover {
	background-color: #000;
	color: #fff;
	background-image: url(../pix/listDotInvert.gif);
}
#contentaccordion .accordion_toggle_active {
	background-color: #949176;
	color: #fff;
	background-image: url(../pix/listDotInvert.gif);
}


#contentaccordion .accordion_content {
	overflow: hidden;

	padding: 8px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 400px;
}



/*************************************************************************/
/* highlights highlights highlights highlights highlights highlights */
/*************************************************************************/

#highlights {
    overflow: hidden;
    width: 857px;
}

#highlights LI {
    float: left;
    margin: 0px;
    padding: 0px;
}

#highlights LI A,
#highlights LI A:ACTIVE,
#highlights LI A:VISITED {
    position: relative;
    display: block;
    width: 269px;
    height: 183px;
	
    padding: 8px;
	
    border-top: 1px solid #E1DFC8;
    border-right: 1px solid #E1DFC8;
    background-color: #F3F3E3;
	
    color: #959277;

    cursor: pointer;
}
#highlights LI.last A,
#highlights LI.last A:ACTIVE,
#highlights LI.last A:VISITED {
    border-right: none;
}

#highlights LI A SPAN.thumb,
#highlights LI A SPAN.trans,
#highlights LI A SPAN.desc {
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
}


#highlights LI A SPAN.thumb {
    width: 268px;
    height: 150px;

    background-color: #fff;
    text-align: center;
}

#highlights LI A SPAN.thumb IMG{
    border: none;
}


#highlights LI A SPAN.trans,
#highlights LI A SPAN.desc {
    display: block;
    width: 252px;
    height: 135px;
    padding: 8px;


    filter: alpha(opacity = 0);
    -moz-opacity: 0.0;
    opacity: 0.0;

}


#highlights LI A SPAN.trans {
    background-color: #000;
}

#highlights LI A SPAN.desc {
    color: #fff;
}



#highlights LI A SPAN.customer,
#highlights LI A SPAN.project {
    position: absolute;
    left: 8px;

    width: 268px;
    display: block;
    text-transform: uppercase;
}

#highlights LI A SPAN.customer {
    top: 162px;
    border-bottom: 1px solid #E1DFC8;
}
#highlights LI A SPAN.project {
    top: 180px;
}


/* hover effects */


#highlights LI A:HOVER {
    text-decoration: none;
    color: #000;
}



#highlights LI A.hover:hover SPAN.trans,
#highlights LI A.hover:hover SPAN.desc {

    filter: alpha(opacity = 60);
    -moz-opacity: 0.60;
    opacity: 0.60;
}

#highlights LI A.hover:hover SPAN.desc {
    filter: alpha(opacity = 100);
    -moz-opacity: 1;
    opacity: 1;
}





/*************************************************************************/
/* archiv archiv archiv archiv archiv archiv archiv archiv archiv archiv */
/* und */
/* News News News News News News News News News News News  */
/*************************************************************************/

.accordion_content .head {
	border-top: 1px solid #E1DFC8;
	background-color: #949176;
	overflow: hidden;

	width: 857px;
}
.accordion_content .row {
	border-top: 1px solid #E1DFC8;
	overflow: hidden;
	background-color: #fff;

	width: 857px;


	height: 24px;
}

.accordion_content .col {
    display: block;
	float: left;
	
	color: #97947A;

	padding-top: 6px;
	padding-left: 8px;
	
	height: 18px;

	overflow: hidden;
}
.accordion_content .head .col {
	color: #fff;

	padding-top: 2px;
	height: 14px;
}


.accordion_content A.caseLink,
.accordion_content A.caseLink:visited {
	float: left;
	width: 808px;

	background-image: url(../pix/case.gif);
	background-repeat: no-repeat;
	background-position: 787px 4px;

	cursor: pointer;
}

.accordion_content A.newsdetailLink,
.accordion_content A.newsdetailLink:visited {
    background-image: url(../pix/case.gif);
    background-repeat: no-repeat;
    background-position: 837px 4px;

    width: 857px;

    cursor: pointer;
}


.accordion_content A.newsdetailLink SPAN,
.accordion_content A.newsdetailLink:visited SPAN,
.accordion_content A.caseLink SPAN,
.accordion_content A.caseLink:visited SPAN {
	color: #869EA5 !important;
}
.accordion_content A.newsdetailLink:hover,
.accordion_content A.caseLink:hover {
	background-color: #000;
	text-decoration: none;
	background-image: url(../pix/case_active.gif);
}
.accordion_content A.newsdetailLink:hover SPAN,
.accordion_content A.caseLink:hover SPAN {
	color: #fff !important;
}


.accordion_content .date {
	width: 40px;
}
.accordion_content .fulldate {
	width: 60px;
}
.accordion_content .name {
	width: 165px;
}
.accordion_content .title {
	width: 655px;
}
.accordion_content .branch {
	width: 110px;
}
.accordion_content .desc {
	width: 460px;
	border-right: 1px solid #E1DFC8;
}
.accordion_content .head .desc {
	border-right: none;
}

.accordion_content .icon {
	width: 16px;
	border-right: 1px solid #E1DFC8;


}
.accordion_content .icon-last {
	border-right: none;
}


.accordion_content A.icon {
	background-image: url(../pix/recension.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;

	text-indent: -3000px;
/*	line-height: 100px; */
}

.accordion_content A.icon DL{
    display: none;
}

.accordion_content A.icon-last {
	background-image: url(../pix/extLink.gif);
}


.accordion_content A.icon:hover {
	background-image: url(../pix/recension_active.gif);
}
.accordion_content A.icon-last:hover {
	background-image: url(../pix/extLink_active.gif);
}

/*************************************************************************/
/* recensionDialog recensionDialog recensionDialog */

#recensionDialog {
    position: absolute;
    top: 100px;
    left: 100px;

    width: 381px;
}

#recensionDialog-head {
    height: 7px;
    width: 381px;
    overflow: hidden;

    background-image: url(../pix/recensionDialog_head.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;


}
#recensionDialog-body {
    width: 355px;
    overflow: hidden;

    background-image: url(../pix/recensionDialog_body.png);
    background-repeat: repeat-y;
    background-position: 0px 0px;

    padding-left: 9px;
    padding-right: 17px;
    padding-top: 2px;
    padding-bottom: 8px;
}
#recensionDialog-foot {
    width: 381px;
    height: 9px;
    background-image: url(../pix/recensionDialog_foot.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
}

#recensionDialog-body DT {
    font-style: italic;
    padding-bottom: 4px;
}

#recensionDialog-body DT,
#recensionDialog-body DD  {
    color: #fff;
    font-size: 11px;
    line-height: 14px;
}


#recensionDialog-body DD {
	padding-bottom: 20px;
}
#recensionDialog-body DL.last DD {
    padding-bottom: 0px;
}


/*************************************************************************/
/* caseStudy caseStudy caseStudy caseStudy caseStudy caseStudy caseStudy */
/*************************************************************************/

.caseStudyImageWrap {
	width: 412px;
	height: 239px;
	
	padding: 8px;
}

.caseStudyImage {
	width: 412px;
	height: 232px;

	overflow: hidden;
	background-color: #fff;
}

.caseStudyImageCaption {
	color: #949176;
	font-size: 9px;
	font-style: italic;
}



.tx-dfextensions-pi2 .sub24-col2 DT {
	float: left;
	clear: both;
	width: 126px;

	padding-right: 8px;
	padding-bottom: 22px;
	
	color: #949176;
	text-align: right;

    line-height: 17px;
}
.tx-dfextensions-pi2 .sub24-col2 DD {
	float: left;

	width: 413px;

	padding-left: 8px;
	padding-bottom: 22px;
	

}

/*************************************************************************/
/* Kundenliste  */
/*************************************************************************/

.tx-dfextensions-pi2 .firstLetter {
    background-image: url(../pix/hline2.gif);
    background-repeat: repeat-x;
    background-position: 0px bottom;

    padding-bottom: 2px;
    margin-bottom: 4px;
}

.tx-dfextensions-pi2 .firstLetter SPAN {
    display: block;
    background-color: #949176;
    color: #fff;
    width: 16px;
    height: 14px;

    text-align: center;
    padding-top: 2px;
}

.tx-dfextensions-pi2 .firstLetterWrap {
    margin-bottom: 20px;
}


/*************************************************************************/
/* themes themes themes themes themes themes themes themes themes themes  */
/*************************************************************************/

.invert H1, 
.invert H2, 
.invert H3, 
.invert H4, 
.invert P,
.invert LI,
.invert DIV {
    color: #ffffff;
}
.invert LI {
    background-image: url(../pix/listDotInvert.gif);
}

.hoverWrap {
    width: 412px;
    height: 213px;

    padding: 8px;
    padding-top: 20px;
	
    background-color: #445958;
}

.hoverWrap-active .hoverWrap{
    background-color: #000000;
}


.detailVisualCol2 {
    position: relative;
    width: 412px;
    height: 213px;

    padding: 8px;
    padding-top: 20px;
	
    background-color: #445958;
}

.detailVisualCol2 H2 {
    position: absolute;
    bottom: 8px;
    margin-bottom: 0px;
	
    width: 412px;
}


/*************************************************************************/
/* carousel  */
/*************************************************************************/

#carousel {
    position: relative;
    width: 857px;
    height: 255px;
    
    border-top: 1px solid #E1DFC8;
	
    overflow: hidden;
}

.tx-dfextensions-pi9 #carousel {
    height: 241px;
}



#carousel .previous_button, 
#carousel .next_button,
#carousel .previous_button:visited, 
#carousel .next_button:visited,
#carousel .previous_button:active, 
#carousel .next_button:active {
	position: absolute;
	top: 116px;
	
	width: 16px;
	height: 16px;
	
	background-color: #869EA5;
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
#carousel .previous_button:hover, 
#carousel .next_button:hover {
	background-color: #000;
}
#carousel .previous_button {
	left: 0px;
	background-image: url(../pix/arrowLeft.gif);
}
#carousel .next_button {
	right: 0px;
	background-image: url(../pix/arrowRight.gif);
}

#carousel .index {
	position: absolute;
	
	top: 246px;
	right: 14px;
}
#carousel .index LI {
	float: left;

	background: none;
	padding: 0px;
	margin-right: 3px;
}

#carousel .index A,
#carousel .index A:active,
#carousel .index A:visited {
	display: block;
	width: 1px;
	height: 1px;
	
	border: 1px solid #969379;

	overflow: hidden;
}

#carousel .index A.active,
#carousel .index A:hover {
	background-color: #000;	
	border: 1px solid #000;
}


#carousel .clipContainer UL {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10000px;
}

#carousel .clipContainer LI {
	background: none;
	padding: 0px;

	float: left;

	border-right: 1px solid #E1DFC8;
}


.tx-dfextensions-pi9 #carousel .progress {
	position: absolute;
	
	top: 0px;
	left: 0px;

	width: 0px;
	height: 8px;


    filter: alpha(opacity = 50);
    -moz-opacity: 0.5;
    opacity: 0.5;

	background-color: #fff;

	overflow: hidden;
}


#carousel .progress {
	position: absolute;
	
	top: 0px;
	left: 0px;

	width: 1px;
	height: 1px;

    filter: alpha(opacity = 30);
    -moz-opacity: 0.3;
    opacity: 0.3;

	background-color: #000;

	overflow: hidden;
}


/*************************************************************************/
/* Team  */
/*************************************************************************/

.teamList {
	width: 428px;
	height: 259px;
	overflow: hidden;
	background-color: #b9b594;
	
	background-image: url(../pix/teamListBack.gif);
}
.teamList LI {
	float: left;
	padding: 0px;
	background: none;
}

.teamList LI A {
	position: relative;
	display: block;
	overflow: hidden;

	width: 85px;
	height: 51px;
	
	border-right: 1px solid #E1DFC8;
	border-bottom: 1px solid #E1DFC8;
}

.teamList LI.lastCol A {
	border-right: none;
	width: 84px;
}

.teamList LI A SPAN {
	position: absolute;
	top: 0px;
	left: 0px;
	
	display: block;
	overflow: hidden;

	width: 85px;
	height: 51px;

	text-indent: -5000px;

	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	opacity: 0;

}

.teamList LI A.active SPAN {
	background-color: #949176;

	filter: alpha(opacity = 60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

.teamList LI A:hover SPAN {
	background-color: #000;


	filter: alpha(opacity = 60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}


.tx-dfextensions-pi6 .col1-noBorder {
    border-right: 1px solid #F3F3E3;
    height: 55px;
}


/*************************************************************************/
/* NewsDetail NewsDetail NewsDetail NewsDetail NewsDetail NewsDetail     */
/*************************************************************************/


.newsDetailHead {
    position: relative;
    height: 151px;
    overflow: hidden;
}

.newsDetailHead .newstype {
    text-transform: uppercase;
}

.newsDetailHead H2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin-bottom: 0px;

    width: 428px;
}



/*************************************************************************/
/* Newsletter Index */
/*************************************************************************/


.newsletter-index P.hr-top {
    margin-top: 24px;
    margin-bottom: 16px;
}
.newsletter-index P.hr-bottom {
    margin-top: 16px;
    margin-bottom: 24px;
}

.newsletter-index UL LI {
    background-image: url(../pix/hline3.gif);
    background-repeat: repeat-x;
    background-position: top;

    overflow: hidden;

    padding-left: 0px;
    padding-bottom: 3px;
}
.newsletter-index UL LI.first {
    background: none;
}


.newsletter-index UL UL LI {
    background: none;
    padding-bottom: 0px;
}

.newsletter-index UL LI SPAN {
    display: block;
    float: left;

    width: 200px;

    font-weight: bold;
    text-transform: uppercase;

    padding-top: 4px;

}

.newsletter-index UL LI UL {
    display: block;
    float: left;
}
.newsletter-index UL LI UL LI {
    padding-top: 4px;

}

.newsletter-index UL LI UL LI A {

    width: 197px;
    display: block;

    background-position: 0 7px;
}

IMG.newsletterVisual {
    margin-bottom: 10px;
}


/* social */
.socialShare  {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 294px;
}

.socialShare LI {
    background-image: none;
    border: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

.socialShare A {
    display: block;
    width: 55px;
    height: 16px;
    overflow: hidden;
    
    background-image: url(../pix/socialIcons.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;

    text-indent: -1000px;
    padding-left: 0px;
}

.socialShare A.facebook {
    background-position: -56px -0px;
}
.socialShare A.facebook:hover {
    background-position: -56px -16px;
}

.socialShare A.twitter {
    background-position: 0px -0px;

    margin-right: 8px;
}
.socialShare A.twitter:hover {
    background-position: 0px -16px;
}




/*************************************************************************/
/* secure downloads */
/*************************************************************************/

.tx-dfsecuredl-pi1 .downloadlist,
.tx-dfsecuredl-pi1 .downloadfile {
    margin-top: 15px;
    margin-bottom: 15px;
}


.tx-dfsecuredl-pi1 .skipAuth {
    text-align: right;
    padding-top: 10px;
}




A.formButton {
    color: #fff;

    padding: 4px;
    padding-left: 13px;
    padding-right: 13px;
}

A.formButton:hover {
    text-decoration: none;
}
