/*###############*/
/*##### FCE #####*/
/*###############*/
.fiftyFiftyWrapper,
.thirtyThirtyWrapper,
.sixtyThirtyWrapper,
.thirtySixtyWrapper,
.twentyWrapper {
	overflow: hidden;
	width: 926px;
	padding: 0;
	margin: 0;	
}

.fiftyContent {
	float: left;
/* Marit AG, MMU, 11.11.2010					*/	
/* Changed from 48.5% to 48% to fix IE7 layout	*/	
	width: 48%;
}

.fiftyLeft {
  margin-right: 1%;
  padding: 0;
  overflow: hidden;
}

.fiftyRight {
  margin-left: 2%;
}

.thirtyContent {
	float: left;
	width: 32%;
	padding-right: 1%;
}

.thirtyContentMiddle {
	float: left;
	width: 32%;
	padding: 0 1%;
}
.thirtyContentRight {
	float: left;
	width: 32%;
	padding-left: 1%;
}
.sixtyContent {
	float: left;
	width: 65%;
	padding-right: 1%;
}
.sixtyContentRight {
	float: left;
	width: 65%;
	padding-left: 2%;
}

.twentyContent {
	float: left;
	width: 160px;
	padding-right:31px;
}

.twentyContent  h1 , .twentyContentRight  h1 {
	margin: 0px;
	padding-right:0px;
	width:160px;
}

.twentyContentRight {
	float: left;
	width: 160px;
}

.twentyFiveWrapper {
	width:100%;
	float:left;
}

.twentyFiveContent {
	float: left;
	/*width: 205px;*/
	width:auto;
	/*padding-right:31px;*/
	padding-right:7px;
	max-width: 225px;
}

.twentyFiveContent .csc-textpic {
	float:left;
}

.twentyFiveContent .csc-default {
	float:left;
	max-width:225px;
}

/**+html .twentyFiveContent .csc-default {
width:auto;
max-width: 225px;
padding-left:0px;
float:left;
border:1px solid #000;
}
*/

.twentyFiveContent  h1 , .twentyFiveContentRight  h1 {
	margin: 0px;
	padding-right:0px;
	/*width:205px;*/
	width:auto;
}

.twentyFiveContentRight {
	float: left;
	/*width: 205px;*/
	width:auto;
	margin-bottom:18px;
}

.twentyFiveContent .csc-textpic-text, .twentyFiveContentRight .csc-textpic-text {
	padding-top:5px;
	float:left;
	/*width:205px;*/
	width:180px;
}

.twentyFiveContentRight .csc-textpic-text a, .twentyFiveContent .csc-textpic-text a {
	padding-left: 30px;
	font-weight:bold;
	color:#656565 !important;
	background-image: url(../img/link-arrow.png);
	background-position: 5px 0px;
	background-repeat: no-repeat;
	float:left;
	width:205px;
	/*width:auto;*/
}

.twentyFiveContentRight .csc-textpic-text a:hover, .twentyFiveContent .csc-textpic-text a:hover {
	color: #003399 !important;
	text-decoration: none  !important;
	
}