body {
	text-align:center;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	line-height: 15pt;
}
#frame {
	width:958px;
	min-height: 100%; 
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}

#header {
	background-image:url('i/header.gif');
	background-repeat:no-repeat;
	background-position:top right;
	height: 186px;
}
#navigatie {
	position: absolute;
	top: 165px;
	padding-left:40px;
	color: #fff;
	display: block;
	width: 890px;
}
#navigatie a {
	color: #fff;
	text-decoration: none;	
}
.newsticker {
	position: relative; 
	top: 25px; 
	left: 760px; 
	width: 160px; 
	height: 90px; 
	overflow: hidden;
}
.languageSelector {
	position: relative; 
	top: 45px; 
	left: 760px; 
	width: 180px; 
	height: 20px; 
	overflow: hidden;
	color: #fff;
}
.languageSelector img {
	margin-right: 4px;
}
img {
	border: 0px;
}
/* Start of Column CSS */
#container2 {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative; /* position:overflow;*/
	background:#fff; /* column 2 background colour */
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:700px;
	background:#00b2d9; /* column 1 background colour */
}
#col1 {
	float:left;
	width:255px;
	position:relative;
	left: 700px;
}
#col2 {
	float:left;
	width: 695px;
	position:relative;
	left: 702px;
}
.modWebshop {
	margin: 5px;
}
#webshop_menu {
	background-color: #00b2d9;
	margin:0px;
	padding:0px;
	width: 255px;
}
#webshop_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0 0 0 1em;
	display: block;
}
#webshop_menu li {
	display: block;
	margin: 0;
  	padding: 0;
}
#webshop_menu ul li {
	display: inline; /* this gets rid of the gaps */
}
#webshop_menu span {
	font-size: 9pt;
	width: 100%;
	margin-top: 5px;
	height: 18px;
	display: block;
}
#webshop_menu span.selected {
	background-color: #a8e5f2;
}
#webshop_menu span.modWebshopGroupPrefix {
	display: inline;
	color: #fff;
	cursor: pointer;
}
#webshop_menu span.modWebshopGroupPrefixselected {
	display: inline;
	color: #E87034;
}
#webshop_menu span.prefixLvl_1 {
	display: none;
}
#webshop_menu li span a {
	color: #00355f;
	font-weight: bold;
	text-decoration: none;
}
#webshop_menu span.lvl_1 {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
}
#webshop_menu span.lvl_2 {
}
#webshop_menu span.lvl_3 {
}
span.modWebshopGroup {
	overflow: hidden;
}
/* Webshop */
.wsArticleList {
	width: 450px;
	display: block;
	margin: 0px;
}
.wsArticleListArticle {
	border-color: rgb(0,149,73);
	border-width: 0 0 0 2px;
	border-style: solid;
}
.wsArticlegroupList {
	float: left;
	width: 670px;
}
.wsArticleListContainer {
	float: left; 
	width: 670px; /* 690 */
}
.wsLists {
	float: left; 
	width: 620px; 
	display: block;
	padding: 5px;
}
.wsArticleGroup {
	border-width: 0 0 0 2px;
	border-color: rgb(0,149,73);
	border-style: solid;
	width: 150px;
	display: block;
	float: left;
	padding: 0px;
	margin: 5px;
	height: 220px;
}
.wsArticlegroupName {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	font-weight: 400;
	padding: 0 0 0 5px;
	width: 100%;
	display: block;
	height: 20px;
	margin: 0 0 5px 0;
	background-image: url('i/tab_groen.gif');
	background-repeat:no-repeat;
	background-position: top right;
	background-color: rgb(1,149,73);
}
.wsArticlegroupImage {
	width: 100px;
}

