body,html{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#fff;
}

#mainContainer{
	width:950px;
	min-height:100%;
	margin:0px auto -150px auto;
	background-image:url(../images/backs/content_back.gif);
	background-repeat:repeat-y;
	z-index:4;
}
* html #mainContainer{ height:100%; }

#menuholder{ padding-top:24px; width:950px; height:185px; background-image:url(../images/newMenu/back.jpg); background-repeat:repeat-x; }

#mainMenu{
		padding-top: 10px;
		padding-left: 22px;
		height:50px;
		clear:left;
		border-left:#482a80 solid 1px;
		border-right:#482a80 solid 1px;
		height:55px;
	}
	
.menuImg {
	margin-right:24px;
}

#subMenu{
		height: 120px;
		width:770px;
		position: relative;
		color: #9c8dc3;
		vertical-align: text-bottom;
		float:left;
	}
	
#subItems{
		position: absolute;
		bottom: 0px;
}

#logoHolder{
	float:left;
	padding-top:40px;
}
#content{
	width:950px;
	float:left;
	padding-left:1px;
}

#random {
	width:948px;
	background-image:url(http://www.ongewildafvallen.nl/templates/images/backs/shade.jpg);
	background-repeat:repeat-x;
	float:left;
}

.payOff{
	font-family:Arial,Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
}

#search{
	float:left;
	padding-top:2px;
	padding-left:39px;
}

#searchHolder{
	padding-top:1px;
	padding-left:2px;
	background-image:url(http://www.ongewildafvallen.nl/templates/images/search.gif);
	background-repeat:no-repeat;
	width:124px;
	height:20px; 
}


#mainText {
	width:500px; 
	padding-right:30px;
}

.mainText a{
	color:#482a80;
	text-decoration:underline;
}

.mainText a:hover{
	color:#9c8dc3;
	text-decoration:underline;
}

.menuText a{
	color:#9c8dc3;
	text-decoration:none;
}

.menuText a:hover{
	color:#fff;
	text-decoration:none;
}

.crumb a{
	color:#9c8dc3;
	text-decoration:none;
}

.crumb a:hover{
	color:#482a80;
	text-decoration:none;
}

.tabelnew{	
	border-color:#46297d;
	border-style:solid;
	border-width:1px;
	color: #46297d;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.tabelnew td{
	border-color:#46297d;
	border-style:solid;
	border-width:1px;
}

.tdLichtPaars{
	background-color:#dedff1;
}

/*********************************************************/

#footer{
	width:888px;
	height:150px;
	margin:0px auto 0px auto;
	padding:0px 30px 0px 30px;
	background-image:url(../images/backs/footer.jpg);
	text-align:left;
}

#footer2{
	width:888px;
	height:150px;
	position:relative;
	margin:0px auto 0px auto;
	padding:0px 30px 0px 30px;
	text-align:left;
	z-index:-1;
}

#clearfooter{ clear:left; width:950px; height:150px; }

/* PLAATSEN SUBMENU */

	
	.subHome {
		padding-left:18px;
	}
	
	.SubOnderVoeding {
		padding-left:104px;
	}
	
	.SubKlinischevoeding {
		padding-left:255px;
	}
	
	.SubService {
		padding-left:524px;
	}
	
	.SubContact {
		padding-left:618px;
	}


/* FORM */

.btnForm {

	color:#9c8dc3;
	border:#4f2683 solid 1px;
	font-family: Arial, Helvetica, sans-serif;
}

.inpForm {
	color:#fff;
	background-color:#968cc0;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	height: 14px;
	padding-left:4px;

}

.inpForm2 {
	color:#4f2683;;
	background-color:#fff;
	border:#968cc0 solid 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	height: 18px;
	padding-left:4px;

}

