<!-- 
			* {
				margin: 0;
				padding: 0;
			}
			html, body {
				background: #ffffff url("../images/bg.jpg") repeat-x top;
				color: #000;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 14px;
				width: auto;
				height: 100%;
			}

			a {
				color: #000;
			}

			a:hover {
				color: #727272;
			}

			#container {
                		height: 645px;
                		margin: 0 auto;
						background: #fff;
            		}
			
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */

			.for1024 {
				width: 921px;
			}

			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */


			p {
				padding: 10px;
				font-size: 14px;
				line-height: 20px;
			}
			
			h1 {
				font-family: Myriad Pro;
				font-size: 18px;
				color: #c42807;				
			}
			
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			.pos25 {
				width: 237px;
				height: 645px;
				float: left;
				background: #000000 url("../images/linkermenubg.jpg") no-repeat top;
			}
			
			.pos25_inhoud {
				width: 180px;
				height: 345px;
				margin-left: 30px;
				margin-top: 220px;
				float: left;				
			}

			#pos75 {
				width: 684px;
				height: 645px;
				float: left;
				background: #eeeeee url("../images/inhoudbg.jpg") no-repeat left top;
			}

			.pos75_titel {
				width: 486px;
				height: 40px;
				margin-left: 192px;
				margin-top: 50px;
				float: left;
			}
			
			.pos75_inhoud {
				width: 480px;
				height: 540px;
				margin-left: 182px;
				float: left;
				overflow-y: scroll;
				scrollbar-arrow-color: green; 
				scrollbar-face-color: #e7e7e7; 
				scrollbar-3dlight-color: #a0a0a0; 
				scrollbar-darkshadow-color: #888888;
			}
			
			.pos75_inhoud td {
				color: #000;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 14px;					
			}

			.pos75_inhoud table {
				margin-left: 10px;					
			}

			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			
			#footer {
				height: 45px;
				line-height: 45px;
				vertical-align: middle;
				text-align: center;
				margin: 0 auto;
				margin-top: -45px;
				clear: both;
				background: #EBEBEB;
			}
			#footer p {
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 10px;
				padding: 0;
				line-height: 30px;
			}









#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 9px 4px 9px 54px;
width: 106px;
background-color: #999;
background-image: url(../images/button.jpg);
}

#navcontainer a:link, #navlist a:visited
{
color: #555555;
text-decoration: none;
}

#navcontainer a:hover
{
background-image: url(../images/button_over.jpg);
color: #fff;
}

#active a:link, #active a:visited, #active a:hover
{
background-image: url(../images/button_over.jpg);
color: #fff;
}

