* {
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
}

body
{
	font-size: 12px;
	font-family: arial, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #666;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow-x: hidden;
}

table
{
	font-size: 12px;
	font-family: arial, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.hurray { border: none; }

#page
{
	background-color: gray;
	text-align: left;
	width: 950px;
	margin: 0% auto;
}


/* CONSUMENT CSS */
#page #left_column
{
	float: left;
	width: 300px;
	background-color: #47525e;
}

#page #right_column
{
	padding: 20px;
	float: right;
	width: 650px;
	background: #75859a url('/gfx/content_bg_1.jpg') repeat-x;
}

#left_column #logo
{
	background: white url('/gfx/logo.jpg') no-repeat;
	height: 106px;
}

#left_column #menu_bg_top
{
	background: url('/gfx/menu_bg_1_top.jpg') no-repeat;
	height: 24px;
}

#left_column #menu_bg
{
	background: url('/gfx/menu_bg_1.jpg') no-repeat;
	height: 298px;
}

.menu1
{
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	height: 30px;
	background: #dbdbdb;
}

.menu1 .menuitem
{
	margin: 2px 0px 0px 0px;
}

.menu1 .menuitem a
{
	font-size: 12px;
	font-family: arial, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

.menu1 .menuitem a:hover
{
	color: #000;
}

.menu2
{
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	height: 30px;
	background: #000;
}

.menu2 .menuitem
{
	margin: 2px 0px 0px 0px;
}

.menu2 .menuitem a
{
	font-size: 12px;
	font-family: arial, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color: silver;
	font-weight: bold;
}

.menu2 .menuitem a:hover
{
	color: #fff;
}

.menu3
{
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	height: 30px;
	background: #000;
}

.menu3 .menuitem
{
	padding: 4px 0px 0px 0px;
	float: left;
	color: silver;
	font-weight: bold;
}

.menu3 .menuitem a
{
	font-size: 12px;
	font-family: arial, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color: silver;
	font-weight: bold;
	margin: 0px 0px 0px 8px;
}

.menu3 .menuitem a:hover
{
	color: #fff;
}

#right_column #title
{
	font-size: 36px;
}

#right_column #content
{
	margin: 10px 0px 0px 0px;
	padding: 10px;
	background: white;
}

#zoek
{
	padding-left: 5px;
	float: left;
}

input
{
	border: 1px solid gold;
	width: 97px;
	font-size: 10px;
}


h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	font-family: arial, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #a95339;
}

.submenu
{
	padding: 10px;
}

.submenu a
{
	color: white;
	text-decoration: none;
}

.submenu a:hover
{
	text-decoration: underline;
}

div.kleurwrap {
	position: absolute;
}

.kleur {
	display: block;
	border: 1px solid black;
	padding: 0;
	cursor: pointer;
	line-height: 25px;
	margin-top: 10px;
}

.kleur img {
	display: block;
	border: none;
}