﻿html,body,div,ul { padding:0;border:0;margin:0; }

html,body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color:black;
	}

body {
	background-image: url(imgs/bg-behang.jpg);
	background-attachment: fixed;
	}
	
	
a:link {FONT-SIZE: 11px; COLOR: #468cb1; FONT-FAMILY: Verdana; text-decoration: none ; text-align: left;}
a:hover{FONT-SIZE: 11px; COLOR: #468cb1; FONT-FAMILY: Verdana; text-decoration: underline; text-align: left;}
a:visited{FONT-SIZE: 11px; COLOR: #468cb1; FONT-FAMILY: Verdana; text-decoration: none; text-align: left;}

.txt {font-family: verdana, sans-serif; font-size: 11px; color:black;}

#container {
	margin-top: 20px;
	width: 904px;
	margin-left: auto;
	margin-right: auto;
	}

#backback {
	/*background: red;*/
	background-color: white;

	}

#header {
	height: 166px;
	background-image: url(imgs/header.jpg);
	}

#left{
	clear: both;
	float: left;
	position: relative;
	top: 0;
	width: 120px;
	padding: 20px 0 0 10px;
	}	
	
#content {
	/*background-color:aqua;*/
	width: 720px;
	clear: both;
	float: right;
	position: relative;
	margin: 30px 30px 0 30px;
	}

#footer {
	clear: both;
	position: relative;
	width: 904px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	bottom: 0px;
	height:25px;
	background-image: url("imgs/footer-bg.jpg"); 
	}
	
/*NAVIGATION*/	
ul#navigation{
	position: absolute;
	width: 120px;
	height: 239px;
	}
	
ul#navigation li{
	list-style-type: none;
	text-indent: -9999px;
	}
	
ul#navigation li a{
	display: block;
	width: 120px;
	height: 239px;
	background-image: url("imgs/navigatie.jpg");
	}

ul#navigation li a:hover
	{
	background-image: url("imgs/navigatie-over.jpg");
	}

ul#navigation #home a{
	height: 30px;
	background-position: 0 0;
	}

ul#navigation #watdoenwe a{
	height: 30px;
	background-position: 0 -30px;
	}
	
ul#navigation #wordlid a
	{
	height: 30px;
	background-position: 0 -60px;
	}
		
ul#navigation #vragen a{
	height: 30px;
	background-position: 0 -90px;
	}

ul#navigation #doedetest a{
	height: 30px;
	background-position: 0 -120px;
	}

ul#navigation #artikels a{
	height: 30px;
	background-position: 0 -150px;
	}
	
ul#navigation #brochures a{
	height: 30px;
	background-position: 0 -180px;
	}

ul#navigation #links a{
	height: 30px;
	background-position: 0 -210px;
	}
	
ul#navigation #contact a{
	height: 30px;
	background-position: 0 -240px;
	}
	
#imgright {
	float: right;
	boarder: 1px;
	margin: 0 0 0 25px;
	}

h1 {
	font-family: verdana, sans-serif;
	font-size: 14px;
	color:#688d9d;
	margin-bottom: -25px;
	}
h2 {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color:#cca9bf;
	margin-bottom: -12px;
	}