@charset "UTF-8";
/* Background-Styles ------------------ */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica", "sans-serif";
	color: #5b5b5b;
	font-size: 13px;
	line-height: 16px;
	height: 100%;
	background: #d5ad18;
	overflow-x: hidden;
}

label.error {
	float: none;
	color: #e50083;
	padding-left: 1px;
	vertical-align: top;
}

/* Container ----------------*/
.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/* header -----------------*/
#header {
	height: 124px;
	color: white;
	background: #22285b;
}

#header .logo {
	position: absolute;
	top: 44px;
	left: 0px;
	z-index: 5;
	width: 323px;
	height: 46px;
	background: url(images/logo.png) top left no-repeat;
}

#header #tweet {
	position: absolute;
	padding: 10px 70px 0px 0px;
	width: 323px;
	height: 90px;
	top: 28px;
	right: -10px;
	z-index: 5;
	color: #9196b7;
	background: url(images/tweet.png) top right no-repeat;
}

#header #tweet ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header #tweet ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}


/* Top Menu ------------------*/
#top_menu {
	height: 50px;
	background: #555980;
}

#top_menu .zoek_veld {
	position: absolute;
	top: 12px;
	right: -2px;
	width: 180px;
	height: 26px;
	z-index: 1;
}

#top_menu  .zoek_veld .zoek {
	position: relative;
	float: left;
	width: 130px;
	height: 16px;
	border: 0;
	padding: 10px 36px 0px 14px; 
	background: url(images/zoek.png) top left no-repeat;
	color: #8f91ab;
}

#top_menu  .zoek_veld .zoek_btn {
	position: absolute;
	top: 3px;
	right: 4px;
	width: 26px;
	height: 20px;
	z-index: 2;
	border: 0;
	background: url(images/zoek_btn.png) top left no-repeat;
}

/* main -----------------*/
#main {
	height: auto;
	background: url(images/bg1.jpg) bottom center no-repeat;
	border-bottom: 1px solid #9b751e;
}

#main #links {
	float: left;
	width: 260px;
	min-height: 360px;
	padding: 30px 29px 30px 30px;
	margin: 30px 0px;
	background: url(images/wit.png) top left repeat;
	border-right: 1px solid #d4d9de;
	/* Border Radius */
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
}

#main #links .item {
	float: left;
	width: 260px;
	height: auto;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #d4d9de;
	font-size: 11px;
	line-height: 14px;
}

#main #links .item h1 {
	font-size: 14px;
	line-height: 18px;
	color: #d5ad18;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

#main #links .item img {
	float: left;
	width: 70px;
	height: 70px;
	margin: 0px 15px 0px 0px;
	border: 1px solid #d4d9de;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#main #midden {
	float: left;
	width: 260px;
	min-height: 360px;
	padding: 30px 29px 30px 30px;
	margin: 30px 0px;
	background: url(images/wit.png) top left repeat;
	border-right: 1px solid #d4d9de;
}

#main #midden_large {
	float: left;
	width: 580px;
	min-height: 360px;
	padding: 30px 30px 30px 30px;
	margin: 30px 0px;
	background: url(images/wit.png) top left repeat;
	/* Border Radius */
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
}

#main #midden_large .img2 {
	float: right;
	width: 292px;
	height: 292px;
	margin: 0px 0px 30px 30px;
	border: 8px solid white;
	/* Inner Shadow */
	box-shadow: 0px 2px 5px silver;
	-webkit-box-shadow: 0px 2px 5px silver;
	-moz-box-shadow: 0px 2px 5px silver;
}

#main #midden_large a.img {
	width: 258px;
	height: 178px;
	border: 1px solid gray;
	float: left;
	margin: 0px 10px 10px 0px;
	/* Border Radius */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/* Inner Shadow */
	box-shadow:inset 0px 0px 2px white;
	-webkit-box-shadow:inset 0px 0px 2px white;
	-webkit-box-shadow:inset 0px 0px 2px white;
}

