@charset "utf-8";
/* --------------------------------------------------------=
	CSS Document by Juice BV
	Copyright © Juice BV 

	Juice BV
	Noorderbaan 10
	5388 RB Nistelrode
	
	T: 0412-611453
	F: 0412-614963
	E: info@itsallinthemix.nl
	I: www.itsallinthemix.nl
=-------------------------------------------------------- */

/* ===== Content ===== */


/* ===== CMS (text - center) ===== */
.contentTxtColumn {
	float: left;
	text-align: left;
	width: 485px;
	margin: 0 0 0 20px;
	_margin: 0 0 0 10px;
}
	.contentTxtColumn h1 {
		font-size: 14px;
		font-weight: bold;
		color: #c43192;
		margin: 0;
	}
	.contentTxtColumn h2 {
		font-size: 12px;
		font-weight: bold;
		color: #c43192;
		margin: 0;
	}
	.contentTxtColumn h3 {
		font-size: 11px;
		font-weight: bold;
		color: #6c5635;
		margin: 0;
	}
	.contentTxtColumn p {
		font-size: 11px;
		font-weight: normal;
		color: #6c5635;
		margin: 2px 0 10px 0;
	}
	.contentTxtColumn a {
	}
	.contentTxtColumn a:hover {
	}
	.contentList {
		width: 465px;
		height: auto;
		border: 1px solid #c43192;
		background-color: #f6e0ef; 
		margin: 2px 0 10px 0;
		padding: 5px 10px;
	}
	.contentTxtColumn ul {
		margin: 0 0 0 25px;
		font-size: 11px;
		font-weight: normal;
		color: #6c5635;
		list-style-type: disc;
	}
	.contentTxtColumn ul li {
	}

/* ===== CMS (images - right) ===== */
.contentImgColumn {
	float: right;
	width: 220px;
	margin-bottom: 20px;
}
	.contentImgTop {
		clear: both;
		width: 220px;
		text-align: left;
		background: no-repeat url(../img/content/contentImgRight.gif) left top;
	}
	.contentImgTop img {
		border: none;
		width: 200px;
		margin: 9px 0 0 9px;
	}
	.contentImgBottom {
		clear: both;
		width: 220px;
		height: 14px;
		background: no-repeat url(../img/content/contentImgRight.gif) left bottom;
		margin: 0;
	}
	.contentImgTxt {
		clear: both;
		width: 210px;
		font-size: 9px;
		font-weight: normal;
		color: #8e8e8e;
		text-align: right;
		margin-right: 7px;
	}
