/* CSS Document */

	/* HTML Tags */
	html, body, form, fieldset {
		margin:0px;
		padding:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-style:normal;
		line-height:normal;
		font-weight:normal;
		font-variant:normal;
		text-decoration:none;
		background-color:#006666;
		color:#FFFFFF;
		width:100%;
		height:100%;
		z-index:1;
		overflow:auto;
	}
	a {
		color:#006666;
		text-decoration:none;
	}
	a:hover {
		text-decoration:underline;
	}
	h1 {
		font-size:46px;
		color:#006666;
	}
	p {
		color: #333333;
		margin-left: 10px;
		margin-right: 10px;
	}
	input {
		border-bottom-color:#AAAAAA;
		border-bottom-style:dotted;
		border-bottom-width:1px;
		border-top-style:none;
		border-left-style:none;
		border-right-style:none;
		font-size:10px;
		color:#555555;
	}
	form {
		background-color:#FFFFFF;
		width:97%;
	}
	textarea {
		background-color:#CCCCCC;
		border-style: none;
		color:#555555;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	th {
		font-weight:normal;
	}
	
/* ID */
#PlaceHolder {
	position:relative;
	height:100%;
	width:96%;
	margin: 0 auto;
}
	#logo {
		top:15px;
		height:60px;
		width:100%;
		background-color:#FFFFFF;
		position:relative;	
		text-align: center;
		overflow:hidden;
	}
 	#Menubalk {
		background-color:#000000;
		top:30px;
		height:16px;
		position:relative;
		border:0;
		width:100%;
		margin:0;
		padding:0;
		z-index:10;
	}
		#Menubalk ul {
			position:relative;
			background-color:#000000;
			list-style:none;
			height:16px;
			width:100%;
			padding:0;
			margin:0 auto;
			text-align:left;
		}
			#Menubalk li {
				position:relative;
				list-style:none;
				float:left;
				width:16%;
			}
			#Menubalk li.MenuSpacerLeft {
				width:2%;
			}
			#Menubalk li.MenuSpacerRight {
				width:1%;
			}
			#Menubalk li a {
				display:block;
				font-weight:bold;
				width:100%;
				background-color:#000000;
				color:#FFFFFF;
				line-height:16px;
				text-align:center;
			}
			#Menubalk li a:hover {
				background-color:#FFFFFF;
				color:#000000;
				text-decoration:none;
			}
			#Menubalk li ul {
				position:absolute;
				height:16px;
				margin:0 1%;
				width:100%;
				padding:0;
				text-align:left;
				background-color:#006666;
			}
				#MenuProducten {
					display:block;
				}
					#MenuProducten li {
						list-style:none;
						width:49%;
					}
						#MenuProducten li a {
							display:block;
							font-weight:bold;
							line-height:16px;
							text-align:center;
							width:100%;
							background-color:#004444;
							color:#CCDDDD;
						}
						#MenuProducten li a:hover {
							background-color:#CCDDDD;
							color:#000000;
							text-decoration:none;
						}
				#MenuFotoGalerij {
					display:block;
				}
					#MenuFotoGalerij li {
						list-style:none;
						width:49%;
					}
						#MenuFotoGalerij li a {
							display:block;
							font-weight:bold;
							line-height:16px;
							text-align:center;
							width:100%;
							background-color:#004444;
							color:#CCDDDD;
						}
						#MenuFotoGalerij li a:hover {
							background-color:#CCDDDD;
							color:#000000;
							text-decoration:none;
						}

	#HoofdInhoudContainer {
		position:absolute;
		top:50%;
		left:50%;
		width:700px;
		height:396px;
		margin-top:-155px;
		margin-left:-360px;
	}
		#HoofdInhoud_Titel {
			border-top-color:#FFFFFF;
			border-top-style:solid;
			border-top-width:thick;
			border-left-color:#FFFFFF;
			border-left-style:solid;
			border-left-width:thick;
			border-right-color:#FFFFFF;
			border-right-style:solid;
			border-right-width:thick;
			background-color: #FFFFFF;
			position:relative;
			height:45px;
			width:700px;
			padding-left: 1%;
			padding-right: 1%;
			text-align:center;
		}
			#HoofdInhoud_Titel h3 {
				color:#006666;
				border-bottom-color:#006666;
				border-bottom-style:solid;
				border-bottom-width: 1px;
				margin-left:5px;
				margin-right:5px;
				margin-top: 10px;
			}
			#HoofdInhoud_Titel h2 {
				color: #006666;
				border-bottom-color: #006666;
				border-bottom-style: solid;
				border-bottom-width: 1px;
				margin-left:5px;
				margin-right:5px;
				margin-top: 10px;
			}
			#HoofdInhoud_Titel h1 {
				color:#006666;
				border-bottom-color:#006666;
				border-bottom-style:solid;
				margin-left:5px;
				margin-right:5px;
				margin-top: 10px;
				font-size: 18px;
				border-bottom-width: 1px;
			}
		#HoofdInhoud {
			border-left-color:#FFFFFF;
			border-left-style:solid;
			border-left-width:thick;
			border-right-color:#FFFFFF;
			border-right-style:solid;
			border-right-width:thick;
			border-bottom-color:#FFFFFF;
			border-bottom-style:solid;
			border-bottom-width:thick;
			background-color:#FFFFFF;
			color: #000000;
			top:60px;
			width:700px;
			height:350px;
			overflow:hidden;
			padding-left:1%;
			padding-right:1%;
		}
			#WelkomPagina {
			}
				#WelkomPagina table {
					border-collapse:collapse;
					table-layout:fixed;
					position:relative;
					top:10px;
					left:20px;
					width:650px;
				}
				#WelkomPagina td {
					border: none;
					position:relative;
					vertical-align: middle;
					text-align:center;
					width: 130px;
				}
				#WelkomPagina th {
					border: none;
					font-weight: normal;
					text-align: left;
				}
				#WelkomPagina img {
					position:relative;
					border:none;
					width: 95%;
					padding: 2px 2px 2px 2px;
				}
			#WieZijnWij {
				margin-top:10px;
				margin-left:20px;
				margin-right:20px;
			}
				#WieZijnWij p {
					margin-left:5px;
					margin-right:5px;
				}
				#WieZijnWij table {
					border-collapse:collapse;
					table-layout:fixed;
					position: relative;
				}
				#WieZijnWij td {
					border:none;
					width:150px;
					vertical-align: top;
					text-align:center;
				}
			#Producten_fotolijst_links {
				font-weight:bold;
				color:#777777;
				top:10px;
				left:20px;
				width:170px;
				height:95%;
				position:relative;
				float:left;
				font-weight:bold;
				overflow:auto;
			}
				#Producten_fotolijst_links ul {
					position:relative;
					list-style:none;
					padding:0;
					margin:0;
					width:150px;
					text-align:center;
				}
					#Producten_fotolijst_links li {
						position:relative;
						list-style:none;
					}
					#Producten_fotolijst_links li.BottomMargin {
						margin-bottom:36px;
					}
					#Producten_fotolijst_links img {
						width:100px;
						background-color:#006666;
						border:none;
						position:relative;
						margin-right:3px;
					}
					#Producten_fotolijst_links a:hover {
						text-decoration:none;
					}
					#Producten_fotolijst_links h2 {
						font-size:12px;
						font-style: normal;
						border-bottom-color: #006666;
						border-bottom-style: solid;
						border-bottom-width: 1px;
						color: #006666;
					}
			#Producten_tekst_rechts {
				top:10px;
				left:25px;
				width:490px;
				position:relative;
				float:left;
				overflow:auto;
				height:95%;
			}
				#Producten_tekst_rechts h2 {
					font-size:12px;
					font-style: normal;
					color: #006666;
					width:465px;
					border-bottom-width: 1px;
					border-bottom-color: #006666;
					border-bottom-style: solid;
					text-align:center;
				}
				#Producten_tekst_rechts div.productOmschrijving {
					float:left;
					width:465px;
					margin-bottom:5px;
				}
					#Producten_tekst_rechts div.productFotoframe {
						float:right;
						width:160px;
						text-align:center;
					}
					#Producten_tekst_rechts h3 {
						font-size:12px;
						font-style: normal;
						color: #006666;
						line-height: 13px;
						margin:0 0 5px 0;
					}
					#Producten_tekst_rechts a:hover {
						text-decoration:none;
					}
					#Producten_tekst_rechts p {
						margin:5px 0px 10px 15px;
					}
					#Producten_tekst_rechts p.productID {
						text-align:right;
						font-size:10px;
						line-height: 13px;
						margin:0 5px 5px 0;
						color: #006666;
						font-weight:bold;
					}
			#Producten_Fotoselectie {
				top:10px;
				left:25px;
				width:650px;
				position:relative;
				overflow:auto;
				height:95%;
				text-align:left;
				display:block;
				float:left;
			}
				#Producten_Fotoselectie img {
					border:0;
					margin: 5px 5px 5px 0px;
				}
				#Producten_Fotoselectie h2 {
					font-size:12px;
					font-style: normal;
					border-bottom-color: #006666;
					border-bottom-style: solid;
					border-bottom-width: 1px;
					color: #006666;
					margin-bottom: 0px;
				}
				#Producten_Fotoselectie a:hover {
					text-decoration:none;
				}
			#Producten_Fotoframe {
				top:10px;
				left:25px;
				width:650px;
				position:relative;
				float:left;
				overflow:hidden;
				height:95%;
			}
				#FotoFrame {
					display:none;
					position:relative;
					height:95%;
					border:0;
					top:0;
					left:50%;
					width:443px;
					margin-left:-221px;
					cursor:pointer;
				}
			#Bestellen {
				top:10px;
				left:25px;
				width:660px;
				position:relative;
				float:left;
				overflow:auto;
				height:95%;
				text-align:left;
			}
				#Bestellen table {
					color:#777777;
				}
			#Beursdagen {
				position:relative;
				width: 650px;
				text-align: left;
				left:20px;
			}
				#Beursdagen img {
					position: relative;
					padding-top: 10px;
					margin-left: 5px;
				}
			#ErrorFrame {
				position:relative;
				width: 650px;
				text-align: left;
				left:20px;
				line-height:15px;
			}
				#ErrorFrame img {
					position: relative;
					padding-top: 10px;
					margin-left: 5px;
				}
			#Contact {
			}
				#Contact table {
					border-collapse:collapse;
					text-align:center;
					table-layout:fixed;
					top:10px;
					width: 650px;
					left:20px;
					position:relative;
				}
				#Contact tr {
					line-height:inherit;
				}
				#Contact td {
					text-align:left;
					vertical-align: top;
				}
				#Contact th {
					width:150px;
					text-align:left;
					vertical-align: top;
				}
				#Contact p {
					line-height:normal;
					margin-top: 0px;
				}
	#Onderschrift {
		height:15px;
		position:absolute;
		color: #000000;
		font-size:10px;
		text-align:left;
		bottom: 10px;
		left: 1%;
	}
		#Onderschrift a {
			color:#000000;
			text-decoration:none;
			font-weight: normal;
		}
		#Onderschrift a:hover {
			text-decoration:underline;
		}
	#Sitemap {
		text-align:left;
		padding-left:20px;
		padding-right:20px;
	}
		#Sitemap img {
			border:0
		}
		#Sitemap ul ul {
			list-style:circle;			
		}
	#Site_waardering {
	}
		#Site_waardering input {
			border:none;
		}
		#Site_waardering table {
			border-collapse:collapse;
			background-color:#DDDDDD;
			width:700px;
			text-align:center;
			vertical-align:top
		}
		#Site_waardering th {
			vertical-align:top;
		}
		#Site_waardering td {
			vertical-align:top;
		}
		#Site_waardering tr.Achtergrond_lichtgrijs {
			background-color:#DDDDDD;
		}
		#Site_waardering tr.Achtergrond_lichtgrijs-wit {
			background-color:#EEEEEE;
		}
		#Site_waardering th.combobox_size {
			width:16px;
		}
		#Site_waardering th.question_size {
			width:290px;			
		}
		#Site_waardering table p {
			margin-top:0;
			margin-bottom:0;
		}
