@charset "utf-8";
body {
	background-color:#000;
	vertical-align:middle;
	color:#797979;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#divMain {
	background-color:#000;
	width:1000px;
	/*height:550px;*/
	min-height:550px;
	height:100%;
	margin:auto;
	background-image:url(images/bg3.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}
h1 {
	font-size:18px;
	font-weight:bold;
	background-image:url(images/vlammetje.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	line-height:27px;
	color:#c2c2c2;
}
#divMenu {
	font-size:14px;
	width:335px;
	vertical-align:top;
	height:510px;
	font-variant:small-caps;
}
#divMenu div {
	background-image: url(images/menu-item.gif);
	background-repeat:no-repeat;
	background-position:-27px 24px;
	vertical-align:bottom;
	line-height:50px;
	margin-right:48px;
}
#divMenu div a {
	background-repeat:no-repeat;
	background-position:0 10px;
	display:block;
	text-decoration:none;
	text-align:right;
	color:#797979;
	height:40px;
}
#divMenu div a span {
	margin-right:14px;
}
#divMenu div a.selected, #divMenu div a:hover {
	background-image:url(images/menu-item-selected.png) !important;
}
#divMenu div a.selected img, #divMenu div a:hover img {
	border:1px solid #ffa854;
}
#divMenu div img {
	float:left;
	margin:7px;
	border:1px solid black;
}
#divMenu ul {
	display:block;
	clear:both;
	padding-left:110px;
}
#divMenu ul li {
	line-height:20px;
}
#divContent {
	width:660px;
	text-align:left;
	vertical-align:top;
	height:510px;
}
#divContent a {
	color:#D4D4D4;
}
#divToolbar {
	background-color:#333;
	text-align:right;
	padding:5px;
}
#divToolbar a {
	text-align:left;
	text-decoration:none;
	color:#CCC;
	border:1px solid #999;
	padding:2px;
	background-color:#666;
}
legend {
	color:#CCC;
}
#divCrumbs, #divCrumbs a {
	font-size:11px;
	text-decoration:none;
	color:#666;
	border-bottom:1px solid #333;
	padding-bottom:3px;
}
#divCrumbs a {
	font-weight:bold;
}
div.error {
	border:1px solid red;
	background-color:#333;
	margin:3px;
	padding:5px;
	color:#FFF;
}
table.producten
{
	border-left:1px solid #333; 
	border-top:1px solid #333;
}
table.producten td
{
	border-right:1px solid #333; 
	border-bottom:1px solid #333;
}
td.stippelhoek
{
	background-image:url(images/stippelhoek.gif);
	padding-left:65px;
	background-repeat:no-repeat;
	background-position:bottom left;
}
td.stippellijn
{
	background-image:url(images/stippellijn.gif);
	background-repeat:repeat-y;
}
td.stippelhoekO
{
	background-image:url(images/stippelhoekO.gif);
	padding-left:65px;
	background-repeat:no-repeat;
}
table.producten td ul
{
	margin:0;
	margin-bottom:0;
}
table.producten td ul li
{
	margin-left:-25px;
}
table.producten td h2
{
	margin:0;
}
div.productItem
{
	display:block;
	float:left;
	width:32%;
	height:120px;
}
div.productItem a
{
	font-weight:bold;
}
span.wit
{
	color:#FFF;
}