/*css oefening 1*/
*{
	margin:0px;
	padding:0px;
}
/************************************HTML TAGS********************************/
body{
	background:#463231;
	font-color:#FFF;
	height:auto;
	font :normal 12px Verdana; /*em lettertype....*/
	font-weight: bold;
		color: #FFFFFF;
}
p {
	font-size:12pt;
	color:#FFF;
	font-weight:bold;
}
#container{
width:770px;
height:auto;
margin:0 auto; /*centreer deze div*/
	overflow:hidden;
	
}
#header {
width : 770px;
height:500px;
display:inline;
float:left;
padding:20px;
}

#content  a {
	font-size: 24px;
	font-weight:bolder;
	color: #FFFFFF;
	margin-top:auto;
	display:inline;
	float:left;
	
	}
#content a:hover {
	text-decoration: none;
	color: #A98B8B;
}
#footer{
	margin-top:auto;/* lijn bovenaan de footer*/
	width:770px;
	height:100px;
	float:left;
	display: inline;
	text-align:center;
		
}
.fotoruimplaats {
	padding: 10px;
}

