/* Algemeen
------------------------------------------------------------------*/
*, body, html, form, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd { margin: 0; padding: 0; outline: none; }
html, body {
	height: 100%;
}
html {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	overflow-y: scroll;
}
body {
	background: #fee8c1 url('../images/body.png') repeat-x;
}
img {
	border: none;
}

.block { display: block; }
.hidden { visibility: hidden; }
.invisible { display: none; }
.clear { clear: both; }
.links { text-align: left; }
.rechts { text-align: right; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.center { display: block; margin: auto; }
.absolute { position: absolute; }
.relative { position: relative; }
ul.none, ol.none { list-style: none; }
a:hover, a:focus, a.none { text-decoration: none; }
a.none:hover, a.none:focus { text-decoration: underline; }

p, div.alinea { margin-bottom: 1.2em; }
div.wrapper, .overflow { overflow: hidden; }

/* Container
------------------------------------------------------------------*/
div#container {
	width: 964px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	margin: 0 auto -60px;
}

/* logo */
div#header {
	vertical-align: top;
}
div#header img.logo {
	margin-left: -18px;
	z-index: 2;
	position:relative;
}
div#header img.thuis {
	z-index: 2;
	margin-left: 120px;
	position:relative;
}

/* Menu
------------------------------------------------------------------*/
ul#topmenu {
	z-index: 5;
}
ul#topmenu {
	height: 40px;
	background: url('../images/menu.png') no-repeat;
	list-style: none;
	margin-top: -35px;
	padding-left: 45px;
	position:relative;
}
	ul#topmenu li {
		padding-top: 12px;
		padding-bottom: 11px;
		padding-left: 2px;
		display: inline;
		float: left;
	}
		ul#topmenu li a {
			margin-top: 10px;
			padding: 11px 13px 15px 13px;
			color: #ffffff;
			font-weight: bolder;
			text-decoration: none;
		}
			ul#topmenu li a:hover {
				background: url('../images/menu-hover.png') repeat-x;
				text-decoration: underline;
			}
			ul#topmenu li.laatste {
				float: right;
				margin-right: 5px;
				width: 130px;
				white-space: nowrap;
			}

/* Wist u dat
------------------------------------------------------------------*/
div#wistudat {
	background:url('../images/wistudat.png') no-repeat;
	height: 129px;
	margin-top: 35px;
	margin-bottom: 32px;
	padding: 5px 30px 0px 10px;
	color: #3e606f;
}
	div#wistudat h3 {
		background: url('/hostedfiles/famfam/comments.png') no-repeat;
		font-size: 12px;
		color: #FFFFFF;
		width: 330px;
		padding-left: 20px;
		
	}
	div#wistudat p {
		color: #000000;
		margin-top: 30px;
		margin-left: 30px;
		width: 630px;
		font-size: 0.9em;
		line-height: 18px;
	}

/* Content
------------------------------------------------------------------*/
div#content {
	background: url('../images/bg-content.png') top left repeat-y;
	clear: both;
	overflow: hidden;
}
	div#content-header {
		background: url('../images/bg-content-header.png') top no-repeat;
		height: 17px;
	}
	div#content-footer {
		background: url('../images/bg-content-footer.png') left bottom no-repeat;
		height: 16px;
		margin-bottom: 14px;
	}

/* Content Links
------------------------------------------------------------------*/
div#content-links {
	float: left;
	width: 653px;
	margin-right: 24px;
	padding: 12px 16px;
	font-size: 11px;
	line-height: 19px;
}
	div#content-links h3, div#content-links h4 {
		border-bottom: 1px solid #a19c8d;
		color: #1578be;
		margin-bottom: 16px;
		padding-bottom: 4px;
		font-size: 12px;
	}
		div#content-links h4, h4 {
			margin-bottom: 0px;
			clear: both;
		}
		h4.foutmelding {
			color: #FF0000;
			background: url('/hostedfiles/famfam/error.png') no-repeat;
			padding-left: 20px;
		}
	div#content-links span{
		float: right;
	}
	div#content-links ul, div#content-links ol {
		margin-left: 25px;
	}
		div#content-links ul li ul {
			margin-left: 25px;
		}
	div#content-links .afbeelding{
		width: 165px;
	}
	div#content-links .tekst{
		width: 440px;
	}
	div#content-links a {
		color: #1578be;
		font-weight: bold;
		text-decoration: none;
	}
	
	/* Table
	------------------------------------------------------------------*/
	div#content-links table {
		width: 100%;
		border-collapse: collapse;
		clear: both;
	}
		div#content-links table th ,th {
			background: #ededed;
			border-bottom: 1px solid #cccccc;
			height: 22px;
			text-align: left;
			padding-left: 5px;
		}
		div#content-links table td, td {
			border-bottom: 1px dotted #cccccc;
			height: 22px;
			padding-left: 5px;
		}	

