	#buttonlink {
		width:100px;	
		padding:3px;
		margin-left:10px;
		margin-right:10px;
		float:left;
		font-weight:bold;
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		text-align:center;
		background-color:#5380c3;
		}	
	a:link#buttonlink, a:active#buttonlink, a:visited#buttonlink{
		text-decoration: none;
		color:#FFF;
		}	
	a:hover#buttonlink  {
		background-color:#000;
	} 
	#navigation {
		margin-left:150px;
		background-color:#F6F6F6;
	}		
	#news{
		width:95%;
		margin:10px;
		 border-right:1px solid #AEAEAE;
		 border-bottom:1px solid #AEAEAE;	}
	#newshead{
		background-color:#D9E1F0;
		text-align:left;
		color:#000066;
		padding:5px;
		font-weight:bold;
	}
	#newscontent
	{
		padding:10px;
		background-color:#E9EDF6;	
	}
	#infobox {
		margin: 10px;
		 border-right:1px solid #AEAEAE;
		 border-bottom:1px solid #AEAEAE;	}
	#infoboxhead {
		background-color:#D9E1F0;
		text-align:left;
		color:#000066;
		padding:5px;
		font-weight:bold;
	}
	#infoboxcontent {
		padding:10px;
		text-align:center;
		background-color:#E9EDF6;
	}
	#homeleft{
		width:200px;
		float:left;
		text-align:center;
	}
	#homeright{
		width:500px;
		float:right;
	}
	#titel {
		font-size:small;
		font-weight:bold;
		font-family: Verdana, "Trebuchet MS", Arial;
		padding: 0px 0px 5px 5px;
		margin-bottom:10px;
		border-bottom:2px solid #5380c3;
		color:#5380c3;
	}


	#beschrijving {
		padding-left:10px;
		width:40%;
		float:right;
	}
	#fotos {
		width:50%;
		float:left;
		text-align:center;
	}
	#soldoverlay
	{
		position:absolute;
		width:400px;
		height:300px;
	}
	hr{
		color:#5380c3;
		
	}
	.itemstyle
	{}
	.alternateitemstyle
	{
	}
	.cartable
	{
		 background-color:#E9EDF6;
		 border-right:1px solid #AEAEAE;
		 border-bottom:1px solid #AEAEAE;
		 color:#000066;
	}
	.tabletitle
	{
		font-weight:bold;
		background-color:#D9E1F0;
	}

/* ----------------------------
----     ALGEMEEN           ---	
------------------------------*/
	body {
		margin:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:x-small;
		background-image:url(../images/backgound.jpg);
		background-repeat:repeat-x;
		background-color:#CCCCCC;
		}
	table {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:x-small;
	}

	code{
		font-size:small;
	}
	A:active, A:visited , A:link {
	  color:#5380c3;
	  text-decoration: underline;
	}

	A:hover {
	  color:#110000;
	  text-decoration: underline;
	}
	
	input, select, textarea {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:x-small;
	}
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
	th {
		vertical-align:top;
		text-align:left;
	}
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	h2 {
		font-size:12px;
		padding-top:10px;
		border-bottom:1px solid #000;
		}

/* ----------------------------
--       STRUCTUUR         ------
------------------------------*/

	#frame {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		background-color:#F6F6F6;
		}	
	#contentmenu {
		width:800px;
		margin-right:0px;
		background:#eee;		
		text-align:center;
		padding:0px;
		}
	#content {
		width:740px;
		padding:30px;
		float:left;
		background:#F6F6F6;
		}
	#contentheader {
		width:800px;
		background-image:url("../images/header.jpg");
		background-repeat:no-repeat;
		height:126px;
		}	
	#bottom{
		margin-top:10px;
		margin-bottom:5px;
		text-align:center;
		font-size:9px;
		width:100%;
		float:left;
		background-color:#F6F6F6;
	}

