body
{
	margin: 0px;
	padding: 0px;
	background: #191d3f url('../images/body_bg.jpg') repeat-y;
}

#container
{
	/* width: 780px; /* */
	width: 1100px;
}

#menu
{
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left;
	z-index: 2;
}

#menu ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu ul li
{
	padding: 5px 0px 5px 20px;
	margin: 0px;
	width: 180px;
	border-bottom: 1px #8d8f9c dashed;
}

#menu ul li a
{
	/* padding: 0px 0px 0px 20px; /* */
	margin: 0px;
	color: #9cadbe;
	text-decoration: none;
	font-family: arial;
	font-size: 14px;
	font-weight: 900;
}

#menu ul li a:hover
{
	color: #d3e7f0;
}

#page
{
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left;
	/* width: 560px; /* */
	width: 780px;
	font-family: tahoma;
	font-size: 12px;
	color: #fff;
	z-index: 2;
}

#page #banner
{	
	padding: 0px;
	margin: 0px;
	height: 90px;
	background: url('../images/banner.png') no-repeat;
	
}

#page #language
{
	text-align: right;
	padding: 0px;
	margin: 0px 0px 37px 0px;
	font-family: arial;
	font-weight: 900;
}

#page #language img
{
	border: 1px solid silver;
}

#page #title
{
	float: left;
	padding: 0px;
	margin: 0px 5px 5px 0px;
	font-family: arial;
	font-size: 24px;
	color: #fff;
}

#page #resultaten
{
	float: left;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-family: arial;
	font-size: 24px;
	color: #8b90a9;
	font-weight: 900;
}

#page #detail
{
	float: left;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-family: arial;
	font-size: 18px;
	color: #8b90a9;
	font-weight: 900;
}

#page #hr
{
	height: 1px;
	margin: 0px 0px 30px 0px;
	border-top: 1px #7c7c8b dashed;
	clear: both;
}

#page table
{
	font-family: tahoma;
	font-size: 12px;
	color: #fff;
}

#page table tr.odd
{
	background-color: #2d2d45;
}

#page table tr.even
{
	background-color: #191d3f;
}

#page table td
{
	border: 1px #40b6ea solid;
}

#right_bg
{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	
	position: absolute;
	padding: 0px;
	margin: 0px;
	right: 0px;
	top: 0px;
	width: 243px;
	height: 426px;
	background: url('../images/right_bg.jpg') no-repeat;
	z-index: 1;
}

#page table td.pagination
{
	border: none;
}

#page a
{
	color: white;
}

#page font a{
	color: #00cc00;
	text-decoration: none;
}

input.text 
{
	border: 1px solid silver;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 300px;
}

textarea.textarea {
	border: 1px solid silver;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 150px;
	width: 300px;
	margin-bottom: 10px;
}

td.merk input{
	width: 110px;
}

td.product, td.product select{
	width: 155px;
}

td.merk, td.merk input{
	width: 80px;
}

td.type, td.type input{
	width: 80px;
}

td.code, td.code input{
	width: 80px;
}