/* start: basis html elements 
 	Don't forget to set a foreground and background color 
   	on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dd, dl, dt, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0;}
strong{font-weight:bold;}
table {border-collapse: collapse;border-spacing: 0;}
q:before, q:after,blockquote:before, blockquote:after {content: "";}
html{
	background-color: #F8FCFF;
}
body{font: 11px  Arial, Helvetica, sans-serif;}
.clear{clear:both;height:1px;overflow: hidden;}
/* .wrapper {width: 1000px;margin-left: auto;margin-right: auto;position: relative;} */
/* end: basis html elements */

/* start: container */
body div#top{
	margin: 0px auto;
	width: 1016px;
	height: 5px;
	background:url(../img/top.jpg) no-repeat;
	background-position: bottom;
}
body div#container {
background:url(../img/background.jpg) repeat-y;
	width: 1015px;
	/*margin-left: auto;
	margin-right: auto;*/
	position: relative;
	text-align: left;
	border-bottom: 0px solid #556d9d;
	border-right: 1px solid #556d9d;
	overflow-x:hidden;
	margin: 0px auto;
}
	/* start: header */
	body div#container div#header{
		height: 84px;
	}
		/* logo */
		body div#container div#header img#logo{
			position: absolute;
		}
	/* end: header */
	
	/* start: content */
	div#container div#content{
		width: 805px;
		min-height:600px;
  height:auto !important;
  height:600px;
		
		margin-left: 181px;
		margin-top: 0px;
		padding: 10px 15px 15px 15px;
		line-height: 16px;
		color: #333399;
		/*background: url(../images/background.jpg) repeat-y center;*/
	}
		div#container div#content div#languages{
			float: right;
			margin: 5px;
		}
	
		div#container div#content h1{
			color: #0072BA;
			font-size:21px;
			padding-bottom: 20px;
		}
		
		div#container div#content h2{
			color: #0072BA;
			font-size:16px;
			padding-bottom: 10px;
			font-style: italic;
		}
		
		div#container div#content p{
			padding: 0;
			margin: 0;
		}
		div#container div#content a{
			text-decoration: none;
			color: #000;
		}
		div#container div#content a:hover{
			color: #7BB8F4;
		}
		
		div#container div#content a:visited{
			color: #000;
		}
		
	
	/* end: content */
	
	/* start: secundaire navigatie */
	div#container div#snav{
		width: 836px;
		position: absolute;
		left: 181px;
		top: 107px;
		height: 22px;
		/*border-top: 1px solid #fff;*/
	}
		div#container div#snav ul{
			background: #79b8e3;
			/*border: 1px solid #000;*/
			height: 18px;
			margin: 1px;
			padding-left: 10px;
		}
			div#container div#snav ul li{
				float: left;
			}
				div#container div#snav ul li a{
					float: left;
					display: block;
					text-decoration: none;
					font-weight: bold;
					text-transform: uppercase;
					color: #354167;
					padding: 2px 10px;
				}
				div#container div#snav ul li a:hover{
					background: #E2ECFF;
					color: #79b8e3;
				}
	/* end: secundaire navigatie */	
	
	/* start: cat navigatie */
	div#container div#cat_nav{
		width: 181px;
		position: absolute;
		left: 0px;
		top: 89px;
		padding-top:36px;
		/*border-top: 1px solid #fff;*/
		background: #556d9d;
	}
		div#container div#cat_nav h3{
			text-transform: uppercase;
			color: #FFF;
			font-weight: bold;
			font-size: 12px;
			padding: 2px 0px;
			background: #000;
			margin: 1px;
			text-align: left;
		}
		div#container div#cat_nav ul{
			/*border-top: 1px solid #E2ECFF;
			border-bottom: 1px solid #E2ECFF;
			margin-top: 20px;*/
		}
			div#container div#cat_nav ul li{
			}
				div#container div#cat_nav ul li a{
					display: block;
					color: #fff;
					text-decoration: none;
					padding: 2px 0px 3px 10px;
					text-align: left;
					font-size: 12px;
				}
				div#container div#cat_nav ul li a:hover{
					color: #e1e1e1;
					background: url(/img/menu.gif) 0 -30px;
				}
	/* end: cat navigatie */
	
	div#container div#adres{
	    float:bottom;
		padding-top:25px;
		padding-bottom:25px;
		padding-left:25px;
		color: #fff;
	}
	
	div#container div#adres a{
		color: #fff;
	}
	
	div#container div#adres a:hover,
	div#container div#adres a:active{
		color: #fff;
	}
/* end: container */

span.error{
	color: #f00;
}

a.product{
	float: left;
	width: 365px;
	display: block;
	border: 1px solid #abc3df;
	color: #000;
	margin: 10px;
	padding: 5px 5px 10px 5px;
}

	a.product:hover,
	a.product:hover p{
		background-color: #ecf3f9;
		color: #000;
	}	
	
	a.product h2{
		color: #556d9d;
		font-size: 110%;
		font-weight: bold;
		margin: 0px 0px 0px 45px;
	}
	
	a.product img{
		float: left;
		margin-right: 5px;
	}
	
div#footer{
	margin: 0px auto;
	height: 11px;
	width: 1016px;
	background: url(/img/bottom.gif) no-repeat;
}

img.omlijning{
	border: 2px solid #556D9D ;
}