/* www.minimundi.nl */

/* Content column. */
#colContent {
	margin: 0 0 0px 0;
	width: 280px;
}

/* Header. */
#colContent h1 {
	color: rgb(203, 1, 51);
	line-height: 30px;
	margin-top: 20px;
}

/* Sub Sidebar. */
#colSubSidebar {
	position: absolute;
	display: block;
	margin-left: 285px;
	width: 350px;
	padding-top: 25px;
}

#colSubSidebar .blockRed {
	width: 350px;
	height: 363px;
	background: url('/images/front/background_block_red.png') right no-repeat;
}

.blockRed h1 {
	color: rgb(255, 255, 255);
	margin: 0;
	font-weight: 100;
	font-size: 25px;
	padding: 8px 39px 0px 60px;
}

.blockRed h1 span {
	color: rgb(241, 136, 39);
	font-weight: 900;
}

.blockRed p {
	color: rgb(255, 255, 255);
	line-height: 22px;
	margin-left: 62px;
	width: 250px;
	text-align: left;
}

.blockRed img {
	float: left;
	margin: 7px 10px 5px 0;
	border: 1px solid rgb(255, 255, 255);
}

.blockRed .butCoupon {
	display: block;
	position: absolute;
	width: 142px;
	height: 28px;
	margin: 318px 0px 0px 196px;
	background: url('/images/front/butCoupon.png');
	color: rgb(190, 7, 43);
	text-decoration: none;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 11px;
}

.blockRed .butCoupon span {
	display: block;
	margin: 8px 0px 0px 42px;
}

#colSubSidebar .blockHeight {
	width: 350px;
	height: 309px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 21px;
}

.blockHeight .linkHeight {
	display: block;
	float: right;
	width: 309px;
	height: 309px;
	font-weight: 100;
	font-size: 25px;
	margin-top: 0px;
	padding-top: 0px;
	background: url('/images/front/background_block_height.png');
}

.blockOrange {
	margin-top: 21px;
}

