body { 
	margin: 0;
	border: 0;
/*	background: url("img/dirkjan_08.jpg") top left no-repeat; */
	background-attachment: scroll;  
/*	background-color: #ffffff; */
	background-color: black;
	color: white;
	font-size: 13px;
    font-weight: bold;
	font-family: Arial, Helvetica, 'Geneva', sans-serif;
}
p { font-family: Arial, Helvetica, 'Geneva', sans-serif }

a            { color:#ffffff; text-decoration: none }
a:hover      { color:#ffff00; background-color: #000000 }
a:active     { color:#FFE200; text-decoration: none }

img {
	border: 0;
}

#menu {
	position: relative;
	z-index: 100;
	background-color: black;
	width: 100%;
	height: 26px;
	border:0; padding: 0; margin: 0;
}

ul#navmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 100%; /*For KHTML*/
	list-style: none;
	height: 24px;
}

ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	margin-left: 10px;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
	cursor: pointer;
}

ul#navmenu ul {
	margin: 0;
	border: 0px dashed yellow;
	padding: 0;
	width: 300px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	background-color: black;
	opacity: 0.85;
	filter:alpha(opacity=85);
}

ul#navmenu ul li {
	margin: 0; 
	float: none; /*For Gecko*/
	display: block !important;
	display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
	padding: 0 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background-color: black;
	color: white;
	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background-color: black;
	color: yellow;
}

/* submenu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	float: none;
	background: black;
	color: white;
	opacity: 0.85;
	filter:alpha(opacity=85);
}

/* submenu hover */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: black;
	color: yellow;
	opacity: 0.85;
	filter:alpha(opacity=85);
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
}
ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
}

/* thumbnail table - positioning */
#thumbtable {
	position: absolute;
	border: 0; padding: 0; margin: 0;
	border-top: 5px solid black;
	height: 80px;
	width: 100%;
	top: 159px; /* 133 + 26 */
	background-color: black;
}

#thumbtable img {
	margin-top: 4px;
	border-left: 16px solid black;
}

#prevnext {
	text-align: right;
	position: absolute;
	right: 10px;
	cursor: pointer;
	font-weight: bold; 
	font-size: 14px;
	color: yellow;
}

#showroom {
	position: absolute;
	top: 230px;	/* logo-height + menu-height + thumbtable-height + thumbtable-border-top */
			/* 133 + 26 + 5 + 80 */
	width: 100%;
}

#grootplaatje {
	border-left: 13px solid black;
	display: block;
	max-width: 600;
}
#punt {
	margin-right: 6px;
}
.listheader {
	font-size: 150%;
}
.listsub {
	color: yellow;
}
