/* Opmaak Perspektief */

body{
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;

}
h3 {
	padding: 5px;
	background-color: #bebff2;
	width: 400px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #379;
	text-align: left;
}
h5 {
	text-align: left;
	font-size: 1.1em;
}
#houder{
	font-size: 1.4em;
	margin: 0px auto;
	border: solid 1px #369;
	width: 790px;
	text-align: left;
	background-image: url(afbeeld/houder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #f0e4ff;
}

#kop {
	height: 212px;
	width: 100%;
	text-align: right;
	color: #379;
	font-size: 12pt;
	background-image: url(afbeeld/titel2.gif);
	background-repeat: no-repeat;
	background-position: -3px top;
}
#menu {
	float: left;
	width: 165px;
	padding-left: 5px;
	padding-top: 50px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.5em;
}
#inhoud {
	color: #369;
	margin-left: 180px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	}
#email {
 width: 191px;
 height: 16px;
 border: none;
 margin-bottom: -15px;
}
#inhoud img {
	border: solid 1px #369;
	margin: 2px 10px 10px 10px;
}

#menu a:link,#menu a:visited {
	color:#FFF;
	text-decoration: none;
	font-weight: normal;
}
#menu a:hover {
	color:#FFF;
	text-decoration: underline;
	font-weight: normal;
}
#inhoud a:link, #inhoud a:visited {
	color:#369;
	text-decoration: none;
	font-weight: bold;
}
#inhoud a:hover {
	color:#336699;
	text-decoration: underline;
	font-weight: bold;
}

#koptekst {
margin: 8px 14px;
width: 480px;
float: right;
}
#clear {
	clear: both;

}

