/* CSS Document */

html {
	min-height: 100%;
	margin-bottom: 0px;
	overflow: -moz-scrollbars-vertical;
}

body {
	margin:0;
	padding:0;
	color:#000033;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#f1f1f1;
	cursor:default;
}

form {
	padding: 0;
	margin: 0;
}

div#container {
	/* width:100%; */
	margin:auto;
	margin-top:6px;
}

td#content {
	background:#CCCCCC url(../gfx/bgcontent.gif) bottom right no-repeat;
	border-left:1px solid #FFF;
	border-bottom:1px solid #FFF;
	font-size:12px;
	padding:5px;
	padding-right:15px;
}

td#header {
	border-left:1px solid #000066;
}
td#sidebar {
	background:#000066 url(../gfx/left.jpg) top no-repeat;
}
td#footer {
	padding-left:120px;
	color:#FFF;
	font-size:12px;
	letter-spacing:1px;
}
span#seperator {
	margin-left:4px;
	margin-right:4px;
	color:#000033;
}

div#error {
	width: 50%;
	border: 1px solid #FF0000;
	background: #FFCCCC;
	padding: 4px;
	margin-left: 6px;
}

/* Content */
h2 {
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom:1px solid #DDD;
	margin-bottom:4px;
}
/*
p {
	margin-left:3px;
	margin-top:5px;
	margin-bottom:5px;
	line-height:130%;
}
*/

.small {
	font-size: 11px;
}

img {
	border: 1px solid #333333;
}

/* Form */

table#form {
	font-size: 12px;
}

td.text input {
	font-size: 13px;
	border: 1px solid #333333;
	background: url('../gfx/input_bg.gif');
}

td.textarea textarea {
	font-size: 13px;
	border: 1px solid #333333;
	background-color: #E9E9E9;
	font-family:Arial, Helvetica, sans-serif;
}

/* Menu */
div#navcontainer {
	background-color: #000052;
	border-bottom: 1px solid #FFF;
}

div#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 2px;
	padding-top: 2px;
}

div#navcontainer ul li {
	display: inline;
	margin-left: -4px;
}

div#navcontainer ul li a {
	padding: 2px 10px 2px 10px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

div#navcontainer ul li a:hover {
	background-color: #CCC;
	color: #000;
}

#active a {
	border-left:1px solid #fff;
	background-color:#CCCCCC;
}

div#navcontainer ul li a#current {
	color:#000;
}

/* Links */
table#header_links {
	width: 100%;
	margin-bottom: 8px;
}

table#header_links tr.inner {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	height: 24px;
}

table.tbl_link  {
	width:100%;
	border: 1px solid #03437C;
	margin-bottom: 8px;
}

table.tbl_link tr.inner {
	font-size: 12px;
}

table.tbl_link tr.inner a {
	color: #000000;
	text-decoration: underline;
}

table.tbl_link tr.inner a:hover {
	color: #000000;
	text-decoration: none;
}

/* Voertuigen */
table.voertuig {
	width: 95%;
	margin-bottom: 12px;
}

table.voertuig td.header {
	width: 100%;
	text-align: center;
	background: #010066;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

table.voertuig td.span {
	width: 50%;
	vertical-align: middle;
	border: 1px solid #000000;
	background: #FFFFFF;
}

table.voertuig td.footer {
	width: 100%;
	text-align: center;
	font-weight: bold;
	border: 1px solid #03437C;
	background: #64A0D6;
}

/* Voertuigen logos */
div.logo img {
  border:1px solid #bbb;
  margin-right:2px;
}

div.logo {
  width:100%;
  text-align:center;
}


/* Producten */
table.categorie {
	width: 100%;
	margin-top: 15px;
}

table.categorie td.header {
	width: 100%;
	background: #010066;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

table.product {
	width: 100%;
	border: 1px solid #000000;
	margin-top: 2px;
}

table.product tr.inner {
	font-size: 12px;
}

table.product td.left {
	width:24%;
	background: #64A0D6;
	vertical-align: top;
	text-align: center;
	vertical-align: middle;
}

/* Overig */

a {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}

a:hover  {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}



