html	{ 
		background: url('../root.png') #1d272a repeat-x fixed; color: #000; font: normal 12px/1.5 Calibri, Verdana, sans-serif; overflow-y:scroll 
		}	

/* Opmaak container */
.container
		{
		margin:auto;
		border: 0px solid red;
		width: 958px;
		background-color: #C9BFA1;
		padding: 10px;
		}
/* Einde opmaak container */

/* Opmaak header */
.header	{
		border: 0px solid green;
		background: url('../header.png') no-repeat;
		width: 950px;
		height: 200px;
		margin: auto;
		padding: 0 0 0 0;
		}
/* Einde opmaak header */

/* Opmaak menu balk */
.menuitem	{
		border: 0px solid blue;
		width: 950px;
		height:26px;
		margin: 10px auto;
		padding: 4px;
		background-color:#3D3D3D;
		}

a:hover {
		color:#454545;
		font-weight:bold;
		text-decoration:underline;
		}
	      	  
.menuitem a
		{
		color: #787878;
		font-weight:bold;	
		text-align:left;
		text-decoration:none;
		display: inline;
		margin-right:8px;
		}

.menuitem a:hover
		{
		color:#fff;
		text-decoration:none;
		}	

 .menuitem a:active 
		{
		color:#fff;
		text-decoration:none;
		}	

.menuitem { table-layout: fixed }
.menuitem td { text-align: center; vertical-align: top }
/* Einde opmaak menu balk */

/* Opmaak Content */
.content_links
		{
		border: 0px solid yellow;
		background-color: #F7F2E4;
		width: 525px;
		padding: 10px;
		margin: 0 0 0 4px;
		float: left;
		margin-bottom: 10px;
		}

.content_rechts
		{
		border: 0px solid purple;
		width: 375px;
		float: left;
		padding:10px;
		margin:0 0 0 10px;
		background-color:#776D55;
		margin-bottom: 10px;
		}

a		{
		color:#000;
		font-weight:bold;
		text-decoration: underline;
		} 
	 
a:hover {
		color:#454545;
		font-weight:bold;
		text-decoration:underline;
		}
/* Einde opmaak content */ 

/* Opmaak footer */
.footer	{
		border: 0px solid red;
		width: 943px;
		height:26px;
		margin: 0 auto;
		padding: 4px;
		clear: both;
		text-align: right;
		background-color:#3D3D3D;
		}

.footer a 
		{ 
		color: #ddd; text-decoration: none 
		}
.footer a span 
		{ 
		color: #0f9; text-decoration: none 
		}
/* Einde opmaak footer */

#formpje	{
	text-align: right;
}

#formpje input {
	margin-bottom: 2px;
}