html, body {
	height: 100%;
	margin: 0;
}

/* Body ----------------------------- */
body {
	margin: 0;
	text-align: center;
	background: #ea0019 url(../img/bg.gif) repeat-y top center;
}

body.popup {
	margin: 10px;
	text-align: left;
	background: none;
}

/* Container ----------------------------- */

.container {
	width: 822px;
	height: 100%;
	background: url(../img/bg-container.jpg) no-repeat;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

/* Header ----------------------------- */

.header {
	width: 839px;
	height: 132px;
	background: url(../img/header.jpg) no-repeat 191px 0;
	position: absolute;
}

.header  h1 {
	margin: 0;
	padding: 0;
}

.header  h1 a {
	width: 177px;
	height: 87px;
	display: block;
	position: absolute;
	left: 14px;
	text-decoration: none;
}

.header  h1 a span {
	visibility: hidden;
}

/* Sidebar ----------------------------- */

.sidebar {
	width: 177px;
	position: absolute;
	left: 14px;
	top: 117px;
	z-index: 2;
}

#nav ul {
	margin: 0 0 0 20px;
	list-style: none;
	padding: 0;
}

#nav ul li {
	line-height: 14px;
}

#nav ul li:hover, #nav li.sfhover  {
	background: url(../img/band.png) no-repeat -4px -6px;
}

*html #nav li.sfhover {
	background-image: none;
}

#nav ul li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 7px 0 7px 3px;
	margin-left: 30px;
	font-size: 11px;
}

#nav ul li a:hover {
	background: #ea0019;
	color: #ffffff;
}

#nav li ul {
	position: absolute;
	margin-left : 128px;
	margin-top : -28px;
	left: -999em;
}

#nav li ul {
	position: absolute;
	width: 14em;
	left: -999em;
}

#nav li ul li {

}

#nav li li a {
	background: #cf9291;
	text-transform: none;
	color: #ffffff;
	border-bottom: 1px solid #fff;
}

#nav li li a:hover {
	background: #cc3300;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* Banners ----------------------------- */

.banners {
	position: absolute;
	top: 100px;
	width: 585px;
	height: 36px;
	left: 192px;
	top: 139px;
}

.banners ul {
	list-style: none;
	margin: 0 10px 0 0;
}

.banners ul li {
	float: right;
	display: inline;
	margin-left: 10px;
}

.banners ul li.left {
	float: left;
}

/* Content ----------------------------- */

.content {
	width: 345px;
	position: absolute;
	top: 200px;
	left: 215px;
	font-size: 10px;
	color: #ea0019;
	z-index: 1;
}

.popupcontent {
    top: 10px;
    left: 10px;
    width: 345px;
}

.content h2 {
	font-size: 11px;
	color: #ea0019;
	font-weight: bold;
	text-transform: uppercase;
}

.content a {
	color: #ea0019;
}

/* Content ----------------------------- */
.productoverzicht {
	width: 580px;
	position: absolute;
	top: 200px;
	left: 194px;
}

.product {
	margin-bottom: 10px;
	background: url(../img/bg-product.gif) no-repeat bottom;
	position: relative;
	padding-bottom: 40px;
}

.productcontent {
	width: 284px;
	float: left;
	margin-left: 50px;
	font-size: 10px;
}

.productnummer {
	position: absolute;
	color: #fff;
	font-size: 20px;
	bottom: 1px;
	left: 0;
	font-weight: bold;
	text-align: center;
	width: 30px;
	line-height: 20px;
}

.producttitel {
	color: #ca4246;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 10px;
}

.productprijs {
	text-transform: uppercase;
	font-size: 11px;
	position: absolute;
	bottom: 15px;
	left: 50px;
	font-weight: bold;
}

.productprijs span.vanprijs {
	color: #ca4246;
	text-decoration: line-through;
}

.productprijs span.voorprijs {
	font-size: 28px;
}

.productvanprijs span {
	color: #ca4246;
}

.productprijs strong	 {
	color: #ca4246;
}

.productbestel a {
	width: 76px;
	height: 22px;
	display: block;
	position: absolute;
	left: 280px;
	background: url(../img/button-bestellen.gif) no-repeat;
	text-indent: -9999px;
	bottom: 24px;
}

.productafbeelding {
	float: right;
	margin-right: 20px;
}

.productafbeelding img {
	margin: 0;
}

/* Visuals ----------------------------- */

.visuals {
	width: 189px;
	position: absolute;
	left: 588px;
	top: 175px;
}

.visuals img {
	margin: 0;
	padding: 0;
}

/* Specific */

input, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #414141;
	font-size: 11px;
}

.error {
    color: #CC0000;
}

/* Kenteken */

form#frmKenteken {
    height: 70px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 51% 0%;
    position: relative;
}

form#frmKenteken div {
    width: 100%;
    margin: 0px;
}

div#inputKenteken {
    position: relative;
    height: 62px;
    width: 100%;
    background:url('/img/kenteken.png') no-repeat 0px 0px;
}

input#txtKenteken {
    position: relative;
    top: 12px;
    left: 48px;
    width: 265px;
    font-weight:bold;
    border:0;
    font-size: 30px;
    text-transform:uppercase;
    font-family:Arial,Verdana,Sans-Serif;
    color: #000000;
    background-color: transparent;
    letter-spacing: 1px;
}

textarea.readonly {
    border: 0px;
    overflow: hidden;
}

#imagescroll {
    position: absolute;
    bottom: 0px;
    left: 145px;
    width: 630px;
    height: 50px;
    overflow: hidden;
}
