/*css oefening 1*/
*{
	margin:0px;
	padding:0px;
}
/************************************HTML TAGS********************************/
body{
	background:#463231;
	font-color:#FFF;
	font :normal 1em Verdana; /*em lettertype....*/
	font-weight: bold;
		color: #FFFFFF;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #CFBEBE;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color:#FFF;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #A98B8B;
}
a:active {
	text-decoration: none;
	color: #919191;
}
h1 {
	font-size:16pt;
	color: #FFFFFF;
}
h2 {
	font-size: 14pt;
	text-decoration: underline;
	color: #FFFFFF;
}
h3 {
	font-size: 13pt;
	color: #FFFFFF;
}
p {
	font-size:12pt;
	color:#FFF;
	font-weight:bold;
}
/*************************id opmaak*********************/

#container{
	width:770px; /*   775px * 0.0626 = 48.515em waarde */
	margin:0 auto; /*centreer deze div*/
	overflow:hidden; /*important if floating is used */
	padding:15px 10px 0px 10px;
}

#header{
	height: 135px;
	width: 770px;
	margin-left:0px;
	float:left;
	display:inline;  /* altijd bij float plaatsen :internet explorer 6 probleem*/
	background-image: url(../images/Headerrestaufr.jpg);
	background-repeat: no-repeat;
	}
	
/*kan ook genoteerd worden als: #header #topheader, maar dat is niet verplicht*/

#menu {
	height:40px;
	width:770px;
	padding-top:12px;
	margin-left:0px;
	background-image: url(../../images/menubalk2.gif);
	float:left;
	display:inline;
	background-repeat: no-repeat;
}
#menu a {
margin-left:10px;
	font-size: 15px;
	font-weight:bolder;
	color: #FFFFFF;
	}
#menu a:hover {
	text-decoration: none;
	color: #A98B8B;
}

#content{
	width:591px;
	margin-top:20px ;
	margin-left:10px;
	float:left;
		border: 1px none #000000;
	display:inline;
	height:auto;
}
#navigatie  {
	margin-top:20px;
	width:164px;
	float:left;
	display:inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EFEFEC;
	border-right-color: #4F4646;
	border-bottom-color: #EFEFEC;
	border-left-color: #EFEFEC;
	
}
#navigatie a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}
#navigatie a:hover {
	text-decoration: none;
	color: #A98B8B;
}

#footer{
	margin-top:auto;/* lijn bovenaan de footer*/
	width:770px;
	height:44px;
	float:left;
	display: inline;
	background-image: url(../../images/menubalk2.gif);
	background-repeat:no-repeat;
		
}

#schaduwonder {
top:auto; width:770px; height:auto;  background-image: url(../../FR/images/schaduwonder.gif);  border: 1px none #000000;
}
/*********************************/

}
.foto {
	padding: 3px;
	clear: right;
	float: right;
}
.fotoruimplaats {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	
}
