@import url( reset.css );

/* 
	ALGEMEEN 
*/

html, body {
	height: 100%;
	background-color: #12448f;
	font-family: verdana, arial;
	font-size: 11px;
	
	color: #FFCC33;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFCC33;
	padding-bottom: 22px;
	text-align: center;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

a {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
}

/* 
	CONTAINER 
*/
div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 702px;
	height: 476px;
	margin: -238px 0px 0px -351px;
	background-image: url('../images/portal/background.gif');
}

div#top {
	position: relative;
	width: 702px;
	height: 65px;
	text-align: center;
	padding-top: 25px;
}

div#noordeloos {
	position: relative;
	float: left;
	width: 342px;
	height: 265px;
	padding-right: 8px;
	border-right: 1px solid #FFCC33;
	text-align: right;
	line-height: 17px;
}

div#heiwerken {
	position: relative;
	float: left;
	width: 343px;
	height: 265px;
	padding-left: 8px;
	text-align: left;
	line-height: 17px;
}
