@CHARSET "UTF-8";

/***********************************************************************************************************/
/* commons commons commons commons commons commons commons  */
/***********************************************************************************************************/
.fce-image,
.fce-text,
.fce-margin-downloads,
.fce-teaserHomeHalf,
.fce-teaserHomeFull {
	padding-bottom: 12px;
}

.fce-margin-downloads,
.fce-margin-teaser,
.fce-margin-contact,
.fce-margin-tagcloud,
.fce-margin-teaserGray,
#margin .accordion {
    width: 240px;	
}

/***********************************************************************************************************/
/* carrusel */
/***********************************************************************************************************/

.carousel {
	position: relative;
	width: 760px;
	height: 361px;
	overflow: hidden;

	margin-bottom: 39px;
}

.carousel-index {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 760px;
	overflow: hidden;

	z-index: 2;

	margin: 0px;
}

.carousel-index LI {
	float: left;
	background: none;
	padding: 0px;

	padding-right: 1px;
}

.carousel-index LI A {
	display: block;
	display: table-cell;
	
	vertical-align: middle;
	
	padding-left: 23px;
	padding-right: 10px;

	/*
	padding-top: 10px;
	height: 28px;
	*/
	
	height: 38px;
	
	

	color: #fff;
	font-size: 13px;
	

	background-image: url("../pix/carousel_tabBack.png");
	background-position: right bottom;

	width: auto;
}
.carousel-index LI.first A {
	width: auto;
}
.carousel-index LI.last {
	padding-right: 0px;
	
}

.carousel-index LI.count-2 A {
	width: 236px;
}
.carousel-index LI.count-2.first A {
	width: 217px;
}


.carousel-index LI.count-3 A {
	width: 226px;
}
.carousel-index LI.count-3.first A {
	width: 207px;
}


.carousel-index LI.count-4 A {
	padding-left: 10px;
	width: 169px;
	text-align: center;
	font-size: 12px;
}
.carousel-index LI.count-4.first A {
	width: 170px;
}

.carousel-index LI.count-5 A {
	padding-left: 10px;
	width: 131px;
	text-align: center;
	font-size: 12px;
}
.carousel-index LI.count-5.first A {
	width: 132px;
}

.carousel-index LI.count-6 A {
	padding-left: 10px;
	width: 105px;
	text-align: center;
	font-size: 12px;
}
.carousel-index LI.count-6.first A {
	width: 106px;
}

.carousel-index LI A:hover {
	background-image: url("../pix/carousel_tabBackActive.png");
	text-decoration: none;
}

.carousel-index LI A.active {
	background-image: url("../pix/carousel_tabBackActive.png");
	font-weight: bold;
}

.carousel-container {
	position: relative;
	overflow: hidden;
	
	width: 760px;
	height: 361px;
}

.carousel .carousel-container LI {
	position: absolute;
	display: block;
	
	top: 0px;
	left: 0px;
	
	width: 760px;
	height: 361px;

	background: none;
	padding: 0px;
}

.carousel-image {
	position: absolute;
	top: 0px;
	left: 0px;
}

.carousel-content {
	position: absolute;
	top: 0px;
	left: 0px;

	width: 420px;

	background-image: url("../pix/carousel_back.png");
	background-position: right bottom;

	padding-top: 32px;
	padding-left: 23px;
	padding-right: 40px;
	padding-bottom: 35px;

}

.carousel-title {
	color: #91004b;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 17px;
	line-height: 28px;
}

.carousel-contentHover .carousel-title {
	text-decoration: underline;
}
.carousel-contentHover A {
	text-decoration: underline;
}


.carousel-teaser P {
	font-size: 16px;
	line-height: 24px;
}

.carousel-teaser P A.moreLink {
	font-style: italic; 
}


.carousel-progress {
	position: absolute;
	left: 0px;
	top: 318px;
	
	background-color: #003f72;

	height: 3px;

	width: 760px;
	
    filter: alpha(opacity = 0);
    -moz-opacity: 0.0;
    opacity: 0.0;
	
}

/***********************************************************************************************************/
/* margin contact */
/***********************************************************************************************************/
.fce-margin-contact {
    overflow: hidden;
	padding-bottom: 10px;
}

