@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b32317;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #efebe2;
}

#container {
	position: absolute;
	width: 982px;
	left: -491px;
	margin-left: 50%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #833f0c;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
h2 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #833f0c;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* TOP */
#logo {
	position: absolute;
	top: 5px;
	left: 5px;
	background-image: url(images/logo.png);
	width: 151px;
	height: 87px;
	z-index: 20;
}
#logobck {
	position: absolute;
	background-image: url(images/logo_bck.png);
	width: 972px;
	height: 150px;
	left: 5px;
	top: 0px;
	z-index: 10;
}
#top_contact {
	position: absolute;
	right: 5px;
	top: 60px;
	z-index: 20;
	font-size: 14px;
}
#dots_top {
	position: absolute;
	left: 2px;
	top: 100px;
	width: 980px;
	height: 4px;
	background-image: url(images/dots.png);
	z-index: 20;
}
#dots_bottom {
	position: absolute;
	left: 2px;
	top: 545px;
	width: 980px;
	height: 4px;
	background-image: url(images/dots.png);
	z-index: 20;
}

/* HEADER + SLIDER */
#header {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 982px;
	height: 429px;
	background-image: url(images/header_bck.png);
	z-index: 30;
}
	#menu {
		position: absolute;
		left: 25px;
		top: 10px;
		height: 35px;
		width: 930px;
		font-size: 14px;
	}
	#menuitem {
		float: left;
		width: 102px;
		height: 35px;
		cursor: pointer;
	}
	#menuitem:hover {
		background-image: url(images/menu_active.jpg);
	}
	.menuitemactive {
		background-image: url(images/menu_active.jpg);
	}
	#menurel {
		position: relative;
		left: 0px;
		top: 0px;
		width: 102px;
		height: 35px;
	}
	#menuspacer {
		float: left;
		background-image: url(images/menu_spacer.jpg);
		width: 35px;
		height: 35px;
	}
	.menulink {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 102px;
		height: 35px;
	}
	
	#slider_container {
		position: absolute;
		left: 25px;
		top: 55px;
		width: 930px;
		height: 360px;		
	}
	#slideroverlay_left_top {
		position: absolute;
		width: 7px;
		height: 7px;
		left: 0px;
		top: 0px;
		background-image: url(images/slideroverlay_left_top.png);
		z-index: 50;
	}
	#slideroverlay_left_bottom {
		position: absolute;
		width: 7px;
		height: 7px;
		left: 0px;
		bottom: 0px;
		background-image: url(images/slideroverlay_left_bottom.png);
		z-index: 50;
	}
	#slideroverlay_right_top {
		position: absolute;
		width: 7px;
		height: 7px;
		right: 0px;
		top: 0px;
		background-image: url(images/slideroverlay_right_top.png);
		z-index: 50;
	}
	#slideroverlay_right_bottom {
		position: absolute;
		width: 7px;
		height: 7px;
		right: 0px;
		bottom: 0px;
		background-image: url(images/slideroverlay_right_bottom.png);
		z-index: 50;
	}
	
	#slider {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 930px;
		height: 360px;
		z-index: 40;
	}
	div#feature_list {
		width: 930px;
		height: 360px;
		overflow: hidden;
		position: relative;
	}
	div#feature_list ul {
		position: absolute;
		top: 0;
		list-style: none;	
		padding: 0;
		margin: 0;
	}
	ul#tabs {
		right: 0;
		z-index: 2;
		width: 338px;
	}
	ul#tabs li {
		font-size: 18px;
		font-weight: bold;
		font-family: Arial;
		background:  url('/images/slider_bck.png');
		background-repeat: no-repeat;
		background-position: right;
	}
	ul#tabs li a {
		color: #333;
		text-decoration: none;	
		display: block;
		padding-top: 25px;
		padding-left: 60px;
		height: 95px;
		outline: none;
	}
	ul#tabs li a:hover {
		text-decoration: none;
	}
	ul#tabs li a.current {
		background:  url('/images/slider_active.png');
		color: #FFF;
	}
	ul#tabs li a.current:hover {
		text-decoration: none;
		cursor: default;
	}
	ul#output {
		left: 0;
		overflow:hidden;
		width: 635px;
		height: 360px;
		position: relative;
	}
	ul#output li {
		position: absolute;
		width: 635px;
		height: 360px;
	}
	ul#output li a {
		position: absolute;
		bottom: 10px;
		left: 10px;
		padding: 8px 12px;
		text-decoration: none;
		font-size: 11px;
		color: #FFF;
		background: #000;
		-moz-border-radius: 5px;
	}	
	ul#output li a:hover {
		background: #b21a0e;
	}

