body {
	width: 1000px;
	margin:0;
	padding:0;
	background:url(../img/main_bg.png) repeat-y 0px 0px white;
	font:12px Arial;
}

#wrapper {
	width:1000px;
}

a {
	color:black;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	outline:none;
}

tr.alt {
	background:#eaeaea;
}

tr.hoofd {
	background:#ff6e6e;
}

td {
	vertical-align:top;
}

table {
	border-collapse:collapse;
}

img {
	vertical-align:text-bottom;
}

a img {
	border:0;
}


h2 {
	color:#b6000f;
	font-size:18px;
	font-weight:bold;
	clear:both;
}

h3, legend {
	color:#b6000f;
	font-size:14px;
	font-weight:bold;
	clear:both;
	margin:0;
	padding:0;
}

h6 {
	font-size:14px;
	color:green;
}

#base {
	display:none;
}

#container {
	width:790px;
}

#header {
	background:url(../img/bus.jpg) no-repeat top right white;
	height:120px;
}

#menu {
    background-color: #e31215;
    background:url(../img/menu_bg.png) repeat-x;
    width: 100%;
    text-align: right;
    float: left;
}
#menu p
{
    padding-bottom: 4px;
    padding-right: 10px;
    margin: 4px;
    color: #fff;
}

#menu p a
{
    background-color: inherit;
    color: #fff;
    text-decoration: none;
}

#menu p a:hover
{
    text-decoration: underline;
}

/* main menu */
#main-menu {
    float:left;
    padding:0;
    margin:0;
    font-size:12px;
    font-weight:bold;
    margin:0;
    height:25px;
}

#main-menu li {
    float:left;
    list-style:none
}

#main-menu a {
    display:block;
    text-decoration:none;
    color:#fff;
    padding:5px 12px;
}

#main-menu a:visited {
    text-decoration:none;
    color:#fff;
}

#main-menu a:hover, #main-menu a:focus {
    text-decoration:underline;
    color:#fff;
}

#main-menu a.active_link {
    text-decoration:none;
    color:#fff;
}

#header p {
	float:right;
	color:#949494;
	font-size:10px;
	padding:4px 5px 0 5px;
	margin:25px;
	
	height:16px;
}

#header p a {
	color:#949494;
	color:white;
}

#header .zoek {
	float:right;
	padding:95px 15px 0 0;
	margin:0;
}

#header .zoek input {
	margin:0;
	padding:0;
	vertical-align:top;
}

#header .zoek .box {
	width:190px;
	height:14px;
	border:0;
	background:url(../img/kijker.png) no-repeat white 3px 3px;
	padding:3px 0 0 20px;
	border:1px solid #c3c3c3;
}

#header img {
	float:left;
	margin-top:15px;
}

table {
	clear:both;
	padding:10px 0;
}

table td {
	width:150px;
}

thead {
	font-weight:bold;
}

#cat {
	float:left;
	width:170px;
	min-height:500px;
	background:#eaeaea;
	padding:0 0 40px 0;
}

#cat ul {
	list-style:none;
	font-weight:bold;
	margin:10px 0;
	padding:0;
}

#cat ul li {
	background:url(../img/arrow.png) no-repeat 5px 4px;
	padding:0 0 0 2px;
}

#cat ul ul li {
	background:url(../img/arrow.png) no-repeat left 4px;
	padding:0 0 0 15px;
	font-size:11px;
}

#cat ul li.active {
	padding-top:1px;
	background:url(../img/cat_bg_selected.png) no-repeat left top;
}

#cat ul li.active a {
	color:white;
}

#cat ul li.active li a {
	color:black;
}

#cat ul ul li.active {
	padding-top:0;
	background:url(../img/arrow.png) no-repeat left 4px;
}

#cat ul ul li.active a {
	color:#d21a2a;
}

#cat ul ul li.active li.active a, 
#cat ul ul li.active li.active li.active a,
#cat ul ul li.active li.active li.active li.active a {
	color:#d21a2a;
}

