@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
=-------------------------------------------------------- */

/* ===== Standaard ===== */
body {
	background: repeat-x url(/img/ombouw/header/hdback.gif) center top;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
img {
	border: none;
}
a {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #cc9933;
}
a:hover {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ===== jQuery hiding ==== */
.js .hideMe {
	display: none;
} 
.js .AanvullendMouse {
	display: none;
} 
.js .overLayer {
	display: none;
} 

/* ===== Header ===== */
#header {
	width: 100%;
	height: 172px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
	_overflow: inherit;
}
.headerMain {
	width: 976px;
	height: 122px;
	margin: 0 auto;
	margin-top: -24px;
}
.headerLeft {
	float: left;
	width: 325px;
}
	.headerTxtLogo {
		float: left;
		padding-top: 72px;
	}
.headerCenter {
	float: left;
	width: 300px;
	margin-left: 250px;
}
.headerRight {
	float: right;
	_position: absolute;
	width: 110px;
	margin-right: -40px;
}
	.headerLink {
		float: left;
		width: 100px;
		height: 122px;
	}
	.headerSlogan {
		float: right;
		width: 290px;
		height: 60px;
		margin: 7px 0 28px 0;
	}
	.headerSearch {
		float: right;
		min-width: 264px;
		width: 264px;
		height: 27px;
		background: no-repeat #ddc38e url(/img/ombouw/header/srch_top.gif) right top;
		margin: 0 auto;
	}
	.headerSearch .zoekStr {
		float: left;
		width: 185px;
		border: 1px solid #86a6a1;
		color: #000000;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 5px 0 0 5px;
		padding: 1px 1px 1px 2px;
	}
	.headerSearch .zoekBtn {
		float: right;
		width: 60px;
		height: 17px;
		border: 0;
		background: no-repeat url(/img/ombouw/header/btn_zoek.gif);
		margin: 5px 5px 0 0;
		cursor: pointer;
	}

/* ===== Content ===== */
#content {
	margin-top: 170px;
	overflow: hidden;
	background: repeat-y url(/img/ombouw/content/shadow.gif) center;
}
#contentTop {
	overflow: hidden;
	background: no-repeat url(/img/ombouw/content/shadowTop.gif) center top;
}
#contentMain {
	min-height: 460px;
	padding-top: 24px;
	overflow: hidden;
	background: no-repeat url(/img/ombouw/content/shadowBottom.gif) center bottom;
}
#contentContainer {
	width: 976px;
	margin: 0 auto;
}
#contentRight {
	width: 774px;
	float: right;
}
.contentRight {
	text-align: left;
	width: 772px;
	float: right;
	margin: 5px 7px 0 0;
	_margin: 5px 0 0 0;
}
.contentLeft {
	width: 182px;
	float: left;
	margin: 0 0 0 7px;
}
.contentPath {
	clear: both;
	float: left;
	width: 970px;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 0 10px;
	text-align: left;
}

/* ===== leftMenu ===== */
.mnBlock {
	float: left;
	width: 180px;
	margin: 3px 0;
	border: 1px solid #656565;
}
.mnTitle {
	float: left;
	background: url(/img/menu/blockhead.gif) repeat-x center center;
	height: 15px;
	width: 170px;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #656565;			
}

.mnTitle a {
    color: #ffffff;
    font-weight: bold;
	text-align: left;
	text-decoration:none;
	font-size: 11px;
}

