	/* 
		Classes & Selectors (CMS) www.chatel.nl
	*/ 

	h1{
		font-weight:normal;
		font-size:18px;
		color:#334281;
		margin:0;
		padding:0;
	}

	h2{
		font-weight:normal;
		font-size:16px;
		color:#334281;
	}

	h3{
		font-weight:normal;
		font-size:14px;
		color:#334281;
	}

	a{
		color:#334281;
	}

	a:visited{
		color:#334281;
	}
	a:hover{
		color:#326bae;
	}

	.img-left { 
		margin:2px 5px 2px 0; 
		float:left
	}
	
	.img-left-border { 
		margin:2px 5px 2px 0; 
		float:left;
		border:1px solid #334281;
	}

	.img-right { 
		margin:2px 0px 2px 5px; 
		float:right;
	}

	.img-left-nopad { 
		margin: 0; 
		float:left;
	}
	
	.img-right-nopad { 
		margin:0; 
		float:right;
	}
	
	.padded-left{
		float:left;
		padding-left:10px;
		display:inline;
	}

	.padded-left-homepageblock{
		width:200px;
		float:left;
		padding-left:10px;
		display:inline;
	}

	.padded-left-top{
		float:left;		
		padding-left:10px;
		padding-top:10px;
		display:inline;
	}


	.list-large{
		font-size:1em;
	}

	.list-large li{
		margin-bottom:7px;
	}
	
	/* 
		bullet link
	*/
	
	a.leesverder_link{
		margin-top:10px;
		display:block;
		border:0px solid red;
		text-align:right;
		padding-right:20px;
		float:left;
		height:14px;
		color:#334281;
		text-decoration:none;
		background-image:url("/chatel/images/layout/bullets/link-bullet-1.gif");
		background-repeat:no-repeat; 
		background-position:center right;
	}

	a:visited.leesverder_link{
		color:#334281;
		text-decoration:none;
	}

	a:hover.leesverder_link{
		color:#326bae;
		text-decoration:none;
	}
	
	/*
		right
	*/


	a.bullet_right{
		margin-top:10px;
		display:block;
		border:0px solid red;
		text-align:right;
		padding-right:20px;
		float:left;
		height:14px;
		color:#334281;
		text-decoration:none;
		background-image:url("/chatel/images/layout/bullets/link-bullet-1.gif");
		background-repeat:no-repeat; 
		background-position:center right;
	}

	a:visited.bullet_right{
		color:#767676;
		text-decoration:none;
	}

	a:hover.bullet_right{
		color:#326bae;
		text-decoration:none;
	}
	
	/*
		left
	*/

	a.bullet_left{
		margin-top:10px;
		display:block;
		border:0px solid red;
		text-align:left;
		padding-left:20px;
		float:left;
		height:14px;
		color:#334281;
		text-decoration:none;
		background-image:url("/chatel/images/layout/bullets/link-bullet-1.gif");
		background-repeat:no-repeat; 
		background-position:center left;
	}

	a:visited.bullet_left{
		color:#334281;
		text-decoration:none;
	}

	a:hover.bullet_left{
		color:#326bae;
		text-decoration:none;
	}
