* { margin: 0px; padding: 0px; }

body 			{
				text-align: center;
				background-image: url("images/bg.jpg");
				font-family: Arial;
				font-size: 12px;
				}
				
a				{
				color: white;
				font-family: Arial;
				font-size: 12px;	
				}
				
#center			{
				text-align: center;
				font-size: 15px;
				}
				
a#footer 		{
				color: black;
				font-family: Arial;
				font-size: 12px;	
				}
				
#wrapper 		{
				width: 800px;
				margin: 0 auto;
				text-align: left;
				}
				
#boven_header	{
				width: 800px;
				height: 20px;
				color: white;
				border: 1px black solid;
				background-color: #d13934;
				}
				
#header			{
				width: 800px;
				height: 150px;
				background-image: url("images/header.jpg");
				border: 1px black solid;
				background-repeat: no-repeat;
				}
				
#onder_header	{
				width: 800px;
				height: 126px;
				border: 1px black solid;
				background-color: #d13934;
				}
				
#index2			{
				text-align: center;
				margin-top: 10px;
				}
				
#index3			{
				text-align: center;
				margin-top: 30px;
				}				
							
#navigatie		{
				width: 800px;
				height: 10px;
				background-color: white;
				border: 1px black solid;
				text-align: center;
				}				

#boven_content	{
				width: 800px;
				height: 75px;
				background-color: #d13934;
				border: 1px black solid;
				}
				
#content2		{
				width: 800px;
				min-height: 200px;
				height: auto !important;
				height: 200px;
				background-color: white;
				border: 1px black solid;
				}
				
#onder_content	{
				width: 800px;
				min-height: 100px;
				height: auto !important;
				height: 100px;
				background-color: #d13934;
				border: 1px black solid;
				font-weight: bold;
				}
				
#navigatie_links	{
					padding-left: 10px;
					padding-top: 4px;
					}
				
#content		{
				}
				
#toplinks		{
				position: relative;
				height: 120px;
				background: url(images/bg_toplinks.gif) repeat-x top left;
				color: #FFF;
				}
				
#toplinks a		{
				color: #FFF;
				text-decoration: underline;
				}

#no_underline	{
				text-decoration: none;
				}
				
				
#toplinks a:hover	{
					color: #FFFFF;
					text-decoration: none;
					}
					
#links1				{
					position: absolute;
					left: 10px;
					top: 8px;
					width: 160px;
					line-height: 27px;
					font-weight: bold;
					}
					
#links2				{
					position: absolute;
					left: 175px;
					top: 8px;
					width: 160px;
					line-height: 27px;
					font-weight: bold;
					}
					
#links3				{
					position: absolute;
					left: 340px;
					top: 8px;
					width: 160px;
					line-height: 27px;
					font-weight: bold;
					}
					
#links4				{
					position: absolute;
					left: 505px;
					top: 8px;
					width: 160px;
					line-height: 27px;
					font-weight: bold;
					}
					
#links5				{
					position: absolute;
					top: 8px;
					left: 668px;
					width: 160px;
					line-height: 27px;
					font-weight: bold;
					}
