/**
* Main elements
*/


body {
	text-align: center;
	line-height: 1.0;
	font: 62.5% Verdana, Arial, Trebuchet, helvetica, sans-serif;
	background: #8c916e url(images/bg.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	color: #50585f;
}

body.special {
	text-align: center;
	line-height: 1.0;
	font: 62.5% Verdana, Arial, Trebuchet, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #50585f;
	background: #ffffff;
}

.clearboth {
	clear: both;
	height: 0;
	font-size: 0px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

a {
	color: #cf602a;
	text-decoration: underline;
}

a:hover {
	color: #cf602a;
	text-decoration: none;
}

hr {
	width: 890px;
	color: #8a8f6c;
	background-color: #8a8f6c;
	border: 0px;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container {
	width: 966px;
	margin: auto;
	background: #FFFFFF;
	text-align: center;
}


/**
* Form elements
*/

form {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Trebuchet, helvetica, sans-serif;
}

p {
	margin: 5px 0 5px 0;
	padding: 0;
}

table {
	font-size: 11px;
	width: 100%;
	padding: 0;
	margin: 0;
}

.textfield {
	background: #FFF;
	border: 1px solid #d4d2d2;
	color: #50585f;
	font-size: 11px;
	padding: 3px;
	font-family: Verdana, Arial, Trebuchet, helvetica, sans-serif;
	margin: 0;
}

.textarea {
	background: #FFF;
	border: 1px solid #d4d2d2;
	color: #50585f;
	font-size: 11px;
	padding: 3px;
	height: 118px;
	font-family: Verdana, Arial, Trebuchet, helvetica, sans-serif;
}

select {
	font-family: Verdana, Arial, Trebuchet, helvetica, sans-serif;
	font-size: 11px;
	color: #50585f;
}

.submitbutton {
	background: #cee4ce;
	color: #447a1c;
	border: 1px solid #447a1c;
	margin: 0 0 0 0px;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
}

.loginbtn {
	width: 75px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/btn_login.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.naarpersoonlijkekeuzebtn {
	width: 205px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/btn_naarpersoonlijkekeuze.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.homebtn {
	width: 70px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/btn_home.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.overzichtbtn {
	width: 175px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/btn_overzicht.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.vorigebtn {
	width: 70px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/btn_vorige.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.volgendebtn {
	width: 80px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/btn_volgende.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.cadeauontvangenbtn {
	width: 152px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/btn_cadeauontvangen.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.terugbtn {
	width: 75px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/btn_terug.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.verzendbtn {
	width: 75px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/btn_verzend.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.terughomebtn {
	width: 145px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/btn_terughome.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	float: right;
}


/**
* Header elements
*/

#header {
	background: #FFFFFF url(images/header.jpg) no-repeat right top;
	height: 385px;
	width: 966px;
	position: relative;
}

#headerhome {
	background: #FFFFFF url(images/headerhome.jpg) no-repeat right top;
	height: 385px;
	width: 966px;
	position: relative;
}

#headershop {
	background: #FFFFFF url(images/header.jpg) no-repeat right top;
	height: 215px;
	width: 966px;
	position: relative;
}

#logo {
	float: left;
	width: 280px;
	height: 40px;
	background: #FFFFFF url(images/logo.gif) no-repeat left top;
	margin: 75px 0px 0px 64px;
	display: inline;
}

#logo h2 {
	display: none;
}

#logo a {
	top: 75px;
	left: 64px;
	width: 280px;
	height: 40px;
	position: absolute;
}

#title {
	float: left;
	width: 890px;
	height: 150px;
	margin: 80px 0px 0px 35px;
	display: inline;
	text-align: left;
}

#title h1 {
	font-size: 45px;
	color: #666666;
	display: inline;
	font-weight: lighter;
}

#title h3 {
	font-size: 45px;
	color: #8c916e;
	display: inline;
	font-weight: normal;
}

.home {
	float: right;
	width: 70px;
	height: 25px;
	background: #FFFFFF;
	margin: 185px 70px 0px 0px;
	display: inline;
	text-align: left;
}


/**
* Content elements
*/

#content {
	padding: 20px 40px 20px 40px;
	width: 886px;
	line-height: 1.5;
	clear: both;
	text-align: left;
	font-size: 11px;
}

.contentleft {
	width: 423px;
	line-height: 1.5;
	float: left;
	text-align: left;
}

.contentright {
	width: 423px;
	line-height: 1.5;
	float: right;
	text-align: left;
}

.login {
	width: 380px;
	float: right;
	margin-left: 30px;
	display: inline;
}

.nav {
	width: 275px;
	float: right;
	text-align: right;
	padding-right: 35px;
	display: inline;
}

.nav a {
	color: #cf602a;
	text-decoration: none;
	font-weight: bold;
}

.shop {
	width: 890px;
}

.shop img {
	border: #50585f 1px solid;
	margin-bottom: 5px;
}

.shop img a {
	border: #50585f 1px solid;
	margin-bottom: 5px;
}

.shop a {
	color: #50585f;
	text-decoration: none;
}

.shopdetailsleft {
	float: left;
	margin-top: 20px;
	width: 175px
}

.shopdetailsmiddle {
	float: left;
	margin: 20px 20px 0px 20px;
	width: 515px;
}

.shopdetailsright {
	float: right;
	margin-top: 20px;
	width: 152px;
}

.verplicht {
	color: #cf602a;
}

.oranje {
	color: #cf602a;
	font-weight: bold;
}


/**
* Footer elements
*/

#footer {
	width: 966px;
	text-align: center;
	color: #50585f;
	padding-bottom: 20px;
	font-size: 10px;
	line-height: 1em;
}

#footer hr {
	width: 890px;
	color: #8a8f6c;
	background-color: #8a8f6c;
	border: 0px;
	height: 1px;
	margin-top: 40px;
	margin-bottom: 2px;
}

#footer a {
	color: #50585f;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}