/* CSS V.1.1 */

/* ALGEMEEN ---------------------------------------------------------------- */

html {
	overflow-y: scroll;
	color: #003A63;
}


body {
	background: #6273A7;
	text-align: center;
	margin: 0px;
	padding: 0px; 
}

body, td, div, li, select, input {
	font-size: 14px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #003A63;
	outline: none;
}

a {
	color: #FF0000;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: Corbel, Bodytxt, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #003A63;
}

h2 {
	font-family: Corbel, Bodytxt, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #003A63;
}

img {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0px;
	outline: none;
}

hr	{
	height: 2px;
	border: 0px;
	background: #003A63;
	margin-bottom: 10px;
}

form {
	margin: 0px;
	border: 0px;
}

select {
	width: 100px;
	margin: 3px 0 3px 0;
}

select.voertuig {
	width: 240px;
}

/* STRAMIEN / OVERIG ---------------------------------------------------------------- */

#page {
	margin: 0px auto;
	padding: 130px 0px 0px 0px;
	width: 710px;
	background: url('../img/template/mertens_kop.jpg') no-repeat 0px 0px #FFFFFF;
}

div.clear {
	clear: both;
}

html>body .paginaboven {
	background-color: #FFFFFF;
	width: 710px;
	height: 5px;
	clear: both;
}

table.autobase_header {
	width: 100%;
}

table.autobase_header td {
	padding: 3px;
}

input.kenteken {
	background: url('../img/kenteken.gif') no-repeat top left;
	border: 0px;
	padding: 3px 0px 0px 20px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 21px;
	font-weight: bold;
	width: 120px;
	height: 29px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	color: #000000;
}

/* HOOFDMENU ---------------------------------------------------------------- */

table#mainmenu {
	background-color: #003A63;
	border: 1px solid #003A63;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 710px;
	height: 25px;
	clear: both;
}

table#mainmenu td {
	color: #FFFFFF;
	padding: 3px 0px;
}

table#mainmenu td.menuitem {
	width: 90px;
	padding: 10px 0px 10px 0px;
	cursor: pointer;
}

table#mainmenu td.menuitem:hover {
	color: #CE3228;
}

table#mainmenu td.sn {
	width: 250px;
	border: 0px;
	text-transform: capitalize;
}

table#mainmenu td.sn a:link, table#mainmenu td.sn a:visited {
	color: #003A63;
	background: #FFFFFF;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}

table#mainmenu td.sn a:hover {
	color: #FFFFFF;
	background: #6273A7;
}

table#mainmenu td.sn input {
	border: 0px;
	padding: 3px 3px 3px 3px;
}

/* CONTENT ---------------------------------------------------------------- */

#content {
	background-color: #FFFFFF;
	width: 700px;
	max-width: 710px;
	min-height: 100px;
	float: left;
	padding: 0px 5px 10px 5px;
	clear: both;
	text-align: left;
}

#content table {
	width: 700px !important;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	text-align: left;
}

#content td {
	margin: 0px;
	padding: 5px;
}

#content br {
	/*display: none;
	clear: both;*/
}

#content a:link, #content a:visited {
	display: inline;
	color: #FFFFFF;
	background: #003A63;
	padding: 6px 6px 6px 6px;
	margin: 0px;
	text-decoration: none;
	white-space: nowrap;
}

#content a:hover {
	background-color: #6273A7;
}

#content select {
display: block;
}

/* NOTIFICATIE ---------------------------------------------------------------- */

span.geel {
	background-color: #CE3228;
	color: #FFFFFF;
	display: block;
	padding: 10px;
	margin-top: 10px;
}

#content span.geel a:link, #content span.geel a:visited {
	display: inline;
	color: #FFFFFF;
	background: none;
	text-decoration: underline;
	padding: 0px 3px;
	margin: 0px;
	white-space: nowrap;
	font-weight: bold;
}

#content span.geel a:hover {
	text-decoration: none;
}

/* ZOEKEN ---------------------------------------------------------------- */

table.zoeken {
	width: 700px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border-collapse: collapse;
	text-align: left;
}

table.zoeken th {
	text-align: right;
	font-weight: normal;
	vertical-align: top;
	padding: 5px 10px 0px 0px;
	text-transform: capitalize;
}

table.zoeken select {
	font-size: 11px;
}

#content table.zoeken td {
	margin: 0px;
	padding: 0px;
	background: none;
	padding-bottom: 20px;
	vertical-align: top;
}

#content table.zoeken a:link, #content table.zoeken a:visited {
	display: inline;
	color: #FFFFFF;
	padding: 6px 6px 6px 6px;
	margin: 0px;
	text-decoration: none;
	white-space: nowrap;
}

#content table.zoeken a:link:first-child {
	float: right;
}

#content table.zoeken a:hover {
	background: #6273A7;
}