#cat ul ul li.active li a, 
#cat ul ul li.active li.active li a, 
#cat ul ul li.active li.active li.active li a {
	color:black;
}

#cat ul ul {
	margin:0;
	padding:2px 0 2px 5px;
}

#cat ul ul li {
	padding:0 0 0 10px;
}

#content {
	float:left;
	width:570px;
	padding:5px 25px 40px;
	min-height:500px;
	position:absolute;
	top:145px;
	left:170px;
}

#footer {
	clear:both;
	font-size:10px;
	text-align:center;
}

#content .zend_form dt, #content #registreer dd dt {
	float:left;
	width:115px;
	clear:left;
	padding:5px 5px 10px 0;
	height:20px;
}

#content .zend_form dd, #content #registreer dd dd {
	float:left;
	padding:5px 0;
	width:450px;
	margin:0;
	min-height:20px;
	height:auto !important;
	height:20px;
}

#content #registreer dt {
	width:0;
	height:0;
	padding:0;
	margin:0;
}

#content #registreer dd {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}

#content #registreer fieldset {
	border:0;
	padding:0;
	margin:0;
}

.producten .product {
	width:560px;
	padding:15px;
	float:left;
	font-weight:bold;
}

.producten .product div {
	float:left;
}

.producten .product .logo {
	padding:10px 0;
}

.producten .product .logo img {
	margin:0 5px;
}

.producten .product .prijs {
	width:110px;
}

.producten .product .afbeelding, .producten .product .video {
	width:200px;
}

.producten .product .afbeelding img, .producten .product .video img {
	float:left;
	clear:both;
}

.producten .product .afbeelding .zoom, .producten .product .video .zoom {
	margin:0 5px 0 40px;
}

.producten .product .afbeelding a, .producten .product .video a {
	text-decoration:none;
	font-size:11px;
	vertical-align: top;

}

.producten .product .info {
	width:240px;
	padding:0 10px 0 0;
}

.producten .product .prijs img {
	vertical-align:middle;
}

.producten .product .prijs form {
	padding:0;
	margin:0;
}

.print {
	background:#c2c2c2 url(../img/bg_button.png) repeat-x scroll 0 0;
	background-position:0 -450px;
}

.producten .product .prijs .add {
	background:#c2c2c2 url(../img/bg_button.png) repeat-x scroll 0 0;
	background-position:0 -150px;
}

.producten .product .prijs .fav {
	background:#c2c2c2 url(../img/bg_button.png) repeat-x scroll 0 0;
}

.producten .product .prijs .showinfo {
	background:#c2c2c2 url(../img/bg_button.png) repeat-x scroll 0 0;
	background-position:0 -300px;
}

input.button {
	border:1px solid #a1a1a1;
	cursor:pointer;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:5px 10px 5px 28px;
	width:115px;
	font-size:11px;
}

.producten .product .prijs .add:hover {
background-position:0 -200px;
}
.producten .product .prijs .add:active {
background-position:0 -250px;
}

.producten .product .prijs .fav:hover {
background-position:0 -50px;
}
.producten .product .prijs .fav:active {
background-position:0 -100px;
}

.producten .product .prijs .showinfo:hover {
background-position:0 -350px;
}
.producten .product .prijs .showinfo:active {
background-position:0 -400px;
}

.print:hover {
background-position:0 -500px;
}
.print:active {
background-position:0 -550px;
}

.producten .product img {
	margin-bottom:5px;
}

.producten .product a {
	font-size:14px;
	font-weight:bold;
}

.producten .product a.showinfo {
	font-size:12px;
}

.producten .product .meerinfo {
	width: 550px;
	padding:10px 0;
}

#right {
	position:absolute;
	top:120px;
	left:810px;
	width:185px;
}

.rightimg {
	padding:0;
	margin:0 0 25px 0;
}