/* CONTENT */
#left_container {
	position: absolute;
	left: 20px;
	top: 575px;
	width: 160px;
	min-height: 200px;
}
	#left_products {
		position: relative;
		left: 0px;
		top: 0px;
		width: 100%;
		min-height: 150px;
		font-weight: bold;
		line-height: 20px;
	}
	
	#left_newsletter {
		position: relative;
		left: 0px;
		top: 0px;
		width: 100%;
		min-height: 50px;
		font-weight: bold;
		line-height: 20px;
	}
#left_dots {
	position: absolute;
	left: 210px;
	top: 570px;
	width: 2px;
	height: 370px;
	background-image: url(images/dots_vertical.png);
}

#right_container {
	position: absolute;
	right: 15px;
	top: 570px;
	width: 267px; 
	min-height: 400px;
}
	#right_bezoek {
		position: relative;
		top: 0px;
		left: 0px;
		height: 267px;
		width: 281px;
		margin-bottom: 20px;
	}
	#right_shoppingcart {
		position: relative;
		top: 0px;
		left: 0px;
		min-height: 50px;
		width: 281px;
		background-image: url(images/shopcart_bck.png);
		margin-bottom: 30px;
		font-size: 10px;
	}	
		#shoppingcart_top {
			position: absolute;
			top: -10px;
			left: 0px;
			background-image: url(images/shopcart_top.png);
			width: 281px;
			height: 10px;
		}
		#shoppingcart_bottom {
			position: absolute;
			bottom: -10px;
			left: 0px;
			background-image: url(images/shopcart_bottom.png);
			width: 281px;
			height: 10px;
		}
		#shoppingcarticon {
			position: absolute;
			top: 0px;
			right: 10px;
		}
	

#mid_container {
	position: absolute;
	left: 225px;
	top: 570px;
	width: 460px;
	min-height: 300px;
}
	#content {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 12px;
		color: #666;
	}

/* PRODUCTEN + CATEGORIES */
#category_leftmenu a{
	font-size: 12px;
	color: #b32317;
	text-decoration: none;
}
#category_leftmenu a:visited {
	color: #b32317;
}
#category_leftmenu a:hover {
	color: #b32317;
}
#category_button {
	float: left;
	width: 130px;
	height: 150px;
	padding-right: 20px;
	padding-bottom: 15px;
	text-align: center;
	overflow: hidden;
}
#product_button {
	float: left;
	width: 130px;
	min-height: 240px;
	padding-right: 20px;
	padding-bottom: 15px;
	text-align: center;
}
.prod_amount {
	width: 18px;
}
.cart_title {
	font-weight: bold;
}
.deletelink a {
	font-weight:bold;
	font-size:10px;
	color: #F00;
	background: none;
	border: none;
	text-decoration: none;
}

.cart_button {
	border: 1px solid #b1190e;
	background-color: #c33227;
	color: #FFF;
	font-size: 10px;
}

.input_title {
	vertical-align: middle;
}
#input_field {
	position: relative;
	left: 0px;
	top: 0px;
	height: 30px;
	width: 230px;
	background-image: url(images/input_bck.png);
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
#input_field .input {
	position: relative;
	top: 4px;
	left: 10px;
	background: none;
	width: 210px;
	height: 20px;
	border: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

#input_field label {
	position: absolute;
	right: 5px;
	top: 5px;
	font-style:  italic;
}

.input_reg {
	width: 100%;
}

#prod_image {
	display: block;
	width: 130px;
	height: 150px;
	overflow: hidden;
}

#submitsend label {
	position: absolute;
	top: 80px;
	left:  0px;
	color: red;
}

label .error {
	color: red;
}

.leverinfo {
	background-color: #f4d196;
	border-bottom: solid 1px grey;
	width: 400px;
	height: 40px;
	font-size: 11px;
	font-style: italic;
	color: #666;
	margin-bottom: 15px;
}
