@import url("/css/reset.css");
@import url("/css/deco.css");

body {
	margin-top: 30px;
	background: #fff url('/img/bg_all.jpg');
	font: normal 0.71em/1.4 'Verdana', 'Trebuchet MS', 'Tahoma', 'Arial';
	text-align: center;
}

p {
	padding: 10px 0;
}

.information {
	clear: both;
	padding: 1em 0 .5em 0;
	font-size: 1.3em;
}

.information span{
	color: #616161;
}

#portaal {
	position: absolute;
	height: 0px;
	margin: 0;
	z-index: 5;
	width: 100%;
	text-align: left;
	background: transparent url('/images/portaal.jpg');
}

#branding{
	height: 228px;
}

#contentWrapper {
	margin: 0 auto;
	text-align: left;
	width: 718px;
}
	
	#menu{
		height: 35px;
	}
	
	#branding h1 {
		display: none;
	}
	
	#leftContent{
		clear: left;
		float: left;
		width: 250px;
	}
	
	#leftContent .deco{
		overflow: hidden;
		padding: 10px;
	}
	
	div.leftContentText {
		clear: both;
		padding: 0 3px 0 1px;
	}
	
	.leftContentText .deco{
		padding: 0 1px;
	}
	
	#rightContent{
		clear: right;
		float: right;
		width: 468px;
	}
	
	#rightContent .deco{
		overflow: hidden;
		padding: 10px;
	}
	
	#footer{
		clear: both;
		text-align: center;
		background: url('/images/footer.png') no-repeat;
		width: 100%;
		height: 104px;
	}
	
		#copyrightNotice{
			padding: 37px 0 0 0;
			font-size: 1em;
			color: #fff;
			clear: both;
		}
		
		#copyrightNotice a,
		#copyrightNotice a:hover{
			text-decoration: none;
			color: #fff;
		}
		
		#landingPages {
			padding: 20px 0 0 0;
			font-size: 0.9em;
		}
		
		#landingPages a {
			text-decoration: none;
			color: #616161;
		}
		
		#landingPages a:hover {
			text-decoration: underline;
		}