@charset "utf-8";
/* CSS Document */
html, body { height: 100% }
#stretch {
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	background-position:top center;
	min-height:100%;
}
.clear {
	clear:both;	
}
body {
	text-aling:center;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#container {
	width:960px;
	margin:0 auto;
}
a {
	color:#576423;
	text-decoration:none;
}
em {
	font-style:italic;
}
sup {
	font-size:xx-small;
	vertical-align:top;
}

.adresheader {
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top:-10px;
	float:right;
	color:#576423;
	text-transform:uppercase;
}

/*HEADER*/
#header {
	height:220px;
	width:960px;
	background-image:url(../images/header-holder.png);
	background-position:left 20px;
	background-repeat:no-repeat;
	padding-top:20px;
}
#header img {
	margin-top:15px;	
}


/*MENU*/
#menu {
	float:left;	
	margin-top:-15px;
}
#menu li {
	clear:both;	
	height:32px;
	border-bottom:2px solid #FFF;
}
#menu ul li a {
	float:left;	
	display:block;
	width:130px;
	padding:10px 0px 0px 15px;
	text-transform:uppercase;
	font-weight:bold;
}
#menu ul ul {
	float:left;	
	z-index:999;
	position:absolute;
	margin-left:-999px;
	background-image:url(../images/submenu-background.png);
	border:2px solid #FFF;
}
#menu ul ul li {
	border-bottom:0px;	
	height:22px;
}
#menu ul ul li a {
	border-bottom:0px;	
	padding:5px 10px 0px 10px;
	color:#FFF;
	width:auto;
}
#menu li:hover ul {
	margin-left:145px;
}

/*MAIN*/
#main {
	float:left;
	background-color:#c1ce2f;
	background-image:url(../images/main-background.gif);
	background-position:top right;
	background-repeat:no-repeat;
	line-height:1.3em;
}
.page {
	width:600px;
	margin:0px 10px;
}
#main .typography {
	padding:15px;
}

/*RIGHT*/
#right {
	float:left;	
}
#right #aanbieding {
	background-color:#c1ce2f;
	text-align:center;
}
#right #aanbieding img {
	margin:2px;
}
#right #aanbieding p {
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding:5px 0px;
}


#right #nieuws-item {
	padding:10px;
	width:170px;
	margin-top:10px;
	background-color:#e6e3d8;
	background-image:url(../images/nieuws-item-background.gif);
	background-position:top right;
	background-repeat:no-repeat;
	line-height:1.2em;
	color:#576423;
}
#right #nieuws-item h3 {
	text-transform:uppercase;
	width:140px;
	color:#576423;
	font-weight:bold;
	margin-bottom:1em;
}
#right #nieuws-item p {
	
}


/*PRODUCTEN*/

.productgroep img {
	float:left;
	margin-right:15px;
	margin-bottom:1em;
}

.producten {
	width:805px;	
	margin:0px 0px 0px 10px;
	color:#576423;
}
.product {
	border-bottom:1px dashed #fff;
	margin-bottom:15px;	
}
.product img {
	margin-right:15px;
	float:left;
	border:2px solid #FFF;
}
.product .productomschrijving {
	width:270px;
	display:block;
	float:left;
	margin-right:15px;
	color:#576423;
	margin-left:160px;
}
.product .productgegevens {
	width:240px;
	display:block;
	float:left;
	position:relative;
	color:#576423;
}
.product .productomschrijving .content {
	padding-right:38px;
	border-right:2px solid #FFF;
}

.slideshow {
	float:left;	
}
.slideshow {
    position:relative;
    height:135px;
	margin-bottom:1em;
}

.slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

.slideshow a.active {
    z-index:10;
}

.slideshow a.last-active {
    z-index:9;
}
.prev {
	position:relative;
	z-index:11;
	top:58px;
	left:-10px;
	cursor:pointer;
}
.next {
	position:relative;
	z-index:11;
	top:58px;
	left:156px;
	cursor:pointer;
}
h1 {
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	position:relative;
	top:-22px;
	color:#FFF;
	left:170px;
	width:500px;
}

label {
	color:#576423;	
}
input[type=text],input[type=password] {
	width:200px;
	border:1px solid #576423;
	margin-bottom:.5em;
	font-size:11px;
	padding:3px;
}
textarea {
	width:200px;
	border:1px solid #576423;
	margin-bottom:.5em;
	font-size:11px;
	padding:3px;
	vertical-align:top;
}
input[type=submit] {
	margin-left:138px;
	border:1px solid #576423;
	margin-bottom:.5em;
	font-size:11px;
	padding:3px;
	width:70px;
}
label.error {
	margin-left:10px;
	font-weight:bold;
}

.maat {
	display:block;
	float:left;
	width:135px;
}
.gewicht {
	display:block;
	float:left;
	width:45px;
	text-align:right;
}
.prijs {
	display:block;
	float:left;
	width:60px;
	text-align:right;
}
.product .productgegevens strong {
	clear:both;
	display:block;
	font-weight:bold;
}
.prijsholder {
	clear:both;	
}