/*===================================
HTML-tags
===================================*/

* { margin:0; padding:0;}

html
{
	height: 100%;
}

body  {
	text-align: center;
	background-color:#FFFFFF;
	font-size:14pt;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

a:link, a:visited, a:hover, a:active {
	color: #000033;
	text-decoration: none;
	font-size: 1em;
}

h1, h2, h3, h4 {
	color:#000033;
}

h1 {font-size:1.4em;
	font-weight: normal;
	margin:0 0 18px 0;
	padding: 0;
}

h2 {
	font-size:1.2em;
	font-weight: normal;
	padding-top: 9px;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

p {
	padding: 0 0 18px 0;
}

th {
	text-align:left;
	font-weight:normal;
	}

ul {padding-left: 20px;}	
li { padding-left:10px;}

.yui-gd .yui-u {width:900px;float: left;}
.yui-gd .yui-u.first { display: none;}
	
#hd, .first, #disclaimer, #ft, #print {
	display:none;
	}
#print_logo { 
	height:3em;
	width:100%;
	margin: 2em 0 6em 2em;
	display:block;
	}
#content {
	margin: 0 0 0 2em;
	padding: 0;
	color:#000000;
	line-height:180%;
	background: none;
	}
.plaatje { padding: 10px 0 10px 10px; font-style: italic; font-size: 0.92em}
.plaatje img {margin: 0 30px 0 0; float:left; }

/************** tabellen met borders **************/
#tabel {
	width: 500px;
	padding: 0;
	}
	
#tabel table  {
	width: 100%;
	margin:5px 0 20px 0;
	border: #000033 solid 1px;
	border-collapse: collapse;
}
 
#tabel table td, #tabel table th {
	border: #000033 solid 1px;
	padding: 3px;
}

#tabel table th {
	font-weight: bold; 
	font-size:11px;
	}

#tabel table th.head {
	text-align:left;
	font-weight:bold;
	}	
