@charset "UTF-8";
/* 

***********************************************************
	
	CSS-file by:
   
	Didjee, grafische vormgeving / multimedia, Delft
	Wateringsevest 38, 2611 AW Delft
	http://www.didjee.nl
	
	            
***********************************************************

*/

body {
	margin: 0;
	background: #EE7E17;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

img {
	behavior: url(pnghack.htc);
}

a {
	color: #174C99;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

p {
	margin: 0 0 10px;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

a.taalkeuze {
	padding-left: 25px;
}

a.nl {
	background: url(images/nl.gif) no-repeat left;
}

a.be {
	background: url(images/be.gif) no-repeat left;
}

#mainwrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 600px;
	margin: -300px 0 0 -500px;
	background: url(images/bg_portal.gif) no-repeat center center white;
}

#wrapper {
	margin: 0 auto;
	padding-top: 210px;
	width: 700px;
}

.logo {
	float: left;
	width: 33%;
	height: 100%;
}
