
/*--------------------------------------------------------------------------------
Html & Body Reset
----------------------------------------------------------------------------------*/
html {
	text-align: center;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:12px;
	background: url(../img/achtergronden/bg.png) repeat-x;
	font-family: verdana;
}

/*--------------------------------------------------------------------------------
Footer & Push div
----------------------------------------------------------------------------------*/

.footer, .push {
	height: 0px;
}

/*--------------------------------------------------------------------------------
Container
----------------------------------------------------------------------------------*/

.container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/*--------------------------------------------------------------------------------
Header
----------------------------------------------------------------------------------*/

.header {
	width: 100%;
	height: 148px;
	position: relative;
	background: url(../img/visuals/header-visual.png) no-repeat right top;
}

/*--------------------------------------------------------------------------------
Header -> h1
----------------------------------------------------------------------------------*/

.header h1 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
}

.header h1 a {
	position: absolute;
	width: 308px;
	height: 102px;
	display: block;
	top: 0px;
	left: 0px;
	text-decoration: none;
	background: url(../img/algemeen/logo.png) no-repeat;
}

.header h1 a span {
	visibility: hidden;
}

/*--------------------------------------------------------------------------------
Header - nav
----------------------------------------------------------------------------------*/

.header .nav {
	position: absolute;
	bottom: 2px;
}

.header .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header .nav ul li {
	float: left;
	margin: 0;
}

.header .nav ul li a {
	display: block;
	text-decoration: none;
	padding: 7px 8px;
	color: #fff;
	font-size: 14px;
}

.header .nav ul li a:hover, .header .nav ul li a.active {
	color: #df0404;
	font-weight: bold;
}

.header .nav ul li.first a {
	padding-left: 0px;
}

.header .nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
}

.header li:hover ul, #nav li.sfhover ul {
	left: auto;
}


/*--------------------------------------------------------------------------------
Content-container
----------------------------------------------------------------------------------*/

.content-container {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 25px 0 25px 0;
}

/*--------------------------------------------------------------------------------
Sidebar
----------------------------------------------------------------------------------*/

