BODY 	
	{
	margin: 0px auto;
	padding: 0px;
	background-color: #FAF5E7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
a
	{
	text-decoration:none;
	color:#0000FF;
	font-size:11px;
	}
	
a:hover
	{
	text-decoration:underline;
	}

H1
	{
	color:#0973BD;
	font-size:16px;
	}

#container
	{	
	position:relative;
	top: 0px;
	width: 900px;
	margin: 0px auto 0px auto;
	background-color:#FAF5E7;
	}

#logo
	{
	position:relative;
	width: 225px;
	height:175px;
	float:left;
	background-image:url(/images/logo.jpg);
	background-repeat:no-repeat;
	
	}
	
#top
	{
	position:relative;
	width: 675px;
	left: 0px;
	height: 175px;
	float:right;
	top: 0px;
	margin: 0;
	padding: 0;
	}
#topbottom
	{
	width: 675px;
	left: 0px;
	height: 0px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	
	}
	
	
#menudiv
	{
	
	margin: 0;
	width:225px;
	height:auto;
	
	float:left;
	background-color:#FAF5E7;
	background-image:url(/images/menu.jpg);
	background-repeat:repeat-y;
	z-index:999;
	
	}



#pagina
	{
	
	width: 645px;
	
	padding: 15px;
	margin:0px auto 0px auto;
	min-height:400px;
	float:right;
	background-color:#EEE8D9;
	z-index:999;
	color:#000;
	}


	
#bottom
	{
	background-color:#FAF5E7;
	width: 900px;
	height:auto;
	background-image:url(/images/bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#825B4A;
	margin:0px auto 0px auto;
	padding: 7px 0px 7px 0px;
	text-align:center;
	float:left;
	}

	a.bottom
		{
		color:#825B4A;
		text-decoration:none;
		}

	tr.lijst1
		{
		background-color:#FEE9CB;
		}
		
	tr.lijst1:hover
		{
		background-color:#FDD08C;
		}
		
	tr.lijst2
		{
		background-color:#FFF9F0;
		}
		
	tr.lijst2:hover
		{
		background-color:#FDD08C;
		}
	
#error
	{
	width:530px;
	text-align:left;
	border:1px solid #FF0000;
	color:#FF0000;
	padding: 10px 10px 10px 10px;
	margin:0px auto;
	}

		
tr.sponsoren_lijst1
	{
	background-color:#FEE9CB;
	height:25px;
	}
		
tr.sponsoren_lijst1:hover
	{
	background-color:#FDD08C;
	}
	
tr.sponsoren_lijst2
	{
	background-color:#FFF9F0;
	height:25px;
	}
		
tr.sponsoren_lijst2:hover
	{
	background-color:#FDD08C;
	}
.sponsoren_tabblad
	{
	width:100px;
	height:20px;
	background-color:#999999;
	font-size:14px;
	font-weight:bold;
	float:left;
	margin:3px;
	padding:3px;
	text-align:center;
	}
.sponsoren_tabblad_selected
	{
	width:100px;
	height:20px;
	background-color:#777777;
	font-size:14px;
	font-weight:bold;
	float:left;
	margin:3px;
	padding:3px;
	text-align:center;
	}