*
{
	margin: 0px;
	padding: 0px;
}

li {
	
	height: 22px;
	line-height: 1px;
	vertical-align: bottom;
	display: block;
}
hr
{
	height: 0;
	border: 0;	
	border-top: 1px solid #e1e1e1;
}

html, body
{
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*min-height: 98%;*/
	height: auto !important;
	height: 100%;
	background-color: #e7e7e7;
}

body
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:normal;
	letter-spacing: 0px;
	line-height: 13px;
	color: #868688;
}

a
{
	color: #003567;
	text-decoration: none;
}

a:hover
{
	color: #003567;
	text-decoration: underline;
}

INPUT.invoer 
{
    border: 1px solid #c2c2c3;
 	font-family: Verdana;
 	font-size: 8pt;
 	font-style: normal;
 	color: #868688;
 	background-color: #FFFFFF;
	widht: 100px;
}
.content_kop
{
	font-weight:bold;
	color:#010135;
}

.container
{
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px auto;	
}

.inhoud	
{
	width: 800px;
	margin: 0px auto;
	background-color:#FFF;
	background-color:#e7e7e7;
}

.container_content
{
	width: 800px;
	margin: 0px auto;
	float: left;
}

.header
{
	background-color:#FFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding-left:739px;
	font-size:12px;
}
.content
{
	height:400px;
	width:800px;
	background-color:#FFF;
}

.content_box_pagina_kop
{
	float:left;
	width:784px;
	height:22px;
	background-color:#e8edb7;
	color:#003567;
	font-weight:bold;
	padding-left:16px;
	padding-top:6px;
}
.content_box_pagina_content
{
	float:left;
	width:800px;
	height:377px;
	overflow-y:auto;
	overflow-x:hidden;
}

.bottom_tekst
{
	text-align:right;
	padding-right:20px;
	color:#646464;
}
.bottom_tekst a
{

	color:#646464;
}