.sidebar {
	float: left;
	width: 250px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/*--------------------------------------------------------------------------------
Sidebar bloken
----------------------------------------------------------------------------------*/

.blok {
	margin: 0 0 12px 0;
}

.blok .blok-header {
	background: url(../img/achtergronden/bg-blok.png) repeat-x;
	padding: 4px 10px;
	color: #fff;
}

.blok .blok-content {
	border: 1px solid #bcc9be;
}

.blok .blok-content ul {
	margin: 0;
	padding: 5px 0;
	list-style : none;
}

.blok .blok-content ul li {
	font-size: 11px;
	padding: 1px 10px;
}

.blok .blok-content ul li a {
	color: #1c4922;
	text-decoration: none;
}

.blok .blok-content ul li a:hover {
	text-decoration: underline;
	color: #e50e0e;
}

.blok .blok-content ul li li {
	background: url(../img/algemeen/bullet.png) no-repeat 5px center;
	padding-left: 15px;
}

.blok p {
    margin: 5px;
}

.blok input.normal {
    margin: 3px;
    color: #777777;
    width: 200px;
}

.blok input.button {
    margin: 3px;
}

/*--------------------------------------------------------------------------------
Content
----------------------------------------------------------------------------------*/

.content {
	float: left;
	padding: 0 0 0 35px;
	margin: 0 0 0 0;
	width: 615px;
	color: #1c4922;
	line-height: 20px;
}

.content h2 {
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	font-weight: bold;
	color: #b92025;
	font-family: verdana;
}

.content h3, .content h3 a, .content h3 a:hover {
	font-size: 12px;
	margin: 9px 0 6px 0;
	padding: 0 0 0 0;
	font-weight: bold;
	color: #b92025;
	font-family: verdana;
	text-decoration: none;
}

    .content .accessoires h3 {
        margin: 0 0 2px 0;
    }

.content a {
	color: #b92025;
}

.kruimelpad  {
	margin-bottom: 10px;
	font-size: 11px;
}

.kruimelpad a {
	color: #1c4922;
}

.productgroep {
	border-bottom: 1px solid #bcc9be;
	padding: 10px 0;
}

.productgroep  .beschrijving {
	float: left;
	width: 400px;
}
.productgroep  .afbeelding {
	float: right;
}

.productgroep .mini-afbeelding {
    float: left;
    width: 120px;
}

.productgroep .prijs {
    float: left;
    display: block;
    width: 90px;
    text-align: center;
    margin: 4px 0 0 0 ;
    padding: 4px 0;
    background-color: #b92025;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}
    .productgroep .prijs a, .productgroep .prijs a:hover {
        color: #fff;
        text-decoration: none;
    }

    .accessoires .prijs {
        padding: 1px 0;
    }

.productdetails {
    border-bottom: 1px solid #bcc9be;
    padding: 0 0 10px 0;
}

    .productdetails .afbeelding {
        float: left;
        width: 200px;
    }

    .productdetails .bestellen {
        float: left;
        width: 415px;
    }

    .productdetails .vanprijs {
        color: #b92025;
        text-decoration: line-through;
        font-weight: bold;
    }

    .productdetails .voorprijs {
        display: block;
        width: 90px;
        text-align: center;
        margin: 4px 0 0 0 ;
        padding: 2px 0;
        background-color: #b92025;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
    }

/*--------------------------------------------------------------------------------
Footer
----------------------------------------------------------------------------------*/

.footer {
	width: 100%;
	color: #1c4922;
	text-align: right;
	font-size: 10px;
}

.footer a, .footer a:hover {
	color: #1c4922;
	text-decoration: none;
}

/*--------------------------------------------------------------------------------
Checkout
----------------------------------------------------------------------------------*/

table.cart {
    margin-bottom: 16px;
    background-color: #fff;
    border: 4px solid #fff;
}

table.cart td img {
    vertical-align: bottom;
}

table.cart tr.tablehead th, table.cart td {
    text-align: left;
    background-color: #fff;
}

table.cart tr.tablehead th {
    height: 26px;
    vertical-align: top;
    border-bottom: 1px dotted #181818;
}

table.cart td.qt {
    width: 48px;
    padding: 0;
}

table.cart td.del {
    width: 24px;
    text-align: left;
}

table.cart td.price, table.cart td.total {
    width: 56px;
}

table.cart td.total {
    font-weight: bold;
}

table.cart tr.totals td {
    text-align: right;
    padding-right: 20px;
}

table.cart tr.subtext td {
    text-align: right;
    padding-right: 20px;
    font-size: 9px;
    line-height: 12px;
}

table.cart tr.totals th, table.cart tr.totals td {
    height: 26px;
    border-top: 1px dotted #181818;
}

table.cart tr.option td {
    height: 26px;
}

table.cart select {
    font-size: 11px;
    width: 240px;
}

table.checkout {
    width: 100%;
}

table.checkout.left {
    float: left;
    width: 50%;
}

table.checkout.right {
    float: right;
    width: 50%;
}

table.checkout td {
    line-height: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
}

table.checkout td.right {
    text-align: right;
}

table.checkout th {
    text-align: left;
    font-weight: bold;
}

table.checkout label {
    font-weight: normal;
}

table.checkout input.normal {
    width: 120px;
}

.checkout-footer {
    width: 100%;
    clear: both;
}

.checkout-footer textarea.comments {
    width: 100%;
    min-height: 60px;
}

/*--------------------------------------------------------------------------------
Forms
----------------------------------------------------------------------------------*/

input, textarea, select {
    font: 11px/16px Tahoma,Arial,sans-serif;
}

input.normal, textarea.normal {
    width: 160px;
}

textarea.normal {
    min-height: 60px;
}

input.button {
    color: #fff;
    border: 1px solid #335C39;
    height: 24px;
    font-weight: bold;
    background-color: #1C4922;
}

input.button.gray {
    background-color: #aaaaaa;
}

input.qt {
    width: 18px;
}

.error {
    color: #b92025;
}

p.error.boxed {
    color: #CC0000;
    padding: 8px;
    background-color: #FFDDDD;
    border: 1px solid #FF0000;
}
