@charset "utf-8";
/* CSS Document */

html, body {
	margin: 				0px;
	padding: 				5px;
	font-family: 			"Comic Sans MS", Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10pt;
	background-color: 	white;
	background-image:		url(../images/site/background.jpg);
	background-position:	top center;
	background-repeat:	no-repeat;
}

table, input, textarea {
	font-family: 			"Comic Sans MS", Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			9pt;
}

table {
	empty-cells: 			show;
}

#frame {
	position: 				absolute;
	left: 					50%;
	margin-left:			-500px;
	width: 				1000px;	
}

a, a:link, a:active, a:hover, a:visited, a.menu:hover {
	color: 				black;
	text-decoration: 		underline;
}

a.menu {
	color:					white;
	text-decoration:		none;
}

form {
	padding: 				0px;
	margin: 				0px;
}

a.pag {
	background-color:		white;
	padding:				3px;
	padding-left:			6px;
	padding-right:		6px;
	border:				solid #bbbbbb 1px;
}

#top {
	width:					1000px;
	height:				95px;
	background-image:		url(../images/site/top.jpg);
	background-repeat:	no-repeat;
/*	background-color: #00b6de; */
}

#menu {
	width:					1000px;
	height:				27px;
	border-bottom:		solid #ff0099 3px;
}

td.menu_left {
	width:					24px;
	height:				25px;
	background-image:		url(../images/site/menu_top_left.png);
	background-position:	bottom right;
	background-repeat:	no-repeat;
}

td.menu_right {
	width:					24px;
	height:				25px;
	background-image:		url(../images/site/menu_top_right.png);
	background-position:	bottom left;
	background-repeat:	no-repeat;
}

td.menu_item {
	text-align:			center;
	font-size:				8pt;
	font-weight:			bold;
	background-color:		#ff0099;
}

#hiding {
	display: 				none;
	z-index: 				3;
	width: 				1000px;
	position: 				absolute;
	height: 				400px
}

div.submenu {
	display: 				none;
	z-index: 				10;
	position: 				absolute;
	top: 					128px;
	left: 					0px;
	width:					200px;
	border-top: 			none;
	text-align: 			left;
	list-style-type:		none;
	margin-top:			-5px;
}

div.submenu span a {
	display: 				block;
	background: 			url(../images/site/pijl.png) #ff0099 no-repeat left 50%; 
	border-bottom:		solid white 1px;
	line-height: 			20px;
	height: 				21px;
	padding:				0px;
	padding-left:			23px;
	text-decoration: 		none;
	font-size:				8pt;
	font-weight:			bold;
	color:					white;
}

div.submenu span a:hover {
	display: 				block;
	background: 			url(../images/site/pijl.png) #cc0066 no-repeat left 50%; 
}

#info {
	width:					1000px;
	text-align:			left;
	background-color: 	#ffe1f1;
}

#content {
	width:					1000px;
	text-align:			left;
	background-image: url(../images/site/back.jpg);
	background-repeat: repeat;
}

td.gtl, td.gtr, td.gbl, td.gbr, td.btl, td.btr, td.bbl, td.bbr, td.ptl, td.ptr, td.pbl, td.pbr {
	width:					34px;
	height:				34px;
}

td.green {
	background-color:		#b4ff00;
}

td.gtl {
	background-image:		url(../images/site/green_top_left.png);
}

td.gtr {
	background-image:		url(../images/site/green_top_right.png);
}

td.gbl {
	background-image:		url(../images/site/green_bottom_left.png);
}

td.gbr {
	background-image:		url(../images/site/green_bottom_right.png);
}

td.blue {
	background-color:		#00a3dd;
}

td.btl {
	background-image:		url(../images/site/blue_top_left.png);
}

td.btr {
	background-image:		url(../images/site/blue_top_right.png);
}

td.bbl {
	background-image:		url(../images/site/blue_bottom_left.png);
}

td.bbr {
	background-image:		url(../images/site/blue_bottom_right.png);
}

td.pink {
	background-color:		white;
}

td.ptl {
	background-image:		url(../images/site/pink_top_left.png);
}

td.ptr {
	background-image:		url(../images/site/pink_top_right.png);
}

td.pbl {
	background-image:		url(../images/site/pink_bottom_left.png);
}

td.pbr {
	background-image:		url(../images/site/pink_bottom_right.png);
}

#bottom {
	width:					1000px;
	margin-bottom:		10px;
	height:				65px;
	text-align:			center;
	color:					#ed2893;
	font-weight:			bold;
}

img.img_bottom {
	background-color:		white;
	margin-right:			45px;
}

hr {
	color:					black;
	background-color:		black;
	height:				2px;
	margin-top:			20px;
	margin-bottom:		20px;
	border:				none;
}

img.product {
	border:				none;
	margin:				10px;
}
.bestelknop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
