@charset "UTF-8";

/* ------------------------------------------------------------------------------------------------------------------------- */
.fckContent-full {
	width: 100%;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	clear: both;
	background-color: #DEDEDE;
	margin: 0;
	padding: 0;
	}
.fckContent-fullIndent {
	width: 90%;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	clear: both;
	padding: 2em 0 0 0;
	margin: 0 4% 0 6%;
	}

/* Wraps */
.fckContent-ga,
.fckContent-gb,.fckContent-gc,.fckContent-gd,
.fckContent-ge,.fckContent-gf {
	width: 90%;
	padding: 0 0 2em 0;
	margin: 0 4% 0 6%;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	}

/* 1/2 - 1/2 */
.fckContent-gb div.first {
	float: left;
	width: 47%;
	}
.fckContent-gb .content-u {
	float: right;
	width: 47%;
	}
/*

/* 2/3 - 1/3 */
.fckContent-gc div.first {
	float: left;
	width: 63%;
	margin-left:0;
	}
.fckContent-gc .content-u {
	float: right;
	width: 31%;
	}
/*

/* 3/4 - 1/4 */
.fckContent-gd div.first {
	float: left;
	width: 71%;
	}
.fckContent-gd .content-u {
	float: right;
	width: 23%;
	}
	
/* 1/3 - 1/3 - 1/3 */
.fckContent-ge div.first {
	float: left;
	width:30%;
	*width:29.9%;
	margin-left: 0;
	*margin-left: 0;
	}
.fckContent-ge .content-u {
	float: left;
	width:30%;
	*width:29.9%;
	margin-left: 4.49%;
	*margin-left:4.4%;
	}

/* 1/4 - 1/4 - 1/4 - 1/4 */
.fckContent-gf div.first {
	float: left;
	width: 48%;
	}
.fckContent-gf .content-u {
	float: right;
	width: 48%;
	}

.fckContent-gf2 div.first {
	float: left;
	width: 46%;
	}
.fckContent-gf2 {
	float: right;
	width: 48%;
	}
.fckContent-gf2 .content-u {
	float: right;
	width: 46%;
	}
/*

