@import url('callback.css');

html {
height: 100%;
width: 100%;
}

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
background: #ebebeb;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
}

a {
text-decoration: none;
color: #06CD00;
}

p {
margin-top: 0px;
padding-top: 0px;
}

.left {
float: left;
display: inline;
}

.right {
float: right;
display: inline;
}

.bg_dec {
position: absolute;
top: 101px;
left: 0px;
width: 100%;
height: 50px;
background: #E5E5E5;
border-bottom: 4px solid #F3F3F3;
z-index: 1;
}

.form {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin: 10px 0px 10px 0px;
	}
	
.regel {
	width: 100%;
	display: block;
	float: left;
	}
	
	.label {
		width: 150px;
		float: left;
		color: #06CD00;
		}
	
	.tekst
		{
		width: 250px;
		padding: 0px 5px 0px 5px;
		margin: 1px;
		border: 1px solid #06CD00;
		font-size: 11px;
		}
	
	.tekstvak
		{
		width: 250px;
		height: 100px;
		padding: 5px;
		margin: 1px;
		border: 1px solid #06CD00;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		}
	
	.button 
		{
		width: auto;
		height: 20px;
		padding: 0px 5px 0px 5px;
		margin: 1px;
		background: white;
		border: 1px solid #124B3A;
		color: #124B3A;
		}
	
	.button:hover
		{
		background: #124B3A;
		border: 1px solid #124B3A;
		color: white;
		}

.frame {
position: relative;
display: table;
width: 980px;
margin: 15px auto 0px auto;
background: white;
text-align: left;
z-index: 99;
}

	.banner {
	position: relative;
	float: left;
	width: 763px;
	height: 86px;
	overflow: hidden;
	}
	
	.search {
	position: relative;
	float: right;
	width: 215px;
	height: 46px;
	margin: 10px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
	border-left: 2px solid #E5E5E5;
	text-align: center;
	}
	
		.zoekterm {
		height: 12px;
		width: 125px;
		padding: 2px;
		border: 1px solid #E5E5E5;
		font-size: 10px;
		line-height: 12px;
		color: #A3A3A3;
		}
	
	.menu {
	position: relative;
	float: left;
	width: 100%;
	height: 54px;
	background: url(/images/bg_menu.gif) repeat-x;
	font-family: "trebuchet MS", Verdana, Arial;
	font-size: 14px;
	text-transform: uppercase;
	color: white;
	}
	
		a.menuitems {
		float: left;
		height: 100%;
		padding: 0px 15px 0px 14px;
		margin: 0px;
		background: none;
		border-right: 2px solid white;
		line-height: 54px;
		color: white;
		}
		
		a.menuitems:hover {
		background: url(/images/bg_menu_active.gif) repeat-x;
		}
		
		a:active.menuitems {
		background: url(/images/bg_menu_active.gif) repeat-x;
		}
		
	.frame_content {
	position: relative;
	display: table-row;
	float: left;
	width: 980px;
	margin: 18px 0px 0px 0px;
	border-right: 2px solid #E5E5E5;
	overflow: hidden;
	}
		
		.submenu {
		position: relative;
		display: table-cell;
		float: left;
		width: 155px;
		height: 100%;
		padding: 0px 10px 0px 10px;
		font-weight: bold;
		line-height: 16px;
		}
		
			a.submenukop {
			font-weight: bold;
			color: #124B3A;
			}
			
			a.submenukop:hover {
			text-decoration: underline;
			}
			
			a.submenuitems {
			display: block;
			width: 100%;
			font-weight: normal;
			line-height: 16px;
			color: #06CD00;
			}
			
			a.submenuitems2:hover {
			color: #038A00;
			}

			a.submenuitems2 {
			display: block;
			font-weight: normal;
			line-height: 16px;
			margin-left: 10px;
			color: #06CD00;
			}
			
			a.submenuitems:hover {
			color: #038A00;
			}
		
		.content {
		position: relative;
		display: table-cell;
		float: left;
		height: 100%;
		width: 552px;
		padding: 0px 18px 0px 18px;
		line-height: 20px;
		}
		
			h1.content {
			margin: 18px 0px 12px 0px;
			padding: 0px;
			font-size: 14px;
			font-weight: bold;
			line-height: normal;
			color: #124B3A;
			}
			
			.prod_class {
				float: left;
				width: 135px;
				font-size: 14px;
				line-height: 42px;
				text-align: center;
				color: #124B3A;
				}
			
			.prod_overzicht {
			position: relative;
			display: table;
			float: left;
			width: 100%;
			margin: 15px 0px 0px 0px;
			padding: 15px 0px 0px 0px;
			border-top: 1px solid #E5E5E5;
			}
			
				.prod_info {
				display: inline;
				float: left;
				margin: 0px 0px 0px 15px;
				}
				
				.prod_img {
				float: left;
				}
				
				.prod_img:hover {
				filter:alpha(opacity=80);
				-moz-opacity:.80;
				opacity:.80;
				}

				.album_img {
				width: 128px;
				height: 85px;
				margin: 15px 0px 15px 30px;
				padding: 5px;
				border: 1px solid #06CD00;
				float: left;
				text-align: center;
				overflow: hidden;
				}
				
				.album_img:hover {
				filter:alpha(opacity=80);
				-moz-opacity:.80;
				opacity:.80;
				}

				h1.products {
				font-size: 14px;
				margin: 0px auto 10px auto;
				font-weight: bold;
				color: #124B3A;
				}
			
			.sitemap_box {
				position: relative;
				float: left;
				width: 546px;
				margin: 2px 2px 10px 2px;
				padding: 0px;
				border: 1px solid #06CD00;
				}
				
				.SiteMap_I {
					display: block;
					width: 542px;
					height: 20px;
					padding: 0px 2px 0px 2px;
					line-height: 20px;
					background: #06CD00;
					font-weight: bold;
					color: #E5E5E5;
					}

				.SiteMap_II {
					display: block;
					width: 534px;
					height: 20px;
					padding: 0px 2px 0px 10px;
					line-height: 20px;
					background: none;
					font-weight: bold;
					color: #06CD00;
					}

				.SiteMap_III {
					display: block;
					width: 524px;
					height: 20px;
					padding: 0px 2px 0px 20px;
					line-height: 20px;
					font-weight: bold;
					color: #038A00;
					}
				
			
		
			.breadcrumbs {
			display: block;
			float: left;
			width: 100%;
			margin: 0px;
			color: #A3A3A3;
			}
			
				a.breadcrumb {
					color: #A3A3A3;
					}
				
				a.breadcrumb:hover {
					text-decoration: underline;
					}
			
		.rechts {
		position: relative;
		display: table-cell;
		float: right;
		width: 215px;
		height: 100%;
		}
		
			.rechtsitems {
			width: 168px;
			margin: 18px;
			line-height: 15px;
			}
			
				h3.rechtsitems {
				margin: 0px;
				padding: 0px;
				font-size: 11px;
				font-weight: bold;
				line-height: 15px;
				color: #124B3A;
				}
				
				.play
					{
					position: relative;
					display: block;
					width: 100%;
					height: 20px;
					top: -20px;
					background: url(/images/play.png) no-repeat;
					cursor: pointer;
					z-index: 99;
					}
				
				.GoMov
					{
					cursor: pointer;
					margin: 0px 0px 20px 0px;
					}
				
				a.rechtsitems {
				width: auto;
				margin: 0px;
				color: #06CD00;
				text-decoration: underline;
				}
				
				a.rechtsitems:hover {
				color: #038A00;
				}
	
	.footer {
	float: left;
	width: 100%;
	height: 37px;
	margin: 18px 0px 0px 0px;
	border-top: 4px solid #E5E5E5;
	}
	
		.footer_left {
		float: left;
		margin: 0px 0px 0px 15px;
		line-height: 37px;
		color: #A3A3A3;
		}
		
		.footer_right {
		float: right;
		}
		
			a.footer_right {
			margin: 0px 15px 0px 0px;
			line-height: 37px;
			color: #06CD00;
			}

#Footnote
	{
	position: relative;
	width: 900px;
		margin: 10px auto 15px auto;
		padding: 5px;
		text-align: center;
		font-size: 10px;
		color: #A3A3A3;
	}

.album {
	cursor: pointer;
	}

.preview_box {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url(/images/bg_album.png);
		#background: url(/images/75_black.png);
	z-index: 666;
	}

#distance { 
	width: 1px;
	height: 50%;
	background-color: none;
	margin-bottom: -289px;
	float: left;
	}

#container {
	margin: 0 auto;
	position: relative;
	text-align: center;
	height: 570px;
	width: 800px;
	clear: left;
	background: #E5E5E5;
	border: 4px solid black;
	}

#MOV_container {
	position: absolute;
	height: 275px;
	width: 420px;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -210px;
	text-align: center;
	background: #E5E5E5;
	border: 4px solid black;
	}
	
	#AlbumIMG {
		width: 800px;
		height: 533px;
		overflow: hidden;
		background: black;
		border-bottom: 4px solid black;
		}
	
	.close_IMG {
		position: relative;
		display: block;
		line-height: 37px;
		font-weight: bold;
		cursor: pointer;
		z-index: 999;
		color: black;
		}
	
	.close_IMG:hover {
		color: #06CD00;
		}
		
		#flashbanner
			{
			margin-top: 40px;
			}
			
			.box
				{
				position: relative;
				display: table;
				width: 450px;
				margin: 15px auto 15px auto;
				padding: 10px;
				border: 2px solid #E5E5E5;
				}