#content table.zoeken input {
	width: 90%;
	margin: 0px 0px 10px 0px;
}

/* CONTENT FORMS ---------------------------------------------------------------- */


#content form table {
	white-space: wrap;
}

#content form table td {
}

#content form td {
white-space: nowrap;
}

#content form table tr td input {
margin-right: 10px;
}

#content form hr {
margin-bottom: 10px;
}

#content form br {
/*
display: block;
margin: 5px 0px 5px 0px;
*/
}

/* OVERZICHT ---------------------------------------------------------------- */

#content .overzicht td {
	text-align: left;
	padding: 4px;
	margin: 0px;
	width: 710px;
	background: none;
}

#content .overzicht th {
	font-weight: bold;
	padding: 5px;
	white-space: nowrap;
	text-align: left;
}

#content .overzicht input {
	margin-right: 10px;
}


#content #overzicht td {
	padding: 5px;
	background: none;
}

/* SELECTIE ---------------------------------------------------------------- */

table.selectielijst {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

table.selectielijst tr.item {
	cursor: pointer;
}

table.selectielijst tr {
	background: #F5F5F6;
}

table.selectielijst tr.item:hover {
	background: #F0F0F0;
}

table.selectielijst th {
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px;
	background: #CE3228;
	white-space: nowrap;
}

table.selectielijst th:first-child {
}

table.selectielijst th:last-child {
}

table.selectielijst td {
	font-size: 11px;
	white-space: nowrap;
}

/* VOORRAAD ---------------------------------------------------------------- */

div.voorraad_rood {
	float: left;
	background-color: #C00000;
	width: 20px;
	padding: 0px;
	margin: -2px 2px 0px 0px;
}

div.voorraad_oranje {
	float: left;
	background-color: #FF8000;
	width: 20px;
	padding: 0px;
	margin: -2px 2px 0px 0px;
	text-align: right;
}

div.voorraad_groen {
	float: left;
	background-color: #00C000;
	width: 20px;
	padding: 0px;
	margin: -2px 2px 0px 0px;
	text-align: right;
}

#content div.voorraad_rood {
	color: #FFFFFF;
	font-size: 11px;
	float: left;
	background-color: #C00000;
	width: 52px;
	padding: 2px 0px 1px 0px;
	margin-right: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#content div.voorraad_oranje {
	color: #FFFFFF;
	font-size: 11px;
	float: left;
	background-color: #FF8000;
	width: 25px;
	padding: 2px 0px 1px 0px;
	margin-right: 2px;
	text-align: center;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

#content div.voorraad_groen {
	color: #FFFFFF;
	font-size: 11px;
	float: left;
	background-color: #00C000;
	width: 25px;
	padding: 2px 0px 1px 0px;
	margin-right: 2px;
	text-align: center;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

/* WINKELWAGEN ---------------------------------------------------------------- */

#content #winkelwagen .winkelwagen {
	width: 100%;
	border-spacing: 0 5px;
	margin-bottom: 30px;
}

#content #winkelwagen .winkelwagen td {
	vertical-align: top;
	border: 0px !important;
	border-bottom: 1px solid #999999 !important;
	background: none;
}

#content #winkelwagen .winkelwagen tr:first-child {
	background: #DCDCDC;
}

#content #winkelwagen a.omhoog, #content #winkelwagen a.omhoog:visited {
	background: url('../img/button_up.gif');
	width: 17px;
	height: 13px;
	margin: 0px;
	padding: 0px;
	display: block;
}

#content #winkelwagen a.omhoog:hover {
	background-position: 0px 13px;
}

#content #winkelwagen a.omlaag, #content #winkelwagen a.omlaag:visited {
	background: url('../img/button_down.gif');
	width: 17px;
	height: 13px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	display: block;
}

#content #winkelwagen a.omlaag:hover {
	background-position: 0px 13px;
}

#content #winkelwagen a.verwijder, #content #winkelwagen a.verwijder:visited {
	background: url('../img/verwijder.gif');
	width: 12px;
	height: 12px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	display: block;
	float: left;
}

#content strong a:link,#content strong a:visited {
	font-weight: normal;
	color: #FFFFFF;
	background: #003A63;
	padding: 6px 6px 6px 6px;
	margin: 0px;
	text-decoration: none;
	white-space: nowrap;
}

#content strong a:hover {
	background: #6273A7;
}

/* FOOTER ---------------------------------------------------------------- */

#footer {
	background-color: #FFFFFF;
	height: 30px;
	font-size: 13px;
	display: block;
	padding: 20px 5px 0px 5px;
	margin: 0 auto;
	width: 700px;
	clear: both;
	text-align: left;
	/*background: url('../img/footer.gif') no-repeat top left;*/
}

#footer small {
	margin-right: 10px;
}

#footer small.prijsinfo {
	display: block;
	float: left;
	margin-left: 20px;

}
