@charset "utf-8";

body{
	padding: 0;
	margin: 0;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	font-family: arial;
	font-size: 12px;
}

div#container{
	width: 1009px;
	margin: 0 auto;
	background-color: #FFF;
}

div#header{
	width: 946px;
	height: 241px;
	margin: 0 auto;
	background-image: url(../img/header_bg.jpg);
}

div#navbar{
	width: 921px;
	height: 36px;
	margin: 0 auto;
	padding-left: 25px;
	padding-top: 12px;
	background-image: url(../img/navbar_bg.jpg);
}

#navbar a{
	color: #474747;
	text-decoration: none;
}

#navbar a:hover{
	color: #db0000;
	text-decoration: none;
}



div#content-wrap{
	width: 956px;
	margin: 0 auto;
}


/* Zijkant navigatie */

div#sidenav-wrap{
	width: 224px;
	min-height: 500px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

div#sidenav-top{
	width: 194px;
	height: 13px;
	clear: both;
	padding-left: 30px;
	padding-top: 25px;
	padding-bottom: 15px;
	font-weight: bold;
	background-image: url(../img/sidenav_top.jpg);
}

div#sidenav-middle{
	width: 224px;
	clear: both;
	padding-top: 5px;
	background-image: url(../img/sidenav_middle.jpg);
	background-repeat: repeat-y;
}

div#sidenav-bottom{
	width: 224px;
	height: 46px;
	clear: both;
	background-image: url(../img/sidenav_bottom.jpg);
}

div.button a{
	width: 176px;
	height: 23px;
	padding-top: 8px;
	padding-left: 32px;
	margin: 0 auto;
	margin-top: 1px;
	display: block;
	cursor: pointer;
}

div.sub-button a{
	width: 158px;
	height: 22px;
	padding-top: 8px;
	padding-left: 50px;
	margin: 0 auto;
	margin-top: 1px;
	display: block;
	background-image: url(../img/sub-icon.jpg);	
	background-position: 15% 55%;
	background-color: #333333;
	background-repeat: no-repeat;
	cursor: pointer;
}

/* -- einde -- */


/* Shopping Cart */

div#shop-cart-top{
	width: 194px;
	height: 34px;
	padding-left: 30px;
	padding-top: 20px;
	margin-top: -5px;
	font-weight: bold;
	background-image: url(../img/shop-cart-top.jpg);
}

div#shop-cart-middle{
	width: 184px;
	min-height: 10px;
	padding-left: 40px;
	padding-top: 10px;
	background-image: url(../img/shop-cart-middle.jpg);
	background-repeat: repeat-y;
}

div#shop-cart-bottom{
	width: 224px;
	height: 50px;
	background-image: url(../img/shop-cart-bottom.jpg);
}

/* -- einde -- */

div#search-box{
	width: 189px;
	height: 54px;
	clear: both;
	padding-top: 35px;
	padding-left: 35px;
	background-image: url(../img/search-box.jpg);
}

div#content{
	width: 700px;
	min-height: 500px;
	float: left;
	margin-left: 22px;
}

#content table{
	margin-top: 0px;
}

#content p{
	color:#333333;
}
	

div#clear{
	clear: both;
}
	
#sidenav-wrap a{
	color: #FFF;
	text-decoration: none;
}

#sidenav-wrap .sub-button a:hover{
	background-color: #2C2C2C;
}

#sidenav-wrap .button a:hover{
	background-color: #2C2C2C;
}


div#footer{
	width: 93%;
	height: 40px;
	clear: both;
	margin: 0 auto;
	margin-top: 80px;
	border-top: 1px #999999 solid;
}

div#footer-info{
	width: 350px;
	height: 30px;
	float: left;
	margin-top: 8px;
	color: #848383;
}

div#bank-logos{
	width: 570px;
	height: 30px;
	float: right;
}

#bank-logos-img{
	width: 400px;
	height: 30px;
	float: right;
}

#bank-logos-div{
	width: 150px;
	float: left;
	margin-left: 18px;
	margin-top: 8px;
	color: #848383;
}

h1{
	font-family: "Myriad Pro";
	color: #181818;
	font-size: 28px;
	font-weight: bold;
	margin-top: 8px; 
	margin-bottom: 2px;
}

.hr{
	width: 100%;
	height: 1px;
	background-color: #939292;
	clear: both;
	margin-bottom: 0px;
}

.hr-light{
	width: 100%;
	height: 1px;
	background-color: #CCCCCC;
	clear: both;
	margin-bottom: 10px;
}

a{
	text-decoration: underline;
	color: #db0000;
}

a:hover{
	text-decoration: underline;
	color: #262626;
}

/* BiedMeer styles */

.MaxWidth {
	width: 678px;
}

fieldset {
	width: 678px;
}

/* Seach Form */
.SearchFormLabel {
	font-weight: bold;
	border-bottom: 1px solid black;
}

.SearchFormData {
	border-bottom: 1px solid black;
}	