#main #rechts {
	float: left;
	width: 260px;
	min-height: 360px;
	padding: 30px;
	margin: 30px 0px;
	background: url(images/wit.png) top left repeat;
	/* Border Radius */
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
}

#main a.img {
	width: 258px;
	height: 178px;
	border: 1px solid gray;
	float: left;
	margin-bottom: 10px;
	/* Border Radius */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/* Inner Shadow */
	box-shadow:inset 0px 0px 2px white;
	-webkit-box-shadow:inset 0px 0px 2px white;
	-webkit-box-shadow:inset 0px 0px 2px white;
}

#main .img1 {
	width: 258px;
	border: 1px solid gray;
	float: left;
	/* Border Radius */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/* Inner Shadow */
	box-shadow:inset 0px 0px 2px white;
	-webkit-box-shadow:inset 0px 0px 2px white;
	-webkit-box-shadow:inset 0px 0px 2px white;
}

#main .logo_los {
	width: 260px;
	height: 116px;
	background: url(images/logo_los.png) center center no-repeat;
	float: left;
	margin-bottom: 10px;
}

/* Webshop -----------------*/
.webshop {
	width: 100%;
	min-height: 300px;
	height: auto;
	float: left;
	padding: 0;
}

.webshop .item {
	float: left;
	position: relative;
	width: 186px;
	height: 125px;
	border: 1px solid #dcdcdc;
	margin: 0px 4px 4px 0px;
	cursor: pointer;
}

.webshop .item .caption {
	position: absolute;
	bottom: 0px;
	left: 0px
	width: 215px;
	height: auto;
	font-size: 10px;
	line-height: 12px;
	border-top: 1px solid black; 
	border-right: 1px solid black; 
	background: url(images/shop/alpha_bg.png) top left repeat;
	color: white;
	text-shadow: 0px 1px 2px black;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
}

.webshop .item .info {
	position: absolute;
	top: 10px;
	right: -7px;
	width: 108px;
	height: 24px;
	padding: 8px 0px 0px 10px;
	background: url(images/shop/lees_verder.png) top left no-repeat;
	color: white;
	text-shadow: 0px 1px 2px black;
	font-size: 13px;
	line-height: 15px;
	z-index: 3;
}

.webshop .item .info .strike {
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	text-decoration: line-through;
	font-size: 11px;
}

.webshop .links2 {
	width: 580px;
	height: auto;
	float: left;
	padding: 0;
}

.webshop .links2 .hoofd_foto {
	width: 403px;
	height: 353px;
	margin: 0 15px 8px 0;
	float: left;
	border: 1px solid #dcdcdc;
}

.webshop .links2 .thumb {
	width: 80px;
	height: 80px;
	float: left;
	border: 1px solid #dcdcdc;
	margin: 0 0 9px 0;
	cursor: pointer;
}

.webshop .rechts_boven {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 10px 0 20px 0;
	color: black;
}

.webshop .rechts_boven .titel {
width: 100px;
float: left;
margin: 0px 10px 2px 0px;
}

.webshop .rechts_boven .data {
width: 155px;
float: left;
margin: 0px 0px 2px 0px;
}

.webshop .rechts_onder {
	width: 535px;
	height: 94px;
	float: left;
	border: 1px solid #a67222;
	background-color: #f6c95b;
	color: #a67222;
}

.webshop .rechts_onder .float {
	width: auto;
	height: 52px;
	padding: 22px 0px 22px 30px;
	float: left;
	color: black;
	font-size: 16px;
	line-height: 18px;
}

.webshop .rechts_onder .float h1 {
	font-size: 20px;
	line-height: 22px;
	color: #a67222;
	margin-top: 0px;
	margin-bottom: 5px;
}

.webshop .rechts_onder .voeg_toe {
	width: 208px;
	height: 96px;
	float: right;
	background: url(images/shop/voeg_toe.jpg) top left no-repeat;
	position: relative;
	cursor: pointer;
}

