/* Basiselementen */
html {
	margin: 0px;
	padding: 0px;
	}
	
body { 
	font: 11px georgia; 
	color: #451A02; 
	background: url(images/background.jpg); 
	margin: 0px; 
	}

a
	{
		color: #000000;
	}
	
#kop
	{
	font: 13px verdana;
	font-weight: bold;
	color: #451A02; 
	}

/* Tables */

table
	{
	font: 11px georgia; 
	color: #451A02; 
	}
	
#space
	{
		height: 30px;
	}
	
#maintable
	{
	}	

#content_up
	{
		background: url(images/content_back.jpg) repeat-y top center;
		width: 560px;
	}

#content
	{
		background: url(images/content_up.jpg) no-repeat top center;
		width: 560px;
	}
	
#content_bottom
	{
		background: url(images/content_bottom.jpg) no-repeat bottom center;
		width: 560px;
		height: 22px;
		text-align: left;
		padding-top: 50px;
		padding-left: 25px;
		padding-right: 30px;
		padding-bottom: 25px;
	}
	
#menu
	{
		background: url(images/menu.gif) no-repeat top center;
		width: 180px;
	}

#menu_back
	{
		background: url(images/menu_back.gif) repeat-y top center;
		width: 180px;
		height: 30px;
	}
	
#menu_background
	{
		background: url(images/menu_back.gif) repeat-y top center;
		width: 180px;
	}
	
#menu_space
	{
		height: 8px;
	}

#logo
	{
		background: url(images/index_23.jpg) no-repeat top center;
		height: 235px;
		width: 740px;
	}
	
#logo_none
	{
		background: url(images/index_23_none.jpg) no-repeat top center;
		height: 235px;
		width: 740px;
	}

/*Photo*/

#photo
	{
		border-width: 1px;
		border-color: #000000;
	}
	