@charset "utf-8";
/* CSS Document */

html, body
{
position:relative;
	min-height: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

form ins
{
	text-decoration: none;
}
tr.orders
{
	cursor: pointer;
}
tr.orders:hover
{
	background-color: #E2EF86;
}
body
{
	background: url(../images/bg.jpg) repeat-x;
	background-attachment:fixed;
}
img
{
	border: 0;
}
#bg
{
	position: fixed;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	background: url(../images/bg_shadow.png) repeat-y center;
}
#wrapper
{
	z-index: 2;
	position: relative;
	min-height: 100%;
	background-color: #ffffff;
	width: 979px;
	margin: 0 auto;
	overflow: hidden;
}
#header
{
	width: 100%;
	height: 190px;
	position: relative;
}
#icons
{
	position: absolute;
	right:10px;
	bottom: 5px;
	z-index:999;
	text-align: right;
}
.logo
{
	float: left;
	width: 696px;
	height: 157px;
}
.logos
{
	float: left;
	margin: 0;
	padding: 0;
	width: 283px;
	height: 157px;
}
.logo_link_een
{
	float: left;
	margin: 0;
	padding: 0;
	width: 141px;
	height: 157px;
}
.logo_link_twee
{
	float: left;
	margin: 0;
	padding: 0;
	width: 142px;
	height: 157px;
}
.cart_options
{

}
#footer
{
	clear: both;
	position: absolute;
	width: 100%;
	height: 97px;
	bottom: 0px;
}
#menu
{
	position: relative;
	height: 100%;
	width: 215px;
	float: left;
	padding-top: 10px;
	padding-bottom: 230px;	
}
#content
{
	margin-left: 20px;
	padding-bottom: 127px;
	padding-top: 10px;
	overflow: hidden;
	display: block;
	width: 934px;

}
#inhoud
{
	margin-left: 245px;
	padding-bottom: 230px;
	padding-top: 9px;
	overflow: hidden;
	display: block;
	width: 714px;
}
#inhoud h1, #content h1
{
	color: black;
	font-size: 20px;
	/*
	color: #EC008C;
	*/
}

#inhoud h2, #content h2
{
	font-size: 16px;
	color: #00AEEF;
}

.menu_header
{
	background: url(../images/menu_header.png) no-repeat;
	height: 32px;
	width: 210px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 13px;
}
.menu_box
{
	width:215px;
	margin-left: 10px;

}
.menu_box  ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu_box ul li
{
	/*height: 21px;*/
	vertical-align: middle;
	line-height: 21px;
	padding-left: 20px;
}
.menu_box ul li ul
{
	padding-bottom: 10px;
}
.menu_box ul li span
{
	color: #91a414;
}
.menu_box a, .menu_box a:hover, .menu_box a:active, .menu_box a:visited
{
	color: black;
	text-decoration: none;
}
.even
{
	background: #f4f4f4;
}
.oneven
{
	background: #ffffff;
}
.nieuwsbrief
{
margin-left: 22px;
}

.input_box
{
	background: url(../images/bg_input.png) no-repeat;
	margin-top: 8px; 
	border: 0;
	width: 217px; 
	height: 31px;
	margin-left: 10px;
	padding-top: 6px;
}
.input
{
	margin: 0 auto;
	display: block;
	width: 200px;
	background: transparent;
	border: 0;
}
.button
{
	position: absolute;
	right: 0;
	background: url(../images/bg_submit.png); 
	width: 111px; 
	height: 33px; 
	border: 0; 
	color: white; 
	font-weight:bold; 
	font-size: 13px;
}
span.product_price
{
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 25px;
	color: #EE0000;
	font-weight: bold;
	float: right;
	clear: both;
}
.product_bestel
{

	font-size: 20px;
	color: #EE0000;
	font-weight: bold;
	text-align: right;
	width: 100%;
	height: 48px;
	clear: both;
}
.product_bestel input
{
	
}
.product_description
{
	position: relative;
	border: 1px #e1e1e1 solid;
	background: #F3F3F3;
	padding: 10px;
	padding-bottom: 60px;
	min-height: 130px;
	width: 500px;
	margin-top: 0px;

}
.discount_box
{
	position: relative;
	background: url(../images/discount_box.png) no-repeat;
	width: 239px;
	height: 278px;
	float: left;
	margin-left: 3px;
	text-align: center;
	vertical-align: middle;
}
.product_detail
{
	float: left;
}
.product_detail img
{
	float: left;
	max-width: 150px;
}
.product_description
{
	margin-left: 20px;
	float: left;
	clear: right;
}
.discount_box span.product_title
{
	color: #93a600;
	font-weight: bold;
	position: absolute;
	left: 18px;
	top: 19px;
}
.discount_box span.product_title a, .discount_box span.product_title a:hover, .discount_box span.product_title a:visited, .discount_box span.product_title a:active
{
	color: black;
	text-decoration: none;
	color: inherit;
}
.discount_box span.product_title a:hover
{
	text-decoration: underline;
}
.discount_box span.product_price
{
	color: black;
	font-size: 26px;
	font-weight: bold;
	position: absolute;
	right: 19px;
	bottom: 21px;
}
.discount_box img.product_image
{
	max-width: 200px;
	max-height: 160px;
	margin-top: 55px;
}

.menu_box_2
{
 width:228px;
 height: 189px;
 margin-left: 6px;
 background: url(../images/box_openingstijden.png) no-repeat;
 position: relative;
 text-align: center;
 padding-top: 13px;
}
.menu_box_2 span.box_title
{
	color: #93a600;
	font-weight: bold;
	font-size: 13px;
}
.menu_box_2 div.box_info{
	margin: 0 auto;
	margin-top: 10px;
	width: 175px;
	height: 140px;
	font-weight: bold;
	text-align: left;
}
.menu_box_2 div.box_info table
{
	font-size: 12px;
	font-weight: bold;
}
.computers
{
	color: #00A5ED;
	font-weight: bold;
}
.promo
{
	color: black;
	font-weight: bold;
}
#footer_menu
{
	list-style: none;
	color: #999999;
	margin: 0 auto;
	text-align: center;
	margin-top: 5px;
	padding: 0;
}
#footer_menu li
{
		display: inline;
		margin: 0;
		padding: 0;
		margin-left: 30px;
}

#footer_menu a
{
	color: #999999;
}

table#contact_info
{
	position: absolute;
	right: -15px;
	width: 450px;
	bottom: 10px;
	color: #8f8f8f;
	font-size: 12px;
}
table.product_overzicht
{
	width: 100%;
}
a, a:hover, a:visited, a:active
{
	text-decoration: none;
	color: #00AEEF;
}
a:hover
{
	text-decoration: underline;
	color: #00AEEF;
}
.product_overzicht tr a, tr a:hover, tr a:visited, tr a:active
{
	text-decoration: none;
	color: inherit;
}
.product_overzicht tr a:hover
{
	text-decoration: underline;
}
.product_overzicht tr.table_head
{
	background-color:#C1D72D;
	background: url('../images/product_overzicht_header_bg.png') repeat-x; 
	height: 32px; 
	font-weight: bold;
	color: white;
}
.order_overzicht
{
	width: 100%;	
}
.order_overzicht tr.table_head
{
	background-color:#C1D72D;
	background: gray; 
	height: 32px; 
	font-weight: bold;
	color: white;
}
.order_overzicht tr
{
	height: 22px;
}
.order_overzicht tr.odd
{
	height: 22px;
	background-color: #F1F1F1;
}
.order_overzicht tr.even
{
	height: 22px;
	background-color: #F9F9F9;
}
.product_overzicht tr.odd
{
	height: 25px;
	background-color:#FAFAFA;
	color: black;
}
.product_overzicht tr.even
{
	height: 25px;
	background-color: #FFFFFF;
	color: black;
}
tr.odd img, tr.even img {
	max-width: 48px;
	max-height: 48px;
	margin: 5px;
}
h1,h2
{
	margin: 0;
	margin-bottom: 5px;
	padding-top: 7px;
	font-family: Arial, "Times New Roman";
}


div.error
{
	background-color: rgb(255,220,220);
	border: 1px solid #CC0000;
	margin-bottom:10px;
	padding: 2px;

}
span.error
{
	display:block;
	color: #CC0000;
	padding: 2px;
}
td.title
{
	font-weight: bold;
	padding-right: 8px;
	text-align: right;
}

.header_subcat
{
	position: absolute;
	z-index: 99999;
	top: -4px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 13px;
}
fieldset
{
	width: 1px;
	padding: 10px;
	background: #f9f9f9;
}
legend
{
	font-size: 16px;	
}
.klant_gegevens
{
	font-weight: normal;
}
.klant_gegevens th
{
	font-weight: bold;
	text-align: left;
	padding: 3px;
	padding-right: 10px;

}
.stappen_plan
{
	margin-bottom: 10px;
}
.order_overzicht .table_head .product_nr
{
	text-align: center;
	width: 55px;
}
.order_overzicht .table_head .product_amount
{
	width: 55px;
}
.order_overzicht .table_head .product_name
{
	
}
.order_overzicht .table_head .product_price
{
	width:80px;
	text-align: right;
}
.order_overzicht .table_head .product_price_total
{
	width: 80px;
	text-align: right;
	padding-right: 10px;
}
.order_overzicht .product_nr
{
	text-align:center;

}
.order_overzicht .product_amount
{
	text-align: center;
}
.order_overzicht .product_name
{
	
}
.order_overzicht .product_price
{
	text-align: right;
}
.order_overzicht .product_price_total
{
	text-align: right;
	padding-right: 10px;
}

.info_box
{
	font-family: Arial, "Times New Roman";
	font-size: 11px;
}

.about_us_news
{
	font-family: Arial, "Times New Roman";
	font-size: 11px;
	width: 934px;
	height: 300px;
	position: relative;
	z-index: 9;
}

.info_box
{
	float: left;
	
	background-image: url(../images/info_background.jpg);
	height: 308px;
	width: 213px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	z-index: 999;
}

.info_box div
{
	text-align: center;
}

.info_box img
{
	border: 1px solid white;
}

.no_margin_right
{
	margin-right: 0px;	
}

.info_box h1, .about_us_news h1
{
	color: #00AEEF;
	font-size: 18px;
	font-weight: bold;
}

.info_box p, .about_us_news, .news
{
	font-size: 12px;
}

.about_us, .news
{
	margin-top: 25px;
	margin-bottom: 100px;
}

.about_us > div, .news > div
{
	padding-right: 10px;
}
	
.about_us
{
	width: 50%;
	float: left;
	border-right: 1px solid #D9D9D9;
}

.news
{
	width: 48%;
	float: right;
}

a.newslink
{
	color: black;
}

.news .date
{
	font-weight: bold;
	font-size: 12px;
	color: #00AEEF;
}

.news ul
{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}



