	/* Algemeen */
	
body,html { 
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #444444;
	font-family: Verdana;
	background: #ffffff url(../images/achtergrond.gif) repeat-y 50% 0;
}

body {
    min-width:753px;
	padding: 0 0 0 6px; 
}

#container {
	width: 753px;
	margin: 0 auto;
}

#main {
	width: 608px;
	margin: 0;
	padding: 0;
	float: left;
}

#rechts {
	width: 145px;
	/* T R B L */
	margin: 0;
	padding: 313px 0 0 0; 
	float: right;
}

	/* Einde algemeen */

	/* Main */

#logo { 
	padding: 0;
	margin: 0;
	width: 608px;
	height: 74px;
	border-bottom: 2px solid #FF6120;
}

#header_foto { 
	padding: 0;
	margin: 0;
	width: 608px;
	height: 198px;
	background-image: url('../images/header.jpg');
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
}

#navigatie {
	padding: 0;
	margin: 0;
	width: 608px;
	height: 21px;
	background-image: url('../images/navigatie_achtergrond.jpg');
}

#navigatie ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigatie ul li {
	display: inline;
	/* T R B L */
	padding: 3px 7px 4px 7px;
	margin: 1px 0px 0px 0px;
	line-height: 21px;
	height: 21px;
	border-right: 1px solid #DE5503;
	border-left: 1px solid #FCAE85;
}

#navigatie ul li a {
	text-decoration: none;
	color: #ffffff;
}

#navigatie ul li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#content { 
	padding: 0;
	margin: 0;
	width: 588px;
	margin: 20px 10px 20px 10px;
	line-height: 18px;
}

#content a {
	text-decoration: none;
	color: #FF6120;
}

#content a:hover {
	text-decoration: underline;
	color: #FF6120 ;
}

#content a.anker {
	text-decoration: none;
	color: #444444;
}

div.spacer {
	clear: both;
}

label
{
width: 130px;
float: left;
text-align: right;
margin-right: 20px;
display: block
}

.center {
width: 350px;
text-align: center;
}

#foutmelding {
	color: #FF6120;
}

	/* Einde Main */

	/* Rechts */

#rechts_tekst { 
	width: 135px;
	color: #B4B4B4;
	padding: 0px 0px 20px 10px;
	line-height: 18px;
}

#rechts_tekst a {
	text-decoration: none;
	color: #B4B4B4;
}

#rechts_tekst a:hover {
	text-decoration: underline;
	color: #B4B4B4;
}

	/* Einde Rechts */
