/* CSS Document */
body{
   background-image:url(../img/portal_background.png);
   background-repeat:repeat-x;
   background-color:#f000000;
   background-position:top;
   font-family: "Trebuchet MS";
   font-size:13px;
   font-style:italic;
   text-align:center;
}
img{
	border:none;	
}
#logo{
	background-image:url(../img/portaal_logo.png);	
	background-repeat:no-repeat;
	height:200px;
	background-position:20% 90%;
}
#keuze{
	height:200px;
	width:960px;	
}
#foto{
	height:355px;	
}
#hoofd{
	width:960px;
	position:relative;
	text-align:left;
	border:0px solid red;
	margin:13px auto;
}
#bottom{
	width:960px;
	height:162px;
	background-image:url(../img/portaal_bottom.png);
	margin:0 auto;
}
#mave{
	position:relative;
	width:130px;
	height:150px;
	border:0px solid green;
	margin-left:600px;	
}

#mave a{
	display:block;
	width:130px;
	height:150px;
	border:0px solid red;

}
a.mail{
	font-style:normal;	
}
#contact{
	border:0px solid black;
	width:480px;
	height:20px;	
	position:relative;
	margin-top:-150px;
}
#contact a{
	display:block;
	width:240px;
	height:20px;
		
}