.rightcontainer {
	float:left;
	width:185px;
	background:url(../img/blok_bg.png) repeat-x 0 25px #eaeaea;
	padding:0;
	margin:0 0 25px 0;
	font-size:11px;
	color:#464646;
}

.rightcontainer p {
	padding:3px 14px;
	margin:0;
}

.rightcontainer h1 {
	margin:0;
	padding:0;
	text-align:center;
	font-size:11px;
	color:white;
	background:url(../img/blok_header.png) no-repeat top left;
	height:20px;
	padding-top:5px;
}

.rightcontainer ul {
	list-style:disc inside;
	font-size:11px;
	padding:5px;
	margin:0;
	color:#464646;
}

.rightcontainer ul a {
	color:#464646;
}

.rightcontainer .footer {
	background:url(../img/blok_footer.png) no-repeat bottom left;
	height:25px;
	margin:0;
	padding:0;
}

#mandje {
	float:left;
	width:185px;
	background:url(../img/blok_bg.png) repeat-x 0 25px #eaeaea;
	padding:0;
	margin:0 0 25px 0;
	font-size:11px;
	color:#464646;
}

#mandje h1 {
	margin:0;
	padding:0;
	text-align:center;
	font-size:11px;
	color:white;
	background:url(../img/blok_header.png) no-repeat top left;
	height:20px;
	padding-top:5px;
}

#mandje ul {
	list-style:none;
	padding:5px 0 5px 5px;
	margin:0;
}

#mandje p {
	padding:5px;
	margin:0;
}

#mandje ul a {
	color:#464646;
}

#mandje ul a.product {
	width:120px;
	overflow:hidden;
}

#mandje ul li {
	padding:2px 0;
	height:16px;
	overflow:hidden;
}

#mandje ul li .left {
	float:left;
	width:130px;
}

#mandje ul li .right {
	float:right;
	width:45px;
	padding:3px 0;
}

#mandje ul li .totaal {
	padding:3px 0;
	text-align:right;
}

#mandje ul li.overline {
	border-top:1px solid #464646;
}

#mandje .footer {
	background:url(../img/blok_footer.png) #e1111a no-repeat bottom left;
	height:40px;
	margin:0;
	padding:5px;
	color:white;
	font-size:10px;
	width:175px;
}

#mandje .footer strong {
	font-size:11px;
}

#mandje .footer a {
	color:white;
}

#table {

	margin:10px 0;
}

#table .row {
	width:550px;
	height:30px;
	clear:both;
	background:white;
}

#table .alt {
	background:#eaeaea;
}

#table .hoofd {
	background:#ff7575;
}


#table .row div {
	padding:5px;
}

#table .row .titel {
	width:390px;
	float:left;

}

#table .row .actie {
	width:140px;
	float:left;
}

#table .row .categorie {
	width:100px;
	float:left;
}

#table .row .faq {
	width:250px;
	float:left;
}

#table .header{
	font-weight:bold;
}

#table.favoriet .row {
	height:45px;
}

#table.favoriet .small {
	height:10px;
}

#table .row1 {
	float:left;
	width:40px;
}

#table .row2 {
	float:left;
	width:290px;
	font-size:12px;
}
#table .row3 {
	float:left;
	width:80px;
	font-size:12px;
}
#table .row4 {
	float:left;
	width:50px;
}
#table .row5 {
	float:left;
	width:40px;
}

.hover {
	background: #f5a0a0;
	height:30px;
	float:left;
	width:550px;
	clear:both;

}

.cats {
	text-align:center;
}

.cats .cat {
	float:left;
	width:190px;
	text-align:center;
	padding:0 0 50px 0;
}

.cats .cat a {
	font-weight:bold;
}

.paginationControl {
	float:left;
	width:560px;
	text-align:center;
	font-weight:bold;
	color:grey;
	font-size:16px;
	padding:20px 0;
}

.paginationControl span {
	color:red;
	margin:0 5px;
}

