
html {margin: 0; padding: 0;}

body {
	margin: 0; 
	padding: 0; 
	font-family: verdana, sans-serif; 
	font-size: 80%;
    background-color: #EFE2D1;
	background-image: url('../images/nbg_back.jpg');
}

.header {
	background-image: url('../images/nbg_03.jpg');
	height: 90px;
	width: 770px;
}

div.pageContainer {
	width: 770px;
	position: absolute;
	left: 50%;
	margin-left: -385px;
	margin-top: 1px;
	background-image: url('../images/nbg_backcontent.jpg');
}

td.content {
	width: 500px;
	padding-top: 10px;
	padding-left: 17px;
	padding-right: 30px;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #993333;
}

td.balk {
	background-color: #AA3311;
}

td.com_menu {
	background-image: url('../images/btn.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 198px;
	height: 20px;
}

td.com_menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;	
	color: #993333;
}

td.com_menu a:hover{
	text-decoration: none;	
}

/* menu links */
td.bar {
	width: 172px;
	background-image: url('../images/nbg_menu.jpg');
	background-repeat: no-repeat;
	background-color: #651F06;
}

td.bar ul{
	margin-top: 43px;
	margin-left: 20px;
	padding: 0px;
	list-style: none;
	line-height: 1.7em;
	font-size: 0.8em;
	font-weight: bold;
}

td.bar ul li a:hover{
	text-decoration: none;
}

td.bar ul li a{
	font-size: 11px;
	text-decoration: none;
	color: #993333;
}

/* boven menu */

.menu {
	margin-top: 40px;
	position: absolute;
	font-weight: bold;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FF9900;
}

.menu a:hover {
	text-decoration: none;
}

.menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FF9900;
}

.submenu {
	position: absolute;
	top: 53px;
	z-index: 1;
	display: none;
	background-color: #EFE2D1;
}

.submenu ul {
	margin: 0px;
	padding: 2px;
	list-style-type: none;
	border: 1px solid #993333;
}

.submenu ul a:hover{
	text-decoration: none;
	color: #993333;
}

.submenu ul a{
	color: #993333;
}

.submenu:hover ul {
	display: block;
}

/* top menu */

div.topmenu ul{
	margin-top: 20px;
	margin-left: 580px;
	padding: 0px;
	list-style: none;
	line-height: 1.7em;
	font-size: 0.8em;
	font-weight: bold;	
}

div.topmenu ul li a:hover{
	text-decoration: none;
}

div.topmenu ul li a{
	color: #EDE0CF;
	text-decoration: none;
}

/* contact formulier */

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #993333;
}

.btncontact {
	width: 150;
	height: 20px;
	background-color: #4A4F57;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #000;
	cursor: hand; 
}

table.boek td{	
	border-bottom: solid 1px #AA3311;
}

table.boek {
	border-top: solid 1px #AA3311;
	border-left: solid 1px #AA3311;
	border-right: solid 1px #AA3311;
	border-bottom: solid 0px #AA3311;
}

a.agenda:hover{
	text-decoration: underline;
}

a:hover{
	font-weight: bold;
	text-decoration: underline;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #993333;	
}

.totaal {
	border-top: solid 1px #AA3311;
}

.btnBestel {
	width: 150;
	height: 20px;
	background-color: #4A4F57;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #000;
	cursor: hand; 
}