/* ################################################### ALGEMEEN ###################################################  */
* {
	margin: 0;
	padding: 0;
}

body {
	width: 970px;
	background: #fff;
	margin: 0 auto;
	height: 1200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

a:link,  a:active, a:visited {
	font: 12px;
	color: #bb6808;
}

a:hover {
	text-decoration: none;
}

P.error {color: red;}
P.ok {color: green;}

/* ################################################### CONTENT ###################################################  */
#header {
	width: 970px;
	height: 100px;
	font-size: 100%;
}

img.logo {
	padding: 0 0 0 0px;
}

#content {
	width: 970px;
	
}

P.center {
	text-align: center;
}


	
	
		#menu {
			width: 970px;
			
			
			padding: 0px 0 0 0px;
			
		}
		
			
		
		#breadcrumb {
			width: 970px;
			height: 18px;
			
			color: #b500cb;
			background: #fff;
			padding: 0px 0 0px 0px;
		}
		
			#breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited {
				
				color: #b500cb;
			}
			
			#breadcrumb a:hover {
				text-decoration: none;
			}
		
		#zoeken {
				float:right;
				width: 200px;
				height: 18px;
				padding: 0px 2px 0 10px;
				background: green;		
			}
		
			#zoeken form {
				padding: 0 0 0px 0;
			}
		
			#zoeken input.zoeken {
				width: 80px;
				height: 16px;
				border: 1;
				
				color: #000;
				
				padding: 0px 0px;
				vertical-align: top;
			}
			
			#zoeken input.submit {
				border: 2;
				border-color: #3c639e;
				background: none;
				vertical-align: middle;
				height: 17px;
				
				
				
				
			}
		
		#left {
			width: 140px;
			float: left;
			background: green;
		}
		
			#left h1 {
				width: 117px;
				height: 21px;
				background: url('/images/content_left_left_h1.jpg') no-repeat top left;
				font: 12px;
				color: black;
				padding: 3px 0 0 5px;
				margin: 0 0 5px 0;
			}
			
			
			
			#left p {
				width: 120px;
				
				color: #00000;
				margin: 0 auto;
			}
		
		#mid {
			width: 620px;
			float: left;
			margin: 0 0px 0 0;
			display: inline;
			
		}
		
		
		
			#mid h1 {
				width: 497px;
				height: 21px;
				background: url('/images/site/content_left_right_h1.jpg') no-repeat top left;
				font: bold 12px Arial, Helvetica, sans-serif;
				color: #fff;
				padding: 3px 0 0 10px;
				margin: 10px 0 5px 0;
			}
			
			#mid img.float {
				float: right;
				margin: 1px 1px 1px 1px;
			}
			
			#mid p {
				font: 12px;
				color: #000;
				margin: 0 0 0px 00px;
			}
			
					
			
			/* 
			Lijst 
			*/
			
			.lijst_img {
				width: 50px;
				float: left;
				margin: 0 0px 0 5px;
				
				background: yellow;
			}
			
			.lijst_tekst {
				width: 300px;
				float: left;
				margin: 0 0px 0 0;
				
				background: yellow;
			}
			
			#mid img.lijst {
				float: left;
				margin: 1px 5px 1px 1px;
			}
			
			
			
			

	
	#right {
		width: 350px;
		float: left;
		padding: 0 0 0 0px;
		
	}
		
		#right h1 {
			width: 238px;
			height: 21px;
			background: url('/images/content_right_h1.jpg') no-repeat top left;
			
			color: black;
			padding: 3px 0 4px 10px;
			margin: 0 auto 5px auto;
		}
		
				
		#right p {
			
			color: black;
			margin: 0 auto;
			padding: 0 0 0px 0;
		}
		
		#right p.groot {
			font:  22px ;
			color: #fff;
			margin: 0 auto;
			padding: 0 0 40px 0;
		}
		
		img.edit {
			float: right;
			margin: 0px 0px 5px 10px;
		}
		
		img.img_rechtsboven {
			padding: 10px 0px 0px 0px;
		}		
		

			
		
		#content_right p a:link, #content_right p a:active, #content_right p a:visited {
			
			letter-spacing: 0;
			color: #fff;
		}
			
		#content_right p a:hover {
			text-decoration: none;
		}

/* Tabel kleur */
.mouseout{ background-color:;}
.mouseover{background-color:#6CA7FF;}
.mouseclick{background-color:#6CA7FF;}		

#footer {
	width: 970px;
	height: 50px;
	margin: 0 0 20px 0px;
}

	#footer p {
		font: 13px ;
		color: #000;
		text-align: center;
	}
	
	
/* OVERIG SITE SPECIFIEK*/	

/* Aanbiedingen showen */
	
.floatLeft {
  float: left;
  padding: 0 10px 0 0px;
}

.floatRight {
  float: right;
}

img.soort {
	padding: 0 0 0 10px;
}