.webshop .rechts_onder .voeg_toe .pijl {
	width: 11px;
	height: 12px;
	background: url(images/shop/voeg_toe_pijl.png) top left no-repeat;
	position: absolute;
	top: 48px;
	left: 103px;
	z-index: 1;
}

/* Cart ------------------- */
.cart {
	position: absolute;
	top: 6px;
	left: 0px;
	width: 100px;
	height: 30px;
	background: url(images/shop/cart.png) top left no-repeat;
	z-index: 10;
	cursor: pointer;
}

.cart a {
	color: white;
	text-decoration: none;
}

.cart a:hover {
	color: white;
	text-decoration: none;
}

.cart .bullet {
	width: auto;
	height: auto;
	float: left;
	margin: 0px 0px 0px 35px;
	cursor: pointer;
}

.cart .bullet .l {
	width: 10px;
	height: 23px;
	float: left;
	background: url(images/shop/bul_l.png) top left no-repeat;
}

.cart .bullet .m {
	width: auto;
	height: 21px;
	padding: 2px 0px 0px 0px;
	float: left;
	background: url(images/shop/bul_m.png) top left repeat-x;
	color: white;
	text-shadow: 0px 1px 3px #7c0101;
}

.cart .bullet .r {
	width: 10px;
	height: 23px;
	float: left;
	background: url(images/shop/bul_r.png) top left no-repeat;
}

.cart_inhoud {
	position: absolute;
	z-index: 10;
	top: 35px;
	left: 0px;
	width: 401px;
	height: auto;
	border: 1px solid #8f6130;
	background: #f5f8e2;
	box-shadow: 0px 2px 0px gray;
	box-shadow: 0px 2px 5px #8f8f8f;
	-moz-box-shadow: 0px 2px 5px #8f8f8f;
	-webkit-box-shadow: 0px 2px 5px #8f8f8f;
	display: none;
}

.cart_inhoud .cart_item {
	float: left;
	width: 401px;
	height: auto;
	border-top: 1px solid white;
	border-bottom: 1px solid #9ad0dc;
	color: gray;
}

.cart_inhoud .cart_item .l {
	float: left;
	width: 20px;
	height: 16px;
	padding: 8px;
	border-right: 1px solid #d994a6;
	background: url(images/shop/cross.png) center center no-repeat;
}

.cart_inhoud .cart_item .m {
	float: left;
	width: 260px;
	height: 16px;
	padding: 8px;
	border-right: 1px solid #d994a6;
	position: relative;
	font-size: 11px;
}

.cart_inhoud .cart_item .m .input_aantal {
	position: absolute;
	right: 8px;
	top: 5px;
	width: 18px;
	height: 18px;
	border: 1px solid #beb576;
	text-align: center;
}

.cart_inhoud .cart_item .m .cart_refresh {
	position: absolute;
	right: 7px;
	top: 4px;
	width: 24px;
	height: 24px;
	background: url(images/shop/cart_refresh.png) center center no-repeat;
}

.cart_inhoud .cart_item .m .cart_afrekenen {
	position: absolute;
	right: 36px;
	top: 4px;
	width: 90px;
	height: 24px;
	background: url(images/shop/cart_afrekenen.png) center center no-repeat;
}

.cart_inhoud .cart_item .r {
	float: left;
	width: 70px;
	height: 16px;
	padding: 8px;
	font-size: 11px;
}

.cart_inhoud .cart_lipje {
	position: absolute;
	top: -7px;
	left: 42px;
	width: 12px;
	height: 7px;
	background: url(images/shop/cart_lipje.png) top left no-repeat;
}

/* Afrekenen -----------------------------------------------*/
.afreken {
width: 100%;
height: auto;
border: 1px solid #8f6130;
background: #f5f8e2;
box-shadow: 0px 2px 0px gray;
box-shadow: 0px 2px 5px #8f8f8f;
-moz-box-shadow: 0px 2px 5px #8f8f8f;
-webkit-box-shadow: 0px 2px 5px #8f8f8f;
}

