body {
	background: #D40800 url('images/boxwhitebg.png') repeat-y 50% 0;
	margin: 0 auto;
	padding: 0;
	width: 810px;
	color: #000;
	font-family: Verdana;
	font-size: 13px;
}

pre {
	width: 790px;
	overflow: auto;
	color: #FF0000;
}

input, textarea, select {
	border: 1px solid #ccc;
	font-family: Arial;
}

a {
	text-decoration: none;
	color: #D40800;
}

#container {
	margin-top: 0px;
}

#box {
	width: 799px;
	margin-right: auto; 
	margin-left: auto;
	padding-left: 10px;

	background-color: #FFFFFF; /*#FF9933;*/
}
/* MENU OUD
#menu a {
	border-left: 3px solid #D40800;
	padding-left: 10px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#menu span {
	font-size: 20px;
	font-weight: bold;
	color: #00C7CF;
}*/

#header h1 {
	font: bold 21px arial, verdana, tahoma, sans-serif;
	color: #E80800;
}

#header hr {
	margin-right: 10px;
	border: 4px dotted #D40800;
}

fieldset {
	border: 2px solid #000; 
	border-left: none; 
	border-right: none;
}

#fieldsetcontent {
	margin-top: 2px;
	margin-bottom: 2px;
}

fieldset legend a {
	text-decoration: none;
	color: #000000;
	font-family: Verdana;
}


#output table {
	font-family: Verdana;
}

.tr_a {
	background-color: #ccc;
}

.tr_b {
	background-color: #fff;
}

#output tr:hover {
	background-color: #FF9999;
}
form {
	display: inline;
}

#searchcrumb {
	display: block;
}

.searchcrumbitem {
	display: inline;
	background-color: #DDDDDD;
	font-size: 10px;
	width: 200px;
	border: 1px solid #AAAAAA;
	padding: 1px;
}

.searchcrumbitem:hover {
	border: 1px dashed #AAAAAA;
}

#voertuigcodetable td {
	border: 1px solid #000;
}
#bottom {
	margin-bottom: 0px;
	position: absolute;
	float: left;
	color: #828282;
	font-family: arial;
	font-size: 12px;
}

/* DROPDOWN MENU CSS */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	background: #D40800;
	color: #FFF;
	text-align: center;
	text-decoration: none
}

#sddm li a:hover
{	
	background: #F05B55;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #D40800
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #D40800;
		font: 11px arial
}

	#sddm div a:hover
	{	background: #F05B55;
		color: #FFF
}

/*
TOOLTIP
*/

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
