/* General settings */

body {
	display: block;
	/* background-color: rgb(230,230,230); */
	margin: 0;
	padding: 0;
	border: none;
	font-family: Helvetica;
	font-weight: normal;
	font-size: 11px;
	color: rgb(0,0,0);
	text-align: center;
	}

.container {
	position: relative;
	display: block;
	background-color: rgb(255,255,255);
	/* border: solid 1px rgb(0,0,0); */
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

br {
	clear: left;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	}

/* Top Logo area */

.toplogo {
	position: relative;
	display: block;
	width: 955px;
	height: 150px;
	margin: 0px;
	top: 15px;
	margin-bottom: 5px;
	}

.toplogo .links, .toplogo .midden, .toplogo .rechts {
	position: relative;
	display: block;
	float: left;
	width: 200px;
	height: 130px;
	}

.toplogo .midden {
	width: 550px;
	}

.toplogo .links {
	text-align: left;
	}

.toplogo .links img {
	position: relative;
	display: block;
	left: 5px;
	top: 5px;
	padding: 0;
	margin: 0;
	border: none;
	}

.toplogo .rechts {
	left: 5px;
	width: 200px;
	/* background-color: rgb(255,0,0); */
	}

/* Top Menu area */

.topmenu {
	position: relative;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 955px;
	height: 38px;
	line-height: 25px;
	/* background-image: url('/images/system/bg_menubalk.jpg'); */
	/* background-repeat: repeat-x; */
	}

.topmenu li {
	position: relative;
	display: block;
	float: left;
	color: rgb(255,255,255);
	margin-right: 50px;
	text-align: left;
	}

.topmenu li a {
	font-family: Helvetica;
	font-size: 11px;
	color: rgb(255,255,255);
	text-decoration: none;
	}

.topmenu li.spacer {
	width: 160px;
	}

/* Left Menu column */
.leftmenu {
	position: relative;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	width: 200px;
	height: 428px;
	/* border: solid 1px rgb(0,0,0); */
	}

.leftmenu li, .leftmenu li a {
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	}

.leftmenu li {
	top: 0px;
	left: 0px;
	height: 110px;
	margin-top: 0px;
	margin-bottom: 4px;
	}

.leftmenu li img {
	padding: 0;
	margin: 0;
	border: none;
	}

.leftmenu li.abonnementen {
	margin-bottom: 0px;
	height: auto;
	}

.leftmenu li.uitleg, .leftmenu li.uitleg a {
	height: 46px;
	margin-bottom: 0px;
	bottom: 0px;
	}

/* Right Column */
.rightmenu {
	position: relative;
	display: block;
	list-style: none;
	float: right;
	padding: 0;
	margin: 0;
	border: none;
	width: 180px;
	padding-top: 0px;
	/* background-color: rgb(255,0,0); */
	/* border: solid 1px rgb(0,0,0); */
	}

.rightmenu li, .rightmenu li a {
	position: relative;
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
	border: none;
	}

.rightmenu li {
	top: 0px;
	left: 0px;
	height: 110px;
	margin-top: 0px;
	margin-bottom: 4px;
	}

.rightmenu li img {
	padding: 0;
	margin: 0;
	border: none;
	}

.rightmenu li.abonnementen {
	margin-bottom: 0px;
	height: auto;
	}

.rightmenu li.uitleg, .rightmenu li.uitleg a {
	height: 46px;
	margin-bottom: 0px;
	bottom: 0px;
	}

/* Main area */
.mid_col {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 550px;
	/* color: rgb(60,114,161); */
	}

.main_text {
	min-height: 405px;
	height: auto !important;
	height: 405px;
	}

.main_text_big {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	}

.main_area br {
	clear: left;
	}

/* Producten pagina */

.producten_wrapper {
	position: relative;
	display: block;
	float: left;
	text-align: center;
	top: 10px;
	width: 560px;
	min-height: 405px;
	height: auto !important;
	height: 405px;
	}

.producten_tabel {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	width: 510px;
	height: 375px;
	background-color: rgb(255,0,0);
	}

.producten_tabel li {
	position: relative;
	display: block;
	float: left;
	margin: 0px;
	margin-right: 9px;
	padding: 0;
	/* padding-right: 5px; */
	border: none;
	border: solid 1px rgb(0,0,0);
	width: 33%;
	}

/*
.producten_tabel li.spacer {
	position: relative;
	display: block;
	float: left;
	width: 5px;
	height: 100%;
	border: none;
	border-right: solid 1px rgb(0,0,0);
	}

.producten_tabel li img.bestelbutton {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: 3px;
	border: solid 1px rgb(0,0,0);
	}

.producten_tabel li span {
	position: relative;
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	}

.producten_tabel li .standard_title {
	position: relative;
	display: block;
	width: 140px;
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 35px;
	text-align: center;
	}

.producten_tabel li .standard_subtitle {
	position: relative;
	display: block;
	width: 140px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	/* letter-spacing: 1px; */
	text-align: center;
	line-height: 18px;
	/* border: solid 1px rgb(0,0,0); */
	}
	
