* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial;
	font-size: 8pt;
	color: black;
	text-align: center;
}

input.input {
	border: 1px solid #9F9F9F;
	background: url(none) no-repeat #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #7a7a7a;
	width: 300px;
	height: 18px;
	padding-top: 3px;
	padding-left: 3px;
}

input.error
{
  border: 1px solid #D5322D;
}

span.error, td.error
{
  color: #D5322D;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 12px;
	color: #7a7a7a;
}

input.input:hover {
	border: 1px solid #000000;
	background: url(none) no-repeat #FFFFFF;
	color: #000000;
}

td.write
{
  border-bottom: 1px solid #000000;
}

input .button {
padding-left: 10px;
}

#content .oke {
	width: 768px;
	background-color: #FCF0CC;
	border: 1px solid #ECC735;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #484848;
	size: 12px;
} 

#content .oke h1 {

	padding-bottom: 10px;
	padding-left: 10px;
	color: #484848;
	font-size: 14px;
	font-weight: bold;
}

#content .oke b{
	color: #484848;
	size: 12px;
	font-weight: bold;	
} 

#container {
	margin: 0 auto;
	width: 800px;
	height: auto;
	border: 1px solid #ccc;
}

#header {
	width: 800px;
}

#header h1 {
	font-family: arial;
	font-size: 14pt;
	color: black;
}

#content {
	width: 800px;
	height: auto;
	padding-top: 20px;
	text-align: left;
}

#content p {
	font-family: arial;
	font-size: 9pt;
	color: #000000;
	text-align: justify;
	padding-left: 10px;
	max-width: 775px;
}

#content b {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #D5322D;
}

#content a {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #D5322D;
	text-decoration: none;
}

#content span {
	font-family: arial;
	font-size: 10pt;
	color: red;
	font-weight: bold;
	padding-right: 5px;
}

#content span.aanhef
{
  font-size: 8pt;
  color: #000000;
  font-weight: normal;
  padding: 0px;
}

#content .left{
	width: 500px;
	float: left;
	padding-top: 20px;
}

#content .right{
	width: 300px;
	float: left;
	padding-top: 40px;
	text-align: right;
}

#content .all{
	width: 780px;
	padding-top: 20px;
}

#content .tabel2{
  font-size: 9pt;
    padding-left: 10px;
}

#content .tabel{
  font-size: 8pt;
  padding-left: 10px;
}

#content .av{
	width: 780px;
	padding-top: 20px;
}

#content .av p {
	font-family: arial;
	font-size: 9pt;
	color: #000000;
	text-align: justify;
	padding-left: 10px;
	max-width: 775px;
}

#content .av b {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

#content .av a {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #D5322D;
	text-decoration: none;
}

div.clear {
	display:block;
	width:1px;
	height:20px;
	font-size:1px; /* IE Fix */
	line-height:0%; /* IE Fix */
	clear:both;
}

#footer 
{
	width: 					795px;
	height: 				18px;
	line-height: 			17px;
	color: 					White;
	text-align:				left;
}
