img{border-style:none;}
#preload{
	position: absolute;
	left: 0px;
	top: -5000px;
}

/* ########################################### Links ########################################### */
a:link{
	color:#CCCCCC;
}
a:visited{
	color:#CCCCCC;
}
a:hover{
	color:#999999;
}
a:active{
	color:#666666;
}

/* ########################################### Tekst opmaak ########################################### */
#vet{
	font-weight:700;
}	

#klein{
	font-size:9px;
}

#kleingecentreerd{
	font-size:9px;
	text-align:center;
}

#titel{
	font-size:10pt;
	font-weight:800;
	color:#cbdf22;

}
#rechtsuitlijnen{
	text-align:right;
}

td{
	vertical-align:top;
}

#honderdpercent{
	width:100%;
}


/* ########################################### Layout ########################################### */
body{
	background-image:url(images/achtergrond.jpg);
	background-repeat:repeat-x;
}

#container {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#999999;
	width:550px;
	margin:0px auto;
	margin-top:15px;
}

#wit{
	background-color:#FFFFFF;
	height:auto;
}

#logo{
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:right;
	height:69px;
	margin-right:20px;
}

#kop{
	height:69px;
	background-image:url(images/kaderbovenaan.gif);
}

#inhoud{
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	height:auto;
}

#voet{
	font-size:7pt;
	color:#CCCCCC;
	height:25px;
	text-align:center;
	clear:both;
	background-image:url(images/kaderonderaan.gif);
}

#kaartje{
	cursor:pointer;
}

#bglichtgrijs{
	background-color:#EEEEEE;
}

/* ########################################### Popup ########################################### */
#container_popup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#999999;
	width:490px;
	margin:0px auto;
	background-color:#FFFFFF;
}

#inhoud_popup{
	margin:15px 15px 15px 15px;
}



/* ########################################### Menu ########################################### */
#menu{
	background-image:url(images/repeat_menu.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width:550px;
	height:21px;
}

#algemeen{
	margin-left:15px;
	background-image:url(images/algemeen.png);
	background-repeat:no-repeat;
	width:82px;
	height:21px;
	float:left;

}

#behandelingen{
	background-image:url(images/behandelingen.png);
	background-repeat:no-repeat;
	width:109px;
	height:21px;
	float:left;
}

#producten{
	background-image:url(images/producten.png);
	background-repeat:no-repeat;
	width:81px;
	height:21px;
	float:left;
}

#contact{
	background-image:url(images/contact.png);
	background-repeat:no-repeat;
	width:68px;
	height:21px;
	float:left;
}


/* Hover ####################### */
#algemeen a:hover{
	background-image:url(images/algemeen_hover.png);
	background-repeat:no-repeat;
	width:82px;
	height:21px;
	float:left;
}

#behandelingen a:hover{
	background-image:url(images/behandelingen_hover.png);
	background-repeat:no-repeat;
	width:109px;
	height:21px;
	float:left;
}

#producten a:hover{
	background-image:url(images/producten_hover.png);
	background-repeat:no-repeat;
	width:81px;
	height:21px;
	float:left;
}

#contact a:hover{
	background-image:url(images/contact_hover.png);
	background-repeat:no-repeat;
	width:68px;
	height:21px;
	float:left;
}

/* Actief ####################### */
#algemeen_actief{
	margin-left:15px;
	background-image:url(images/algemeen_actief.png);
	background-repeat:no-repeat;
	width:82px;
	height:21px;
	float:left;

}

#behandelingen_actief{
	background-image:url(images/behandelingen_actief.png);
	background-repeat:no-repeat;
	width:109px;
	height:21px;
	float:left;
}

#producten_actief{
	background-image:url(images/producten_actief.png);
	background-repeat:no-repeat;
	width:81px;
	height:21px;
	float:left;
}

#contact_actief{
	background-image:url(images/contact_actief.png);
	background-repeat:no-repeat;
	width:68px;
	height:21px;
	float:left;
}
