/* Styling in the XHTML 1.1 Document Type  - http://www.w3.org/TR/xhtml11/doctype.html#s_doctype*/
html {}

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 80%;
	color : #000000;
	background-color : #FFFFFF;
	background-image: url(../images/bg.gif);
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	line-height: 17px;
}

a {}
	a:link 
	{
		color: #000000;
	}
	a:visited 
	{
		color: #000000;
	}
	a:hover 
	{
		color: #000000;
	}
	a:active 
	{
		color: #000000;
	}

#header1 
{
	margin: 0 0 0 0;
	width: 760px;
	height: 30px;
	margin-left: auto; 
	margin-right: auto;
	background: url(../images/bg-header.gif);
}

#footer1 
{
	margin: 0 0 0 0;
	width: 760px;
	height: 60px;
	margin-left: auto; 
	margin-right: auto;
	background: url(../images/bg-footer.gif);
}

table.table_footer2
{
	width: 760px;
	height: 30px;
	border: 0px;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	font-size: 10px; 
}

div.pijl
{
	margin: 0 0 0 0;
	width: 16px;
	height: 16px;
	background: url(../images/arrow.gif);
}

div.pdf
{
	margin: 0 0 0 0;
	width: 16px;
	height: 16px;
	background: url(../images/pdf-icoon.jpg);
}

table 
{
	font-size : 100%;
	border-collapse : collapse;
	margin : 0em 0em 0em 0em;
}

table.table_header
{
	width: 760px;
	height: 15px;
	border: 0px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #FFFFFF;
}

table.table_content
{
	width: 760px;
	height: 0px;
	border: 0px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #FFFFFF;
}

table.table_content1
{
	width: 700px;
	height: 0px;
	border: 0px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #FFFFFF;
}

table.table_content2
{
	width: 670px;
	height: 16px;
	border: 0px;
	background-color: #FFFFFF;
}

table.table_footer
{
	width: 760px;
	height: 60px;
	border: 0px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #FFFFFF;
}

tr 
{
	vertical-align : top;
}

th 
{
	padding : 0em 0em 0em 0em;
	text-align : left;
	font-weight : normal;
}

td 
{
	vertical-align : top;
	padding :  0em 0em 0em 0em;	
}

hr.lijn
{
	width : 710px;
	color: #CCCCCC;
	height : 0.1em;
	clear : both;	
}

UL         
{ 
	list-style-position: outside;		
	list-style-type: none;
	list-style-image: url(../images/bullit.gif);
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 5px; 
	padding-left: 1em
}

UL.sub         
{ 
	list-style-position: outside;		
	list-style-type: none;
	list-style-image: url(../images/subbullit.gif);
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 5px; 
	padding-left: 1em
}

UL.compact 
{ 	
	list-style: inside; 
	list-style-type: disc;
}

OL         
{ 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 10px; 
	padding-left: 1em
}

h1 
{
	margin : 0em 0em 0em 0em;
	font-size : 14px;
	font-weight : bold;	
}

h2 
{
	margin : 0em 0em 0em 0em;
	font-size : 13px;
	font-weight : bold;	
}

h3 
{
	margin : 0em 0em 0em 0em;
	font-size : 12px;
	font-weight : bold;	
}

h4
{
	margin : 0em 0em 0em 0em;
	font-size : 11px; 
	font-weight : normal;
}

@media handheld{
/* Handheld style sheet - Start */ 
html {}
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 80%;	
  	margin: 0;
    background-color: White;
    background-image: none;
}
#header1 
{
	margin: 0 0 0 0;
	width: 760px;
	height: 30px;
  	margin: 0;
    background-image: none;
}

#footer1 
{
	margin: 0 0 0 0;
	width: 760px;
	height: 60px;
  	margin: 0;
    background-image: none;
}

table.table_header
{
	width: 760px;
	height: 15px;
	border: 0px;
  	margin: 0;
}

table.table_content
{
	width: 760px;
	height: 0px;
	border: 0px;
  	margin: 0;
}

table.table_content1
{
	width: 700px;
	height: 0px;
	border: 0px;
  	margin: 0;
}

table.table_content2
{
	width: 670px;
	height: 18px;
	border: 0px;
  	margin: 0;
}

table.table_footer
{
	width: 760px;
	height: 60px;
	border: 0px;
  	margin: 0;
}

/* Handheld style sheet - Einde */ 