/* ArticleDetail */
.wsArticleContainer {
	padding: 5px;
}
.wsArticleDetail {
	float: left;
	width: 670px;
	border-width: 0 0 0 2px;
	border-color: rgb(0,149,73);
	border-style: solid;
}
.wsArticleInfo {
	float:left; 
	width: 450px;
	margin: 0px;
}
.wsArticleInfo table { /*,p*/
	margin: 0px;
}
.wsArticleInfo p {
	margin: 10px;
}
.wsArticleName {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	font-weight: 400;
	padding-left: 5px;
	width: 97%;
	display: block;
	height: 21px;
	margin: 0 0 5px 0;
	background-image: url('i/tab_groen.gif');
	background-repeat:no-repeat;
	background-position: top right;
	background-color: rgb(0,149,73);
}
.wsArticlePrice {
	float: right; 
	padding-right: 10px;
}
.wsArticleSidebar {
	display: block;
	float:left; 
	width: 200px;
}
.wsArticleImage {
	float: left;
	display: block;
	border: 1px solid #ccc;
	margin: 5px;
	width: 190px;
}
.wsArticleDocument {
	float: left;
	display: block;
	margin: 5px;
	width: 190px;
	text-align: center;
	font-size: 7pt;
	overflow: hidden;
}
.wsArticleDocument a { /* same as .modWebshopButton */
	color: #113651;
	font-weight: bold;
}
.wsArticleDocument a {
	text-decoration: none;
}
/* Login form */
.wsLoginForm input {
	border: 1px solid #ccc;
}
.wsUsername {
	background-image: url('i/icon_lock.gif'); 
	background-repeat:no-repeat; 
	background-position:top right;
	padding-right: 18px;
	width: 122px;
}
.wsPassword {
	width: 140px;
}

.modWebshopButton a {
	color: #113651;
	font-weight: bold;
}
/* Shopping Cart */
.modWebshopShoppingCart #shoppingCart {
	display: block;
	width: 680px;
}
.modWebshop .changeAmount {
	font-size: 11pt;
	color: #000;
	border: 1px solid #000;
	background-color: #ccc;
	text-decoration: none;
}
.modWebshop input.wsAmount {
	width: 25px;
	border: 1px solid #ccc;
	text-align: right;
}
.modWebshopShoppingCart fieldset {
	clear: both;
	font-size: 100%;
	border-color: #000000;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	padding: 10px;
	margin: 0 0 0 0;
}
.modWebshopShoppingCart fieldset legend {
	font-size: 150%;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 5px;
}
.modWebshop .error {
	color: #f00;
	background-color: #ffffe1;
}
.modWebshop td.error {border:1px solid #c00;}
.modWebshop td {vertical-align: top;}
td.numeric {text-align: right; white-space:nowrap;}
th.valuedesc {text-align: right;}
.modWebshop th {white-space:nowrap;}
/* End webshop */
#main {
	padding: 5px;
	float: left;
	width: 715px;
	background-color: #fff;
}
#footer {
	clear: both;
	background-image:url('i/footer.gif');
	background-repeat:no-repeat;
	background-position:top center;
	height: 32px;
	margin:0px;
	padding:0px;
}
#copyright {
	font-size: 7pt;
	text-align: center;
}
#copyright a {
	color: #000;	
}
/* Forms */
form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 560px;
  max-width: 620px;
  width: 590px;
}
form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}
form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}
label {
  font-size: 100%;
}
label u {
  font-style: normal;
  text-decoration: underline;
}
input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}
textarea {
  overflow: auto;
}
form div {
  clear: left;
  display: block;
  width: 354px;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}
form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}
form fieldset div.notes h4 {
  background-image: url(../../formMailer/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}
form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}
form fieldset div.notes p.last {
  margin: 0em;
}
form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}
form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}
form div.required fieldset legend {
  font-weight: bold;
}
form div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}
form div.optional label, label.optional {
  font-weight: normal;
}
form div.required label, label.required {
  font-weight: bold;
}
form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  zoom: 1;
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}
form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}
form div img {
  border: 1px solid #000000;
}
p.error {
  background-color: #ff0000;
  background-image: url(../../formMailer/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}
form div.error {
  background-color: #ffffe1;
  background-image: url(../../formMailer/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}
form div.error p.error {
  background-image: url(../../formMailer/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}
form div select, form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}
form div input.inputText, form div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}
form div input.inputFile {
  width: 211px;
}
form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}
form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}
form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}
form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}
form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}
form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}
form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  zoom: 1;
}