* {
	margin		: 0px;
	padding 	: 0px;	
}
body{
	background-color:#191818;
}
#visual {
	background-color: #FBF5CD;
	height: 280px;

	border-top-width: 8px;
	border-right-width: 0px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../images/visual.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#container {
	width		: 770px;
	margin-top	: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left	: auto;

	height		: auto;
	background-color:#191818;
}
#logo {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
}
#navigatie {
	background-color: #FFF5D6;
	border-top:1px solid #191818;
	height: 43px;
	width: 100%;
	margin: 0px;
}
div.row{
	height:100%;
}
div#center{
	height:100%;
}
#container #content-box {
	padding-top: 10px;
}
#container #content-box #center {
	width: 465px;
	background-color: #FFF5D6;
	height:100%;
	margin: 0px;
	padding-left: 15px;
	padding-right: 5px;
}
#container #content-box #right {
	float:right;
	width: 260px;
	background-color: #FFF5D6;
	height:auto;
	padding-left: 15px;
}
#content-box #center img {
	vertical-align: baseline;
}
#container .onder {
	background-color: #0033FF;
}

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	line-height:20px;
}
#container #content-box #right a {
	color: #FFFFFF;
	background-color:none;
}
.special {
	visibility: hidden;
}

