body, html {
	background-color: #7aaf42;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;	
}

div#logo {
	cursor: pointer;
}

td#rt {
	width: 406px;
	height: 160px;
	background-image: url("../images/rt.png");
	background-repeat: no-repeat;
	background-position: bottom;	
}

td#lt {
	height: 160px;
	width: 328px;
	min-width: 328px;
	background-image: url("../images/lt.png");	
	background-position: bottom;
	background-repeat: repeat-x;	
}

td#t {
	height: 160px;
	background-image: url("../images/t.png");
	background-repeat: repeat-x;	
	background-position: bottom;	
	min-width: 400px;
}

td#c {
	padding-top: 70px;
	color: #7D5A55;
	font-family: verdana;
	font-size: 11px;
	background-color: #fff;
}

td#c a {
	color: #7D5A55;
}

td#l {
	background-image: url("../images/l.png");
}

td#r {
	background-position: left;
	background-image: url("../images/r.png");
}

td#r div.nav {
	background-position: top left;	
	width: 406px;
	height: 423px;
	font-size: 11px;
	font-family: Verdana;
	color: #512568;	

}
td#r div.content {
	position: relative;
	top: 60px;
	left: 110px;
	width: 230px;
}

td#r strong {
	font-size: 14px;
}

td#r div.gray {
	background-image: url("../images/nav/gray.png");		
}

td#r div.purple {
	background-image: url("../images/nav/purple.png");
}

td#r div.yellow {
	background-image: url("../images/nav/yellow.png");
}

td#r div.brown {
	background-image: url("../images/nav/brown.png");
}

td#r div.green {
	background-image: url("../images/nav/green.png");
}

td#r div.default {
	background-image: url("../images/nav/default.png");
	color: white;
}

table#td {
	border-collapse: collapse;	
}

div#logo {
	position: absolute;
	top: 50px;
	left: 199px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	width: 425px;
	height: 181px;	
}

ul.default {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 1px;	
}
ul.default {
	padding-left: 0px;
}

ul.default li {
	list-style-type: none;
	font-size: 14px;
	margin-bottom: 59px;
}

ul.default li a {
	color: white;
	text-decoration: none;
}

ul.default li a:HOVER {
	color: white;
	text-decoration: underline;
}

.content a {
	color: #512568;
	text-decoration: none;
}

h1 {
	font-size: 14px;
}

.nav blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

div#bollen {	
	position: absolute;
	right: 310px;
	top: 200px;	
	width: 64px;
	height: 365px;
}

.prijs td {
		border: 1px solid #7D5A55;
}

thead td {
	font-weight: bold;
}
.prijs {
	border-collapse: collapse;
}

.knop {
	position: absolute;
	height: 60px;
	width: 60px;
	border: 0px solid black;
}

.knopgeel {
	top: 0px;
}

.knoppaars {
	top: 80px;	
}

.knopgroen {
	top: 156px;	
}

.knopbruin {
	top: 232px;	
}

.knopgrijs {
	top: 308px;	 
}

.ui-tooltip {
	padding:8px;
	position:absolute;
	z-index:9999;
	-o-box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width:2px; }