.paginationControl a {
	color:black;
	font-size:12px;
	margin:0 5px;
}

.kalender {

}

.kalender td {
	width:70px;
	padding:5px;
	background:#e9e9e9;
	border:2px solid white;
	text-align:right;
	font-size:11px;
}

.kalender td span {
	font-size:14px;
	font-weight:bold;
}

.kalender td:hover {
	background:#d46565;
}

.kalender .weekend {
	background:#aeaeae;
}

.kalender .head td {
	font-weight:bold;
	background:url(../img/menu_bg.png);
	color:white;
}

.home strong {
	color:#ed1c24;
	font-weight:normal;
}

.home .disclaimer {
	padding:25px 0 0 0;
	font-size:11px;
	clear:both;
}

.login {
	display:block;
	padding:10px 0 0 0;
}

#favorieten td, #mijnmandje td {
	vertical-align:middle;
	font-size:10px;
}

#mijnmandje img {
	vertical-align:middle;
}

#table.favoriet .row1 {
	width:40px;
}

#table.favoriet .row2 {
	width:270px;
	font-size:12px;
}

#table.favoriet .row3 {
	width:60px;
	font-size:12px;
}

#table.favoriet .row4 {
	width:50px;
}

#table.favoriet .row5 {
	width:70px;
	font-size:10px;
}

#mijnmandje .row1 {
	width:500px;
	font-size:12px;
}

#mijnmandje .row3 {
	width:80px;
}

#mijnmandje .row2 {
	width:100px;
	font-size:12px;
}

#mijnmandje .rechts {
	text-align: right;
}

#mijnmandje .row4 {
	width:50px;
	font-size:12px;
	text-align:center;
}

#mijnmandje .row4 input, #tmandje .row4 input {
	width:25px;
}

#mijnmandje .row4 input.submit {
	width: auto;
}

#bestellingen .row1 {
	width:200px;
}

#tmandje .row1 {
	width:200px;
	font-size:12px;
}

#tmandje .row3 {
	width:80px;
}

#tmandje .row2 {
	width:100px;
	font-size:12px;
}

#tmandje .rechts {
	text-align: right;
}

#tmandje .row4 {
	width:50px;
	font-size:12px;
	text-align:center;
}

#tmandje .row5 {
	width:10px;
}

#status {
	background:url(../img/status_bg.png) repeat-x #cdcdcd;
	padding:6px;
	width:778px;
	position:fixed;
	bottom:0;
	left:0;
}

.red {
	color:red;
	font-weight:bold;
}

tr.active {
	background:url(../img/menu_bg.png);
	color:white;
}

tr.active td {
	padding:4px 2px;
}

tr.active a {
	color:white;
}

#download {
	float:right;
}

#download img {

}

#handleiding table {
	width:100%;
	border:1px solid black;
}

#handleiding table td {
	text-align:center;
	border:1px solid black;
}

#aanbiedingen {
	list-style:none;
	padding:0 8px;
	margin:0 0 0 -25px;
	background:url(../img/status_bg.png) repeat-x #cdcdcd;
	height:30px;
	border-bottom:1px solid #a1a1a1;
	width:604px;
}

#aanbiedingen li {
	float:left;
}

#aanbiedingen a {
	padding:8px;
	display:block;
}

#aanbiedingen li.active {
	background:url(../img/select_left.png) repeat-x #cdcdcd;
}

#aanbiedingen li.active a {
	color:white;
	background:url(../img/select_right.png) no-repeat top right;
}

#hform dt {
	width:600px !important;
}

.locatie {
	float:left;
}

.naarboven {
	float:right;
	font-size:11px;
}

.naarboven:hover {
	text-decoration:none;
}

.naarboven img {
	vertical-align:middle;
}

.refer_extra {
	display:none;
}

.standaard {
	width:20px;
}

.arrow {
	font-size:11px;
}

.kalender_head {
	text-align:center;
}