
body, html {
	/*background-image:  url("../images/layout/voetjes.gif");
	background-repeat: repeat-y;
	background-position: right top;*/
	background-color: #FFFFFF;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/***************************************************
	Product informatie
***************************************************/
	

/***************************************************
	Kenmerken
***************************************************/
ul.kenmerken{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
ul.kenmerken li {
	margin: 0px 20px 15px 20px;
	padding: 0px 0px 10px 0px;
	
	list-style-type: none;
	
	/*width: 100%;*/
	overflow: hidden;
	border-bottom: 1px solid #335B97;
}
ul.kenmerken li img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
ul.kenmerken li span.titel {
	margin: 0px 0px 0px 55px;
	display: block;
	font-weight: bold;
}
ul.kenmerken li span.beschrijving {
	margin: 0px 0px 0px 55px;
	display: block;
	font-size: 0.8em;
}

div.kenmerken-vergelijken {
	overflow: hidden;
	width: 100%;
}
div.kenmerken {
	float: left;
	width: 33%;
}
	
/***************************************************
	Contactgegevens
***************************************************/
ul.contact {
	margin: 25px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
}
ul.contact li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	list-style-type: none;
	
	text-align: center;
}

/***************************************************
	Vergelijken
***************************************************/
table.vergelijken {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	
	border-collapse: collapse;
}

table.vergelijken tr.checked {
	background-color: #D5D3D3;
	background-color: #99BDF2;
}
table.vergelijken tr.unchecked {
	background-color: #FFFFFF;
}

table.vergelijken th {
	padding: 0px 0px 10px 0px;
	
	vertical-align: bottom;
	white-space: nowrap;
}
table.vergelijken th.sc {
	padding: 2px 8px 15px 8px;
	
	color: #4B71AD;
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
}
table.vergelijken th.prijs {
	padding: 2px 8px 15px 8px;
	
	font-size: 1.0em;
	font-weight: normal;
	text-align: center;
}
table.vergelijken th.soort {
	font-weight: normal;
}

table.vergelijken th.naam {
	padding: 2px 8px 2px 8px;
	
	border: 1px solid #4B71AD;
	
	width: 200px;
	
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
}

table.vergelijken td {
	padding: 1px 6px 1px 6px;
	
	border: 1px solid #4B71AD;
	
	font-size: 0.8em;
	text-align: center;
	white-space: nowrap;
}
table.vergelijken td.button {
	padding: 4px 0px 0px 10px;
	
	border: none;
	
	text-align: left;
}
table.vergelijken td.euro {
	border-right: none;
}
table.vergelijken td.prijs {
	border-left: none;
	text-align: right;
}
table.vergelijken td.nvt {
	text-align: right;
}

table.vergelijken td.leeg {
	border: none;
	
	height: 40px;
	
	text-align: left;
}
table.vergelijken td.uitleg {
	border: none;
	
	color: #5A73B5;
	font-size: 1.0em;
	text-align: left;
}
table.vergelijken td.geen {
	padding-top: 10px;
	padding-bottom: 10px;
	
	color: #B90000;
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
}

div.productinformatie {
	
	background-color: #FFFFFF;
	border: 2px solid #4B71AD;
	
	display: block;
	width: 200px;
	height: 200px;
	
	position: fixed;
	bottom: 10px;
	right: 10px;
	
	display: none;
}
div.productinformatie p.naam {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	
	background-color: #4B71AD;
	
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
}
div.productinformatie p.afbeelding {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: center;
}
div.kenmerkinformatie {
	
	background-color: #FFFFFF;
	border: 2px solid #4B71AD;
	
	display: block;
	width: 250px;
	height: 120px;
	
	position: fixed;
	bottom: 10px;
	right: 10px;
	
	display: none;
}
div.kenmerkinformatie img {
	margin: 10px 10px 10px 10px;
	float: left;
}
div.kenmerkinformatie p {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	
	font-size: 0.8em;
}
div.kenmerkinformatie p span {
	display: block;
	
	font-size: 1.2em;
	font-weight: bold;
}
	
/***************************************************
	Algemeenheden op popup-pagina
***************************************************/
p {
	margin: 0px 10px 10px 10px;
	
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 1.0em;
	line-height: 1.3;
}
p.sluiten {
	margin: 10px 0px 5px 0px;
	padding: 1px 0px 1px 0px;
	
	background-color: #335B97;
	
	text-align: center;
}
p.sluiten a {	display: block;	font-size: 0.8em; }

a {
	color: #FFFFFF;
	text-decoration: none;
	background-image:  url("../images/layout/bg-kader-header.gif");
}
a:hover {
	color: #DDDDDD;
	text-decoration: none;
}

h1 {
	background-image:  url("../images/layout/popup-logo.gif");
	background-repeat: repeat-x;
	background-position: 50px 0px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	height: 216px;
	
	color: #777777;
	
	border-top: 2px solid #335B97;
	border-bottom: 2px solid #335B97;
	/*font-size: 3.2em;*/
}
h1 span { display: none;	}

div.h1 {
	background-image:  url("../images/layout/bg-header.gif");
	background-repeat: repeat-x;
	background-position: top left;
	
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	
	height: 106px;
	width: 100%;
	
	border-top: 2px solid #335B97;
	border-bottom: 2px solid #335B97;
}
div.h1 h1 {
	background-image:  url("../images/layout/bg-h1.gif");
	background-repeat: no-repeat;
	background-position: 50% 0px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	height: 106px;
	
	color: #777777;
	
	border-top: 2px solid #335B97;
	border-bottom: 2px solid #335B97;
	border: none;
	/*font-size: 3.2em;*/
}
div.h1 h1 span { display: none;	}


h2 {
	margin: 10px 0px 10px 0px;
	padding: 2px 3px 3px 10px;
	
	font-size: 2.0em;
	font-weight: bold;
}
h3 {
	margin: 0px 0px 15px 0px;
	padding: 2px 3px 3px 5px;
	
	font-size: 1.8em;
	font-weight: normal;
}
h4 {
	margin: 0px 0px 10px 0px;
	padding: 2px 3px 3px 5px;
	
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 0px 0px 10px 0px;
	padding: 2px 3px 3px 5px;
	
	font-size: 1.0em;
	font-weight: normal;
}
h2, h3, h4, h5 {
	font-family: Georgia, Tahoma, Verdana;
	color: #858585;
	background-color: #E5E4E4;
	border-bottom: 3px solid #7898C7;
}

h2 span.pre, h3 span.pre, h4 span.pre, h5 span.pre {
	margin-right: 2px;
	
	float: right;
	display: block;
}

h2 span.pre {
	width: 62px;
	height: 40px;
	
	background-image:  url("../images/layout/go-kart-h2.gif");
	background-repeat: no-repeat;
}
h3 span.pre {
	width: 49px;
	height: 30px;
	
	background-image:  url("../images/layout/go-kart-h3.gif");
	background-repeat: no-repeat;
}
h4 span.pre, h5 span.pre {
	width: 36px;
	height: 25px;
	
	background-image:  url("../images/layout/go-kart-h4.gif");
	background-repeat: no-repeat;
}

p.sql-error {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 10px;
	
	font-family: "courier";
	font-weight: bold;
	color: #B90000;
	
	border-left: 1px solid #B90000;
}
p.ongeldig {
	margin: 0px 0px 0px 15px;
	padding: 15px 0px 15px 25px;
	
	background-image:  url("../images/icons/icon_verwijderen_klein.gif");
	background-repeat: no-repeat;
	background-position: 0px 15px;
	
	font-weight: bold;
	color: #FA0404;
}

img {
	border: none;
}
img.icon {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
