/* =ned navigation styles
-------------------------------------------------*/
#menu{
	margin: 0px;
	padding: 0px;

}

#menu ul {
	width: 180px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#welkom {background-image: url(../img/welkom.gif); height: 18px;}
#bedrijfsprofiel {background-image: url(../img/bedrijfsprofiel.gif); height: 19px;}
#factsheet {background-image: url(../img/factsheet.gif); height: 19px;}
#prijzen {background-image: url(../img/prijzen.gif); height: 19px;}
#faqs {background-image: url(../img/faq.gif); height: 19px;}
#links {background-image: url(../img/links.gif); height: 19px;}
#contact {background-image: url(../img/contact.gif); height: 18px;}

#menu a {
	display: block;
	background-position: 0px;
	text-indent: -1500;
	margin: 0px;
	padding: 0px;
	width: 180px;
}
#menu a:hover {
	background-position: -180px;
}

#menu a.current {
	background-position: -360px;
}

/* end
-------------------------------------------------*/

#backgradient {
	background-image: url(../img/gradient.gif);
	background-repeat: repeat-x;
}
#backtable {
	background-image: url(../img/back_t.gif);
	background-repeat: repeat-y;
}
#backbody {
	background-color: #96a4b9;
}
#content {
	font-family: "Comic Sans MS";
	font-size: 11px;
	margin: 25px 25px 20px 20px;
}
#content h1 {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
}
#content h2 {
	font-family: "Comic Sans MS";
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}
#content p {
	margin: 0px 0px 15px;
	padding: 0px;
}

