html 		{
				margin: 0;
				padding: 0;
			}
body		{	
				font-size: 1em; 
				font-family: arial,sans-serif; 
				text-align: left; 
				color: #808080; 
				line-height: 20px;
			}
H1  	    {
				font-weight: bold; 
				font-size: 1.75em; 		/* 28/16 =1.75em */
				line-height: 28px;
			}
H2			{
				font-weight: bold; 
				font-size: 1.3em; 		/* 18/16 =1.15em */
				color: #CC0000; 
				line-height: 20px;
			}
H3    		{
				font-weight: bold; 
				font-size: 1em; 
				line-height: 20px;
				margin-bottom: 5px;
			}
A:link      {
				color: #CC0000;
			}
A:visited   {
				color: #CC0000;
			}
A:hover     {
				color: #CC0000;
				text-decoration: none;
			}

ul, ol		 {
				margin: 0 0 0 10px;		/* boven rechts onder links */
				padding: 0 0 0 10px;
			}
ul li, ol li {
				margin: 0 0 0 10px;
				padding: 0 0 0 10px;
			}
ol li 		{
				margin: 0 0 0 10px;
				padding: 0 0 0 10px;
			}
#container {
				padding: 180px 230px 38px 350px;  /* boven rechts onder links */
				width:800px;
				margin: 0; 
				position: relative;
			}
#top		{	position: absolute;
				background-color: #FFFFFF;
				top: 0;
				right: 0px;
			}
#lbalk		{	padding-top:	0.1cm;
				padding-bottom:	0.1cm;
				padding-left:	0.2cm;
				padding-right:	0.2cm;
				background-color: #BEBEBE;
				/* background-image: url(/images/grijs.jpg); */
				position: absolute;
				left: 10px;
				top:0;
				width: 290px;
				font-size: 0.8em;  			/* 12/16 =0.75em */
				font-style: italic;
				color: black;
				line-height: 17px;
				display: block;
			}
.disclaimer	{	bottom: 0;
			}
#lbalk p	{	margin-top: 170px;
			}
#lbalk Li   { 
				list-style-type: none; 
				margin-left: 2px; 
			}
#lbalk H2	{
				font-weight: bold; 
				font-size: 1.3em; 		/* 18/16 =1.15em */
				color: white;
				background-color: #CC0000; 
				line-height: 28px;
				font-style: normal;
				padding: 5px 5px 5px 5px;
			}
#lbalk H3	{
				font-size: 1em; 		/* 13/16 =0.8em */
			}
#vaca		{	padding-top:	0;
				padding-bottom:	0;
				padding-left:	0;
				padding-right:	0;
				background: transparent ;
				font-size: 1em; 		/* 12/16 =0.75em */
				font-style: italic;
				line-height: 17px;
			}
.mena		{	position: absolute;
				top: 170px;
				right: 20px;
			}
#hoofd		{	
				min-width: 450px;
			}
#midden		{	
				font-size: 1em;				/* 14/16 =0.9em */
				overflow: visible;
			}
#midden H3 	{
				font-weight: bold; 
				font-size: 1em; 
				line-height: 20px;
				margin-bottom: 0;
			}
#midden H5 	{
				font-size: 0.65em;				/* 11/16 =0.69em */
				line-height: 11px;
				margin-bottom: 0;
			}

#midden	A:link {
				color: #CC0000;
				text-decoration: none;
			}
#midden	A:visited {
				color: #CC0000;
				text-decoration: none;
			}
#midden	li A:link   {
				color: #808080;
				text-decoration: none;
			}
#midden li A:visited   {
				color: #808080;
				text-decoration: none;
			}
#midden li A:hover     {
				color: #CC0000;
				text-decoration: none;
			}
