/* DEFAULT TEMPLATE STYLES */
body {
	background-color: #ffffff;
	text-align: center;
}
html, body {
	width: 100%;
	height: 100%;
}


/* CONTENT DIV TABLES */
.template {
	width: 960px;
	position: relative;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/web/portal/body_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.ouders {
	width: 320px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2000;
}
.ouders p {
	text-align: left;
	margin: 0px 80px 0px 70px;
	font-family: "Trebuchet MS", Georgia;
	font-size: 12px;
	line-height: 16px;
}
.ouders a {
	color: #e02071;
	font-family: "Trebuchet MS", Georgia;
	font-size: 12px;
	line-height: 16px;
}
.jongeren {
	width: 320px;
	position: absolute;
	top: 0px;
	left: 320px;
	z-index: 2000;
}
.jongeren p {
	text-align: left;
	margin: 0px 70px 0px 70px;
	font-family: "Trebuchet MS", Georgia;
	font-size: 12px;
	line-height: 16px;
}
.jongeren a {
	color: #219ed3;
	font-family: "Trebuchet MS", Georgia;
	font-size: 12px;
	line-height: 16px;
}
.professionals {
	width: 300px;
	position: absolute;
	top: 0px;
	left: 660px;
	z-index: 2000;
}
.professionals p {
	text-align: left;
	margin: 0px 50px 0px 75px;
	font-family: "Trebuchet MS", Georgia;
	font-size: 12px;
	line-height: 16px;
}
.professionals a {
	color: #572381;
	font-family: "Trebuchet MS", Georgia;
	font-size: 12px;
	line-height: 16px;
}

/* CONTACT */
td div.formrequired {
	padding: 0px 5px 0px 5px;
	margin-right: 2px;
}