@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #CCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #C00;
	text-decoration:none;
}
a:visited {
	color: #C00;
	text-decoration:none;
}
a:hover {
	color: #333;
	text-decoration:underline;
}
a:active {
	color: #C00;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6,p {
	margin:0;
	margin-bottom:10px;
}
h1 {
	font-size: 18px;
	color: #C00;
}
h2 {
	font-size: 16px;
	color: #C00;
}
h3 {
	font-size: 14px;
	color: #C00;
}
h4 {
	font-size: 12px;
	color: #C00;
}
h5 {
	font-size: 12px;
	color: #000;
}
h6 {
	font-size: 10px;
	color: #C00;
}
/* STRUCTURE */
div#top{
	height:199px;
	background-color:#FFFFFF;
	position:relative;
}
div#top_left{
	position:absolute;
	top:0px;
	left:0px;
	width:960px;
	height:199px;
	background-image:url('images/header_left.jpg');
	background-repeat:repeat-x;
}
div#top_right{
	position:absolute;
	top:0px;
	right:0px;
	width:960px;
	height:199px;
	background-image:url('images/header_right.jpg');
	background-repeat:repeat-x;
}
div#top_middle{
	position:relative;
	top:0;
	width: 994px;
	height: 199px;
	margin: 0 auto;
	z-index:100;
}
div#header{
	width:994px;
	height:167px;
	background-image:url('images/header_top.jpg');
	background-repeat:no-repeat;
}
div#header img{
	margin-left:20px;
	margin-top:10px;
}
div#menubar{
	width:994px;
	height:32px;
	background-image:url('images/header_bar.jpg');
	background-repeat:no-repeat;
}
div#middle{
	height:auto;
	background-color:#FFFFFF;
	position:relative;
}
div#content{
	width:958px;
	min-height:350px;
	height:auto !important;
	height:350px;
	margin:0 auto;
	padding-left:18px;
	padding-right:18px;
	padding-top:0;
	padding-bottom:0;
	background-image:url('images/content_bg.jpg');
	background-repeat:repeat-y;
}
div#submenu{
	float:left;
	width:216px;
	height:auto;
	margin:0;
	padding:0;
	background-image:url('images/submenu.jpg');
	background-repeat:repeat-y;
}
div#submenu_top{
	width:198px;
	height:auto;
	padding-right:18px;
}
div#submenu_end{
	width:216px;
	height:30px;
	background-image:url('images/submenu_end.jpg');
	background-repeat:no-repeat;
}
div#text{
	float:left;
	width:714px;
	height:auto;
	margin:0;
	padding:14px;
}
div#clear{
	width:958px;
	height:1px;
	font-size:1px;
	clear:both;
}
div#bottom{
	height:188px;
	background-color:#FFFFFF;
	border-bottom:1px solid #000000;
	position:relative;
}
div#bottom_left{
	position:absolute;
	top:0px;
	left:0px;
	width:960px;
	height:188px;
	background-image:url('images/bottom_left.jpg');
	background-repeat:repeat-x;
}
div#bottom_right{
	position:absolute;
	top:0px;
	right:0px;
	width:960px;
	height:188px;
	background-image:url('images/bottom_right.jpg');
	background-repeat:repeat-x;
}
div#bottom_middle{
	position:relative;
	top:0;
	width:994px;
	height:188px;
	margin:0 auto;
	background-image:url('images/bottom.jpg');
	background-repeat:no-repeat;
	z-index:100;
}
div#address{
	float:left;
	margin-left:24px;
	margin-top:100px;
	font-size:10px;
	color:#999999;
}
div#address a:link,div#address a:hover,div#address a:active,div#address a:visited,div#disclaimer a:link,div#disclaimer a:hover,div#disclaimer a:active,div#disclaimer a:visited{
	color:#999999;
	font-size:10px;
	text-decoration:none;
}
div#address a:hover,div#disclaimer a:hover{
	color:#C00;	
}
div#disclaimer{
	float:right;
	margin-right:20px;
	margin-top:100px;
	font-size:9px;
	color:#999999;
	text-align:right;
}
/* MENU */
div#menubar ul{
	list-style:none;
	margin:0;
	padding:0;
	width:975px;
	height:32px;
}
div#menubar ul li{
	float:right;
	height:28px;
	margin-top:2px;
}
div#menubar ul li a:link,div#menubar ul li a:active,div#menubar ul li a:visited,div#menubar ul li a:hover{
	display:block;
	height:23px;
	padding-left:6px;
	padding-right:6px;
	padding-top:5px;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
div#menubar ul li a:hover{
	color:#CC0000;
}
/* SUBMENU */
div#submenu_top ul{
	list-style:none;
	margin:0;
	padding:0;
	padding-top:10px;
	width:198px;
}
div#submenu_top ul li{
	width:188px;
	height:30px;
	padding-left:10px;
}
div#submenu_top ul li.submenu_title{
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
}
div#submenu_top ul li a:link,div#submenu_top ul li a:active,div#submenu_top ul li a:visited,div#submenu_top ul li a:hover{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
div#submenu_top ul li a:hover{
	color:#CC0000;
}
/* IMAGES */
div#text img{
	border:1px solid #666666;
}
img.no_line{
	border:0;
}
/* CONTACT FORM */
table#contact{
	width: 400px;
	height: auto;
	border: 0px;
}
table#contact tr td{
	height: 25px;
	width: 200px;
}
input{
	width: 180px;
}
textarea{
	width: 380px;
	height: 120px;
}
/* EMAIL */
span.email{
	color:#CC0000;
}
span.hidden{
	display:none;
}
/* TBV REGELING VERKEERSREGELAARS */
div#content ol{
	margin:0;
	margin-bottom:15px;
	padding:0;
}
div#content ol li, div#content ol.numbers li ol li {
	list-style-type: lower-alpha;
	margin-left: 20px;
	margin-bottom:5px;
}
div#content ol.numbers li{
	list-style-type:decimal;
	margin-bottom:10px;
}
div#content ol.numbers li ul{
	list-style:disc;
	margin:0;
	margin-bottom:15px;
}
div#content ol.numbers li ul li {
	list-style-type: disc;
	margin-left: 0px;
	margin-bottom:5px;
}
table.bijlage{
	text-align:center;
	border:1px solid #000000;
	margin-bottom:15px;
}
table.bijlage td{
	border:1px solid #000000;
}