.fce-margin-contact SPAN {
    display: inline-block;
    width: 25px;
}



/***********************************************************************************************************/
/* margin teaser */
/***********************************************************************************************************/
.fce-margin-teaser {
    overflow: hidden;
	padding-bottom: 10px;
}


.fce-margin-teaser .fce-margin-teaser-colLeft,
.fce-margin-teaser .fce-margin-teaser-colRight {
	float: left;
	min-height: 10px;
}

.fce-margin-teaser .fce-margin-teaser-colLeft {
	position: relative;
	
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right: 10px;

	background-color: #E6E2DF;
}

.fce-margin-teaser .fce-margin-teaser-colRight {
	width: 130px;
}



.fce-margin-teaser-colLeft A {
	position: absolute;
	display: block;

	top: 50%;
}
.fce-margin-teaser-colLeft A IMG {
	position: absolute;
	top: -50%;
}


/***********************************************************************************************************/
/* margin teaserGray */
/***********************************************************************************************************/
.fce-margin-teaserGray {
    border-top: 1px solid #bdc2c4;

	margin-bottom: 26px;
}

.fce-margin-teaserGray-row {
    
    border-bottom: 1px solid #bdc2c4;
    overflow: hidden;
	padding: 8px;

	background-color: #e6e2df;
}


.fce-margin-teaserGray H5 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;

	margin: 0px;
	margin-bottom: 6px;
}
.fce-margin-teaserGray H5 A {
		
}

.fce-margin-teaserGray-colLeft,
.fce-margin-teaserGray-colRight {
	float: left;
	min-height: 10px;
}

.fce-margin-teaserGray-colLeft {
	width: 88px;
	margin-right: 10px;
}

.fce-margin-teaserGray-colRight {
	width: 126px;
}



/***********************************************************************************************************/
/* margin tagcloud */
/***********************************************************************************************************/

.fce-margin-tagcloud {
	overflow: hidden;
	margin-bottom: 10px;
}

.fce-margin-tagcloud H3 {
	border-top: none;
	
	font-size: 12px;
	color: #7d8789;

	line-height: 14px;
	margin-bottom: 6px;
}

.fce-margin-tagcloud UL {
	overflow: hidden;
	margin-top: 10px;
	/*text-align: center;*/
}

.fce-margin-tagcloud LI {
	background: none;
	display: inline-block;
	padding: 0px;
	padding-right: 10px;
	padding-bottom: 0px;

	/*vertical-align: middle;*/

	line-height: normal;
}

.fce-margin-tagcloud A {
	color: #003f72;
}

.fce-margin-tagcloud A.size0 {font-size: 10px;}
.fce-margin-tagcloud A.size1 {font-size: 12px;}
.fce-margin-tagcloud A.size2 {font-size: 14px;}
.fce-margin-tagcloud A.size3 {font-size: 16px;}
.fce-margin-tagcloud A.size4 {font-size: 18px;}
.fce-margin-tagcloud A.size5 {font-size: 20px;}
.fce-margin-tagcloud A.size6 {font-size: 22px;}
.fce-margin-tagcloud A.size7 {font-size: 24px;}
.fce-margin-tagcloud A.size8 {font-size: 26px;}
.fce-margin-tagcloud A.size9 {font-size: 28px;}




/***********************************************************************************************************/
/* margin download */
/***********************************************************************************************************/

.fce-margin-downloads {
    overflow: hidden;
}

.fce-margin-downloads H3 {
	margin-bottom: 6px;
}
.fce-margin-downloads UL {
	margin-top: 10px;
	margin-bottom: 10px;
}
.fce-margin-downloads LI {
	padding-left: 0px;
}






/***********************************************************************************************************/
/* accordion */
/***********************************************************************************************************/
.accordion {
	border-bottom: 1px solid #bdc2c4;
	margin-bottom: 26px;
}

.accordion_toggle {
	color: #003f72;
	font-size: 12px;
	line-height: 17px;

	background-image: url("../pix/icon_expand.gif");
	background-position: 1px 7px;
	background-repeat: no-repeat;

	border-top: 1px solid #bdc2c4;

	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 5px;

	margin: 0px;
	
	cursor: pointer;
}

