.box {
	height: 400px;
	width: 450px;
	padding: 5px;
	margin:0px auto;
	text-align:left;
	background-color: #fff;
	border: 1px solid #FE9C54;
}
.naambox {
	background-color: #fff;
	width: 602px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;

	border-right-color: #FE9C54;
	border-bottom-color: #FE9C54;
	border-left-color: #FE9C54;
}
.lijntje{
	border-bottom-style: dashed;
	border-bottom-color: #B20000;
	border-bottom-width: 1px;
	width: 100%;
		background-color: #fff;
}
.logobox {
	background-color: #fff;
	height: 400px;
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FE9C54;
	border-right-color: #FE9C54;
	border-bottom-color: #FE9C54;
	border-left-color: #FE9C54;
	margin: 0px;
	padding: 0px;
position: relative;
	top: 2px;
}
.naarlinks{
	margin-left: -5px;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:50px 0px;
	padding:0px;
	text-align:center;
	background-color: #FFFBEC;
	/* background-color: #FFFDFE; */
}