/* Content Rechts
------------------------------------------------------------------*/
div#content-rechts {
	float: left;
	width: 228px;
	padding: 20px 5px;
	font-size: 12px;
}
	div#content-rechts a{
		color: #1578be;
		text-decoration: underline;
	}
	div#content-rechts a:hover{
		text-decoration: underline;
	}
	div#content-rechts h3 {
		display: block;
		border-bottom: 1px solid #a19c8d;
		color: #1578be;
		margin-bottom: 16px;
		padding-bottom: 8px;
		font-size: 12px;
	}
		div#content-rechts h3#nog {
			padding-left: 22px;
			background: url('/hostedfiles/famfam/clock.png') no-repeat;
		}
		div#content-rechts h3#bestellen {
			padding-left: 22px;
			background: url('/hostedfiles/famfam/cart.png') no-repeat;
		}
		div#content-rechts h3#statistieken {
			padding-left: 22px;
			background: url('/hostedfiles/famfam/chart_pie.png') no-repeat;
		}
	
	div#content-rechts p#prijs {
		float: left;
		padding-right: 20px;
		padding-top: 5px;
	}
	div#content-rechts p#bestel{
		margin-top: 30px;
		clear: both;
	}
		div#content-rechts p#bestel a{
			padding: 10px 45px;
			text-decoration: none;			
			font-weight: bold;
			background: #ffeccc url('/hostedfiles/famfam/cart_go.png') 15px no-repeat;
			color: #fe9a3f;
			border: 1px solid #fdd99c;
		}
		div#content-rechts h4 {
			display: inline;
			color: #1578be;
			margin: 0; padding: 0;
			font-size: 20px;
		}
		div#content-rechts h4 span {
			text-decoration: underline;
		}
		div#content-rechts h4.foutmelding {
			
			display: block;
			border-bottom: 1px solid #a19c8d;
			color: #ff0000;
			margin-bottom: 16px;
			padding-bottom: 8px;
			font-size: 12px;
			padding-left: 22px;
		}
		div#content-rechts ul{
			list-style: none;
		}
		div#content-rechts ul li{
			list-style: none;
			color: #666666;
		}
		

/* Footer
------------------------------------------------------------------*/
div#footer {
	background: url('../images/footer.png');
	position: relative;
	margin: 0 auto;
}
	div#footer, .push {
		height: 60px; /* .push must be the same height as .footer */
	}
	div#footer a {
		text-decoration: none;
		color: #f3b126;
	}
	div#footer p {
		margin: 0; padding: 0;
		margin-top: 10px;
	}
		div#footer-wrapper {
			width: 940px;
			font-size: 11px;
			margin: 0 auto;
			color: #ffffff;
		}
			div#footer-wrapper #footer-links{
				float: left;
			}
			div#footer-wrapper #footer-rechts{
				text-align: right;
				float: right;
			}

/* Algemeen
------------------------------------------------------------------*/
input, textarea, select {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #dddddd;
}
	input[type="radio"], input[type="checkbox"] {
		border: none;
	}

	/* Input buttons
	------------------------------------------------------------------*/
	.button{
		background: #FFFFFF;
		font-weight: bold;
		padding-left: 20px;
		text-align: left;
		border: none;
	}
	input.user, input.inloggen{
		background: url("/hostedfiles/famfam/user.png") left no-repeat;
	}
	input.registeren{
		background: url("/hostedfiles/famfam/user_add.png") left no-repeat;
	}
	input.wijzigen{
		background: url("/hostedfiles/famfam/user_edit.png") left no-repeat;
	}
	input.afrekenen{
		background: url("/hostedfiles/famfam/money.png") left no-repeat;
	}
	input.bestellen{
		background: url("/hostedfiles/famfam/cart_add.png") left no-repeat;
	}
	/*
	input.opslaan{
		background: url("/hostedfiles/famfam/opslaan.png") left no-repeat;
	}
	input.toevoegen{
		background: url("/hostedfiles/famfam/addSession.png") left no-repeat;
	}
	input.zoeken{
		background: url("/hostedfiles/famfam/search.png") left no-repeat;
	}
	input.vensterSluiten{
		background: url("/hostedfiles/famfam/paginaSluiten.png") left no-repeat;
	}
	input.factureren{
		background: url("/hostedfiles/famfam/money.png") left no-repeat;
	}
	input.print{
		background: url("/hostedfiles/famfam/print.png") left no-repeat;
	}
	input.email{
		background: url("/hostedfiles/famfam/email.png") left no-repeat;
	}
	input.view{
		background: url("/hostedfiles/famfam/view.png") left no-repeat;
	}
	*/


