BODY 	
	{
	margin: 0px auto;
	padding: 0px;
	background-color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a
	{
	text-decoration:none;
	color:#000000;
	font-size:11px;
	}
	
a:hover
	{
	text-decoration:underline;
	}

H1
	{
	font-size:16px;
	}

#container
	{	
	position:relative;
	width: 900px;
	margin: 0px auto 0px auto;
	background-color:#FFF;
	}
	
#top
	{
	width: 900px;
	left: 0px;
	height: 392px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	background-image:url(/images/header.jpg);
	}
	
	
#menu
	{
	margin-left:28px;
	width:233px;
	height:auto;
	float:left;
	border-left: 4px solid #49B9E3;
	border-bottom:4px solid #000;
	background-image: url('/images/menu.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
	}
	#menu a
		{
		background-image:url(/images/button.jpg);
		background-repeat:no-repeat;
		width:241px;
		height:37px;
		margin-bottom:10px;
		padding-left:15px;
		padding-top:7px;
		display:block;
		text-align:left;
		
		color:#006fdc;
		font-size:15px;
		font-weight:bold;
		text-decoration:none;
		}
	
	#menu a:hover
		{
			background-image:url(/images/button_hover.jpg);
			background-repeat:no-repeat;
		}
#pagina
	{
	position:relative;
	width: 533px;
	left: 0px;
	top: 0px;
	padding: 15px;
	padding-top:40px;
	margin-left:44px;
	min-height:400px;
	float:left;
	border-top:3px solid #000;
	border-right: 4px solid #49B9E3;
	background-color:#FFF;
	background-image:url('/images/content.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	}
	
#bottom
	{
	background-color:#FFF;
	width: 890px;
	height:150px;
	background-image:url(/images/bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#000000;
	margin:0px auto 0px auto;
	padding: 0;
	
	text-align:center;
	}
	a.bottom
		{
		color:#000000;
		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;
	}