#ResolutionWarning {
	position:absolute;
	top:19px;
	left:3%;
	height:15px;
	width:280px;
	color:#FF0000;
	font-size:10px;
}
#ResolutionWarning p {
	font-size:8px;
	color:#00FF00
}
/* Classes */
.Menubalk_active {
	color:#FFFFFF;
}
.PLAATJE_Breed_150 {
	width:150px;
	height:auto;
}
.PLAATJE_Breed_150_float-left {
	width:150px;
	height:auto;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
.PLAATJE_Breed_150_float-rechts {
	width:150px;
	float:right;
	right: 0px;
	margin-left:5px;
	margin-right:5px;
}
.PLAATJE_Hoog_150 {
	height:150px;
	width:auto;
}
.PLAATJE_Hoog_150_float-left {
	height:150px;
	width:auto;
	float:left;
	margin: 5px 5px 5px 5px;
}
.PLAATJE_Hoog_150_float-rechts {
	height:150px;
	width:auto;
	float:right;
	right: 0px;
	margin: 5px 5px 5px 5px;
}
.input_border_dotted {
	border-bottom-color:#AAAAAA;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
}
.input_no_border {
	border-style:none;
}
.WelkomImage {
	height:100%;
	position:relative;
}
.Welkom_plaatjes_geen {
	float:none;
}
.Maii_Beeldmerk {
	font-family:"Times New Roman", Times, serif;
	font-size:44px;
	font-weight:bold;
	color:#006666;
	margin:5px 0 0 0;
}
.ltd {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px
}
.Maii_huiskleur {
	color:#000000;
	font-size:12px;
}
.Maii_Huiskleur_midden {
	color:#006666;
	text-align: center;
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
}
.Maii_Grijs {
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 14px;
}
.Maii_Gecentreerd {
	text-align:center;
}
.Maii_Size10 {
	font-size:10px;
}
.Maii_tekst-groen {
	color:#006666;
}
.Maii_tekst-groen-vet {
	color:#006666;
	font-weight:bold;
}
.Welkom_tekstvlak {
	background-color:#006666;
	color:#666666;
}
.Tekst_uitlijnen_justify {
	text-align:justify;
}
.Tekst_uitlijnen_links {
	text-align:left;
}
.Tekst_uitlijnen_midden {
	text-align:center;
}
.Tekst_uitlijnen_rechts {
	text-align:right;
}
.link_extern {
	background-image:url(../images/link-extern.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:14px;
}
.link_email {
	background-image:url(../images/link-email.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:17px;
}
.link_productcatalogus {
	background-image: url(../images/link-product-catalogus.gif);
	background-position:right;
	background-repeat: no-repeat;
	height: 10px;
	width:25px;
	padding-right:25px;
}
.link_fotogalerij {
	background-image: url(../images/link-foto-galerij.gif);
	background-position:right;
	background-repeat: no-repeat;
	height: 10px;
	width:25px;
	padding-right:25px;
}
.Producten_Fotoframe_afbeelding {
	display:none;
	position:relative;
	height:100%;
	border:0;
	top:0;
	left:50%;
	width:443px;
	margin-left:-221px;
}
.WieZijnWij_foto-ineke {
	float:left;
	height:113px;
	width:150px;
	margin:5px;
}
.WieZijnWij_foto-barbara {
	float:right;
	height:113px;
	width:150px;
	margin:5px;
}
.WieZijnWij_email-links {
	float:left;
	display:block;
	width:108px;
	margin-top:160px;
	margin-left:-125px;
	margin-bottom:5px;
}
.WieZijnWij_email-rechts {
	float:right;
	display:block;
	width:123px;
	margin-top:160px;
	margin-right:-153px;
	margin-bottom:5px;
}
.doorstrepen {
	text-decoration:line-through;
}
.highlight {
	color:#FF0000;
}
.Eddy-de-leeuw {
	border-collapse:collapse;
	position:absolute;
	top:290px;
	left:460px;
	
}
.Eddy-de-leeuw-td {
	vertical-align:bottom;
	text-align:right;
}

#PreloadPlaceholder {
	position:absolute;
	display:none;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:90;
}
	#PreloadFade {
		position:absolute;
/* 		top:0; */
		left:0;
		top:60px;
		width:700px;
		height:340px;
		background-color:#FFFFFF;
		opacity: .0; 
		filter: alpha(opacity=0);
	}
	#preloadouter {
		position:absolute;
		background-color:#006666;
		color:#006666;
		text-align:center;
		width:250px;
		height:18px;
		top:50%;
		left:50%;
		margin-top:-9px;
		margin-left:-125px;
		z-index:100;
	}
		#preloadouter p {
			display:block;
			padding:0;
			margin:2px;
			line-height:14px;
			background-color:#FFFFFF;
			color:#006666;
		}
	#preloadprogress {
		position:absolute;
		background-color:#006666;
		color:#006666;
		text-align:center;
		width:0px;
		height:18px;
		top:50%;
		left:50%;
		margin-top:-9px;
		margin-left:-125px;
		z-index:100;
		overflow:hidden;
	}
		#preloadprogress p {
			position:absolute;
			left:0px;
			width:250px;
			display:block;
			padding:0;
			margin:2px 0;
			line-height:14px;
			color:#FFFFFF;
		}
	.preloadtekst {
		font-size:11px;
		line-height:12px;
		vertical-align:middle;
	
	}