.producten_tabel li .standard_text {
	position: relative;
	display: block;
	width: 100%;
	left: 5px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	line-height: 23px;
	}

.producten_tabel li .standard_price {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	}
*/

.uitleg {
	color: rgb(0,0,0);
	}

/* Bestel formulier */

.bestel_form {
	position: relative;
	display: block;
	float: left;
	width: 550px;
	font-family: Helvetica;
	font-weight: normal;
	font-size: 11px;
	/* border: solid 1px rgb(0,0,0); */
	}

.bestel_form label {
	width: 135px;
	float: left;
	text-align: right;
	padding-right: 15px;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	margin: 2px;
	}

.bestel_form label.rood {
	color: rgb(255,0,0);
	}

.bestel_form input, .bestel_form select {
	border: solid 1px rgb(0,0,0);
	width: 302px;
	float: left;
	margin: 2px;
	color: rgb(60,114,161);
	}

.bestel_form select.abonnement {
	width: 168px;
	}

.bestel_form select.periode {
	width: 130px;
	}

.bestel_form input.akkoord {
	margin-right: 10px;
	width: 15px;
	border: none;
	}


.bestel_form input.submit1 {
	/* position: relative; */
	display: none;
	width: 100px;
	border: none;
	/* height: 45px; */
	font-weight: bold;
	}


.bestel_form input.small {
	width: 75px;
	}

.bestel_form #prijs {
	height: 20px;
	line-height: 20px;
	}

/* footer */

.footer {
	position: relative;
	display: block;
	width: 550px;
	padding: 0;
	margin: 0;
	text-align: center;
	color: rgb(50,50,50);
	text-align: center;
	font-family: Helvetica; /* default font-settings */
	font-weight: normal;
	font-size: 11px;
	color: rgb(0,0,0);
	/* border: solid 1px rgb(0,0,0); */
	}

.footer ul {
	position: relative;
	display: block;
	/* background-color: rgb(125,125,125); */
	height: 13px;
	width: 550px;
	list-style: none;
	padding: 0;
	margin: 0;
	}

.footer ul li {
	position: relative;
	display: block;
	float: left;
	height: 13px;
	color: rgb(255,255,255);
	text-decoration: none;
	line-height: 13px;
	background-color: rgb(125,125,125);
	}

.footer ul li a {
	color: rgb(255,255,255);
	text-decoration: none;
	}

.footer ul li.seperator {
	width: 10px;
	text-align: center;
	}

.footer ul li.cell1 {
	width: 270px;
	text-align: right;
	}

.footer ul li.cell2 {
	width: 270px;
	text-align: left;
	background-color: rgb(125,125,125);
	}

.footer img {
	margin-right: auto;
	margin-left: auto;
	}

.footer .slogan {
	position: relative;
	display: block;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 9px;
	color: rgb(125,125,125);
	}

.extra_info {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	}

.extra_info ul {
	list-style: none;
	/* list-style: outside; */
	padding: 0;
	margin: 0;
	width: 550px;
	}

.extra_info ul li {
	position: relative;
	float: left;
	width: 525px;
	}

.extra_info ul li.bullet {
	position: relative;
	width: 15px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	text-align: right;
	padding: 0 10 0 0;
	/* border: solid 1px rgb(0,0,0); */
	}

.extra_info ul br {
	clear: left;
	}