textarea {
	overflow: auto;
	border: 1px solid #7f9db9;
}

/* Breadcream
------------------------------------------------------------------*/
	table#breadcream th, table#breadcream td{
		width: 25%;
	}
	table#breadcream a{
		font-weight: normal;
		color: #aaaaaa;
	}
	table#breadcream td.select a{
		text-decoration: underline;
		color: #000000;
	}

/* Totaal overzicht
------------------------------------------------------------------*/
	table#bestelling-overzicht .totaal{
		text-align: right;
		padding-right: 5px;
	}

/* Buttons
------------------------------------------------------------------*/
.button{
	border: none;
	text-align: left;
	padding-left: 22px;
	height: 18px;
	font-weight: bold;
	background: red;
}
.button_update_cart{
	background: url('/hostedfiles/famfam/cart_edit.png') no-repeat;
}
.button_continue, .button_continue_shopping{
	background: url('/hostedfiles/famfam/resultset_next.png') no-repeat;
}
.button_checkout{
	background: url('/hostedfiles/famfam/money.png') no-repeat;
}

/**
* Fout afhandeling 
*/
.error1, .error2, .error3, .error4{
	clear: both;
	padding: 5px 5px 5px 30px;
	margin-bottom: 15px;
	margin-top: 15px;
    min-height: 15px;
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
	.error1{
		border: 1px solid #FF0000;
		background-image: url('/hostedfiles/famfam/cross.png');
		background-color: #FFCACA;
	}
	.error2 {
		border: 1px solid #ffde00;
		background-image: url('/hostedfiles/famfam/error.png');
		background-color: #FFEB88;
	}
	.error3 {
		border: 1px solid green;
		background-image: url('/hostedfiles/famfam/accept.png');
		background-color: #CDFFAD;
	}
	.error4 {
		border: 1px solid #345395;
		background-image: url('/hostedfiles/famfam/information.png');
		background-color: #aac6df;
	}
.productAfb img{
	max-height: 75px;
	max-width: 75px;
}

.noborder td {
	border: none;
}

	div#content-links p#prijs {
		float: left;
		padding-right: 20px;
		padding-top: 5px;
	}
	div#content-links p#bestel{
		margin-top: 10px;
		clear: both;
	}
		div#content-links p#bestel a{
			padding: 5px 25px;
			padding-left: 45px;
			text-decoration: none;			
			font-weight: bold;
			background: #ffeccc url('/hostedfiles/famfam/cart_go.png') 15px no-repeat;
			color: #fe9a3f;
			border: 1px solid #fdd99c;
		}

/* Menu breed
------------------------------------------------------------------*/
#menu{
	z-index: 5;
	height: 67px;
	background: url('../images/menu-groot.png') no-repeat;
	list-style: none;
	margin-top: -35px;
	padding-left: 45px;
	position:relative;
}
	ul#menuitems li {
		padding-top: 12px;
		padding-bottom: 3px;
		padding-left: 2px;
		display: inline;
		float: left;
	}
		ul#menuitems li a {
			margin-top: 10px;
			padding: 11px 13px 15px 13px;
			color: #ffffff;
			font-weight: bolder;
			text-decoration: none;
		}
			ul#menuitems li a:hover {
				text-decoration: underline;
			}
			ul#menuitems li.laatste {
				float: right;
				margin-right: 5px;
				width: 130px;
				white-space: nowrap;
			}
			ul#menuitems li.doe-een-bod a {
				color: #000000;
			}