/**
* Main elements
*/


body {
	text-align: center;
	line-height: 1.0;
	font: 62.5% Verdana, Arial, Trebuchet, helvetica, sans-serif;
	background: #746b88 url(images/background.gif) 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: 1024px;
	margin: auto;
	text-align: center;
}

/**
* Form elements
*/

#contenttext {
	background: #FFF url(images/headerpart.jpg) repeat-x top left;
	width: 1024px;
	border: 1px solid #FFF;
}

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 url(images/textfield.gif) top left repeat-x;
	border: 1px solid #a5a5a5;
	color: #666;
	font-size: 13px;
	padding: 3px;
	font-family: Verdana, Arial, Trebuchet, helvetica, sans-serif;
	margin: 0;
	width: 193px;
}

.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: 122px;
	height: 21px;
	position: absolute;
	top: 270px;
	left: 122px;
	background: transparent url(images/btn_login.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	border: 0;
}

.loginbtn  span {display:none;}

#hometxt {
	position: absolute;
	top: 180px;
	left: 410px;
	color: #FFF;
	font-size: 14px;
	width: 255px;
}

.naarpersoonlijkekeuzebtn {
	width: 417px;
	height: 48px;
	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-top:25px;
	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 */
}

.overzichtbtn  span {display:none;}

.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 */
}

.vorigebtn  span {display:none;}

.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 */
}

.volgendebtn  span {display:none;}

.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 */
}

.cadeauontvangenbtn  span {display:none;}

.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 */
}

.terugbtn span {display:none;}

.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 */
}

.verzendbtn span {display:none;}

.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;
}

.terughomebtn span {display:none;}

/**
* Header elements
*/

#header {
	height: 83px;
	width: 966px;
}

#headerhome {
	background: url(images/headerhome.jpg) no-repeat right top;
	height: 363px;
	width: 960px;
	border: 1px solid #FFF;
	position: relative;
}

#headershop {
	background: #FFFFFF url(images/header.jpg) no-repeat right top;
	height: 215px;
	width: 966px;
	position: relative;
}

#logo {
	float: left;
	width: 226px;
	height: 32px;
	background: url(images/logo.gif) no-repeat left top;
	margin: 25px 0px 24px 2px;
	display: inline;
	position: relative;
}

#logo h2 {
	display: none;
}

#logo a {
	top: 0;
	left: 0;
	width: 226px;
	height: 32px;
	position: absolute;
}

#topnav {
	float: right;
	width: 700px;
	margin: 25px 15px 0 0;
	text-align: right;
	font-size: 13px;
	color: #FFF;
}

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

#topnav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#topnav a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#title {
	float: left;
	width: 890px;
	height: 150px;
	margin: 80px 0px 0px 35px;
	display: inline;
	text-align: left;
}

#title h1 {
	font-size: 45px;
	color: #330065;
	display: inline;
	font-weight: lighter;
}

#title h3 {
	font-size: 45px;
	color: #330065;
	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; */

	padding-top:40px;
	padding-bottom:20px;
	width: 1024px;
	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;
}

.content {
	margin: 25px 0 0 0;
	margin-left:25px;

	color: #330067;
	font-size: 13px;
}

.login {
	position: absolute;
	top: 141px;
	left: 82px;
}

.login td {
	color:#ffffff;
	font-size:12pt;
}

.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: 1024px;
	text-align: center;
	color: #fff;
	padding: 20px 0 20px 0;
	font-size: 10px;
	line-height: 1em;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

.Block a
{
	color:#50585F;
	font-weight:strong;
	text-decoration:none;

}