.mnSelectedTitle {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	color: #FFFFFF;
	background-image: none;
	background-color: #000000;
}
.mnMenu {
	width: 100%;
	padding: 4px 0 4px 0;
	float: left;
	text-align: left;
}
.mnMenu a {
	width: auto;
	font-size: 11px;
	padding-left: 14px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
	display: block;
	border-bottom: 1px dashed #CCCCCC;
	margin-top: 2px;
	padding-bottom: 2px;
}
.mnMenu a:hover {
	font-size: 11px;
	line-height: 15px;
	color: #339999;
	text-decoration: none;	
}
.mnMenu a.selected, .mnMenu a.selected:hover {
	font-weight: bold;
}
.mnPlus {
	background-image: url(/img/menu/mn_plus.gif);
	background-repeat: no-repeat;
	background-position: 4px top;
}
.mnMin {
	background-image: url(/img/menu/mn_min.gif);
	background-repeat: no-repeat;
	background-position: 4px top;
}
.mnDash {
	background-image: url(/img/menu/mn_line.gif);
	background-repeat: no-repeat;
	background-position: 4px top;
}
a.mnIndent1 {
	padding-left: 24px;
	background-position: top 14px;
	border: none;
}
a.mnIndent1#mnMin {
	background-position: top 14px;	
}
a.mnIndent2 {
	padding-left: 34px;
	background-position: top 24px;	
	border: none;
}
a.mnIndent3 {
	padding-left: 44px;
	background-position: top 34px;
	border: none;
}
a.mnIndent4 {
	padding-left: 54px;	
	background-position: top 44px;
	border: none;	
}
a.donkergrijs {
	background-color: #dedede;
}
.aantalLeftmenu {
	color: #999999;
	font-size: 8px;
	vertical-align: middle;   
	font-weight: normal; 
}
.mnContent {
	clear: both;
	width: 180px;
	margin: 0;
}
.mnContent p, .mnContent ul {
	margin: 0;
	padding: 7px 5px 10px 5px;
	text-align: left;
}
.mnContent .cent {
	text-align :center;
}
.mnContent img {
	margin: 1px 1px 0px 1px;
}
.mnLogin {
	margin: 0;
	padding: 7px 5px 14px 5px;
	text-align: left;
}
.mnLogin input {
	width: 164px;
	margin: 2px 0 6px 0;
	border: 1px solid #e5cc99;
	background-color: #e9e9e9;
}
.mnLogin span {
    color: #FF0000;
}
.mnButton {
	float: left;
	width: 178px;
	height: 28px;
	text-align: right;
	padding-right: 2px;	
	margin-top: -16px;
}					
.mnButton a {
	display: block;
	float: right;
	height: 24px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
	padding: 0 25px 0 2px;
	background: #FFFFFF url(/img/ombouw/bot_ok.jpg) no-repeat center right;
}
.mnButton a:hover {
	height: 24px;
	line-height: 24px;
	color: #cc9933;
	text-decoration: none;
	padding: 0 25px 0 2px;
	background: #FFFFFF url(/img/ombouw/bot_ok_ov.jpg) no-repeat center right;
}

/* ===== Footer ===== */
#footer {
	clear: both;
	width: 100%;
	height: 245px;
	background: repeat-x url(/img/ombouw/footer/ftback.gif) center bottom;
	margin: 0 auto;
}
.footerTop {
	clear: both;
	width: 976px;
	height: 70px;
	background: repeat-x url(/img/ombouw/1pxgrey.gif) center center;
	margin: 0 auto;
}
.certificates {
	width: 200px;
	height: 60px;
	background-color: #FFFFFF;
	padding: 5px 10px 0 10px;
	margin: 0 auto;
}
.ftLogo01 {
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	padding: 15px 5px 0 5px;
}
.ftLogo02 {
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	padding: 20px 5px 0 5px;
}
.footerTxt {
	clear: both;
	width: 976px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 4px 0;
}
.footerTxt a, .footerTxt a:hover {
	color: #656565;
	font-size: 11px;
	text-decoration: underline;
}
.footerBottom {
	clear: both;
	width: 976px;
	height: 30px;
	border-top: 1px solid #656565;
	margin: 0 auto;
}
.footerCopy {
	float: left;
	font-size: 9px;
	font-weight: bold;
	color: #656565;
	padding: 4px 0;
}
.footerCreator {
	float: right;
	font-size: 9px;
	font-weight: bold;
	color: #656565;
	padding: 4px 0;
}
