
* { 0;0;
}
body {
			background-color: #fff;
			margin:5;
			padding:5;
}
a:link
			{
	display: block; 
			color: #333;
			text-decoration: none;
		/*background-color: #990000;*/

			}
a:active
			{
				display: block; 
			
			color: #333;
			text-decoration: none;
			/*background-color: #990000;*/

			}
a:visited
			{
		display: block; 
			color: #333;
			text-decoration: none;
			/*background-color: #990000;*/
	
			}
 a:hover
			{
				display: block;
			color: #900;
			text-decoration: none;
		/*background-color: #990000;*/
}

a.active
			{
	color: #363;
	font-size: 14px;
	font-weight: bold;
			}

p {
font-family: arial;
font-size: 13px;
color: #333;
}
p.bold		{
		font-weight: bold;
			}
p.bolditalic {
		font-weight: bold;
		font-style: italic;
			}
p.alarm		{
			font-weight: bold;
			font-style: italic;
			color: #900;
			}		
p.groen 	{
			font-family: arial;
			font-size: 11px;
			color: #000;
			}
p.mini	 	{
			font-family: arial;
			font-size: 9px;
			}
p.dikgroen 	{
			
			font-size: 14px;
			color: #000;
			}


h1{
			background-color: #ccc;
			/*border: 2px solid #990000;*/
			width: 100%;
			font-family: arial;
			font-size: 12px;
			text-align: center;
		/*font-style: italic;*/
			color: #000;

}

h2{
			background-color: #ccc;
			/*border: 2px solid #990000;*/
			display: block;
			width: 80%;
			padding: 4px;
			font-family: arial;
			font-size: 2em;
			text-align: center;
			font-style: italic;
			color: #fff;
}
#blokboven	{
				/*border: 2px solid #990000;*/
			position: strict;
			left: 10px;
			top: 40px;
			display: block;
			width: 80%;
			margin: 0px;
			padding: 4px;
			float: left;
			background-color: #fff;
			font-family: arial;
			font-size: 14px;
			color: #000;
			}
#bloktussen	{
				/*border: 2px solid #990000;*/
			position: strict;
			display: block;
			width: 80%;
			margin-top: 10px;
			padding: 4px;
			float: left;
			background-color: #fff;
			font-family: arial;
			font-size: 14px;
			color: #000;
			}
#blokonder	{
				/*border: 2px solid #990000;*/
			position: relative;
			display: block;
			width: 100%;
			margin-top: 10px;
			padding: 4px;
			float: left;
			background-color: #ccc;
			font-family: arial;
			font-size: 10px;
			color: #000;
			}
#blokplaatje	{
		
			display: block;
			/*width: 20%;*/
			padding: 4px;
			float: left;
			background-color: #fff;
			
			}
#bloktekst	{
			
			display: block;
			/*width: 20%;*/
			padding: 4px;
			margin: 4px;
			float: left;
			background-color: #fff;
			font-family: arial;
			font-size: 15px;
			color: #000;
			}
#bloktekst2	{
		
			display: block;
			width: 25%;
			margin: 4px;
			padding: 2px;
			float: left;
			background-color: #fff;
			font-family: arial;
			font-size: 13px;
			color: #000;
			}
			
#bloktekst3	{

			position: strict;
			display: block;
			width: 65%;
			padding-left: 10px;
			margin: 4px;
			float: right;
			background-color: #fff;
			font-family: arial;
			font-size: 14px;
			color: #000;
			}

.clear
		{
			clear: both;
		}