.accordion_toggle:hover {
	color: #91004b;
	background-image: url("../pix/icon_expandHover.gif");
}

.accordion_toggle_active,
.accordion_toggle_active:hover {
	color: #91004b;
	background-image: url("../pix/icon_collapse.gif");
}

.accordion_content {
	overflow: hidden;

	/* ie7 bugfix */
	position: relative;
}

.accordion_contentInner {
	overflow: hidden;
	
	padding-top: 11px;
	padding-bottom: 15px;
}

.accordion_contentLeft {
	float: left;
	width: 240px;
	overflow: hidden;
}

.accordion_contentRight {
	float: right;
	width: 240px;
	overflow: hidden;
}
/***********************************************************************************************************/

#margin .accordion_contentInner {
	height: 147px;
	
}







/***********************************************************************************************************/
/* home teaser Full */
/***********************************************************************************************************/
.fce-teaserHomeFull {
    width: 500px;
    border-top: 1px solid #bdc2c4;
    overflow: hidden;
	padding-top: 5px;
	padding-bottom: 19px;
}

.fce-teaserHomeFull H2 {
	font-size: 12px;
	font-weight: bold;
	
	color: #747f81;
	line-height: 14px;
	margin: 0px;
	padding-bottom: 6px;
}

.fce-teaserHomeFull H3 {
	margin-bottom: 6px;

	padding: 0px;
	border: none;
}


.fce-teaserHomeFull-colLeft,
.fce-teaserHomeFull-colRight {
	float: left;
	min-height: 10px;
	width: 240px;
	height: 145px;

	overflow: hidden;
	margin-top: 10px;
}

.fce-teaserHomeFull-colLeft {
	margin-right: 20px;
}

.fce-teaserHomeFull-colRight {
    position: relative;
}


/***********************************************************************************************************/
/* home teaser Half */
/***********************************************************************************************************/
.fce-teaserHomeHalf {
    width: 240px;
    border-top: 1px solid #bdc2c4;
    overflow: hidden;
	padding-top: 5px;
}

.fce-teaserHomeHalf H2 {
	font-size: 12px;
	font-weight: bold;
	
	color: #747f81;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 6px;
}

.fce-teaserHomeHalf-image {
	width: 240px;
	height: 140px;

	overflow: hidden;
	margin-top: 8px;
	margin-bottom: 9px;
}

.fce-teaserHomeHalf H3 {
	margin-bottom: 11px;
	height: 40px;
	overflow: hidden;

	padding: 0px;
	border: none;
}

.fce-teaserHomeHalf-text {
	height: 68px;
	overflow: hidden;
}




/***********************************************************************************************************/
/* Grid 50 50 */
/***********************************************************************************************************/
.fce-grid5050 {
    width: 500px;
    overflow: hidden;
}


.fce-grid5050-colLeft,
.fce-grid5050-colRight {
	float: left;
	min-height: 10px;
	width: 240px;

	overflow: hidden;
}

.fce-grid5050-colLeft {
	margin-right: 20px;
}

.fce-grid5050-colRight {
	
}


/***********************************************************************************************************/
/* Text Text Text Text Text Text Text Text Text Text Text Text */
/***********************************************************************************************************/

.fce-text {

}

.fce-textHeightClipping {
	height: 231px;
	padding-bottom: 10px;
	overflow: hidden;
}
.fce-textFlashMassage {
	padding: 20px;
	padding-top: 15px;

	
	background-color: #e6e2df;
}

/***********************************************************************************************************/
/* Image Image Image Image Image Image Image Image Image Image Image Image  */
/***********************************************************************************************************/

.fce-image {
}

.fce-image H3 {
	border-top: 1px solid #bdc2c4;
	padding-top: 8px;
	padding-bottom: 6px;
}

.fce-image-caption {
	font-size: 11px;
	padding-top: 10px;
}


.fce-image-half-image {
	position: relative;
	height: 140px;
	overflow: hidden;
}

._fce-image-half-image A {
	position: absolute;
	display: block;

	top: 50%;
}
._fce-image-half-image A IMG {
	position: absolute;
	top: -50%;
}