.afreken_item {
width: 100%;
height: 100px;
border-top: 1px solid white;
border-bottom: 1px solid #9ad0dc;
}

.afreken_item .l {
width: 16px;
height: 20px;
padding: 40px 15px;
float: left;
border-right: 1px solid #d994a6;
}

.afreken_item .m {
height: 60px;
width: 350px;
float: left;
padding: 20px 20px;
position: relative;
border-right: 1px solid #d994a6;
}

.afreken_item .m .product_afreken_img {
width: 60px;
height: 60px;
float: left;
border: 1px solid silver;
margin: 0px 10px 0px 30px;
}

.afreken_item .m .input_aantal {
position: absolute;
left: 14px;
top: 37px;
width: 18px;
height: 18px;
border: 1px solid #beb576;
text-align: center;
}

.afreken_item .r {
width: 100px;
height: 60px;
padding: 20px 20px;
float: left;
}

.werkbij {
width: 120px;
height: 24px;
background: url(images/shop/werkbij.png) top left no-repeat;
float: right;
cursor: pointer;
margin: 22px 0px;
}

.volgende {
width: 90px;
height: 24px;
background: url(images/shop/volgende.png) top left no-repeat;
float: right;
cursor: pointer;
margin: 22px 0px;
}

#gegevens {
width: 491px;
height: auto;
}

#gegevens .titel {
width: 150px;
height: 10px;
padding: 5px 5px 5px 0px;
font-size: 12px;
float: left;
margin: 0px 0px 10px 0px; 
}

#gegevens input {
float: left;
width: 288px;
height: 10px;
padding: 5px;
font-size: 12px;
border: 1px solid gray;
margin: 0px 0px 10px 0px;
}

.opmerking {
float: left;
width: 448px;
height: 100px;
padding: 5px;
font-size: 12px;
border: 1px solid gray;
margin: 0px 0px 10px 0px; 
}

.betaalmethode {
float: left;
width: 122px;
height: auto;
padding: 5px 5px 0px 0px;
margin: 0px 0px 10px 0px; 
}

#gegevens .knop {
width: auto;
height: 30px;
font-size: 12px;
float: left;
margin: 0px 0px 10px 0px; 
}


/* footer -----------------*/
#footer {
	border-top: 1px solid #e1c68a;
	height: 130px;
	color: #5b4208;
}

#footer h1 {
	font-size: 16px;
	line-height: 24px;
	color: #5b4208;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

#footer .links {
	float: left;
	width: 260px;
	height: 130px;
	padding: 15px 29px 30px 30px;
	margin: 0;
	border-right: 1px solid #9b751e;
}

#footer .midden {
	float: left;
	width: 260px;
	height: 130px;
	padding: 15px 29px 30px 30px;
	margin: 0;
	border-right: 1px solid #9b751e;
}

#footer .rechts {
	float: left;
	width: 260px;
	height: 130px;
	padding: 15px 30px 30px 30px;
	margin: 0;
}

#footer a {
	color: white;	
}

#footer a:hover {
	color: white;	
}

/* classes ----------------------- */
.input_text {
	font-size: 12px;
	line-height: 14px;
	width: 173px;
	height: 32px;
	margin: 16px 10px 0px 0px;
	padding: 0px 10px;
	border: 0;
	color: gray;
	background: url(images/input_text.jpg) center top no-repeat;
}

.input_submit {
	width: 101px;
	height: 32px;
	margin: 16px 10px 0px 0px;
	border: 0;
	color: white;
	text-shadow: 0px 1px 2px black;
	background: url(images/input_submit.jpg) center top no-repeat;
}

/* Tekst-Styles ------------------ */
h1 {
	font-size: 16px;
	line-height: 24px;
	color: #d5ad18;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

h2 {
	font-size: 25px;
	line-height: 30px;
	color: #545454;
	margin-top: 0px;
	margin-bottom: 5px;
}

a, a:visited {
color: #d5ad18;
text-decoration: none;
}

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

.clear {
clear: both;
margin: 0px;
display: block;
}
