/* reset and base */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
body{margin:10px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}

html
{
	background-color: #046E4C;
	padding-bottom: 15px;
}

body
{
	margin: 0 0 15px 0;
	padding: 0;
	font: 12px/14px Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5
{
	color: #008457;
	font-family: "Arial Black",Arial;
	font-weight: normal;
	line-height: 1em;
}

h1 {font-size:18px}
h2 {font-size:16px}
h3 {font-size:14px}
h4 {font-size:12px}
h5 {font-size:10px}

a
{
	color: #008457;
	font-weight: bold;
}

p
{
	line-height: 16px;
}

table tr td, table tr th
{
	border: none;
	border-collapse: collapse;
}

div#maincontent ul
{
	margin: 0 0 1em 0;
	padding: 0;
	list-style:none;
}

div#maincontent ul li
{
	display: block;
	padding: 0 0 0 10px;
	list-style:none;
	background: no-repeat 2px 3px url('/gfx/bullet.gif');
}

h2#pageTitle
{
	color: #008457;
	font-size: 24px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

div#wrapper
{
	position: relative;
	top: 15px;
	width: 980px;
	margin: 0 auto 0 auto;
	background-image: url('/gfx/wrapperbg.png');

	/* mooier??
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	*/
}

div#header
{
	height: 81px;
}

a#logo
{
	position: relative;
	top: 22px;
	left: 14px;
}

h1#slogan
{
	position: absolute;
	top: 20px;
	right: 20px;
	margin-top: 0;
}

div#main
{
	background-image: url('/gfx/mainbg.png');
}

div#hoekje
{
	position: absolute;
	top: 81px;
	width: 13px;
	height: 13px;
	font-size: 0;
	background-image: url('/gfx/hoekje.png');
	z-index: 2;
}

div#visual
{
	border-bottom: 2px solid #008457;
	width: 843px;
	height: 200px;
}

div#visualNews
{
	background: none repeat scroll 0 0 #E4EEC1;
	background-image: url('/gfx/nieuws.gif');
	background-repeat: no-repeat;
	background-position: 440px 24px;
	height: 60px;
	border-bottom: 2px solid #008457;
}

div#maincontent
{
	float: right;
	background-color: #FFFFFF;
	width: 843px;
}

div#content, div#home
{
	padding: 27px 54px;
}

div#content
{
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

div#aside
{
	float: left;
	width: 137px;
}

div.clearer
{
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

/* navigation */

ul#nav
{
	width: 130px;
	margin: 7px 0 0 0;
	padding: 0;
	float: right;
}

ul#nav li
{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#nav li a
{
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 1px 2px 2px 2px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	color: #FFFFFF;
	font-size: 10px;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	border-bottom: 1px solid #FFFFFF;
	background:#008457 repeat-y url('/gfx/itembg.gif');
}

ul#nav li.menuitem_active a
{
	color: #008457;
	background: #BDDFB2;
}

ul#nav li ul
{
	display: none;
	margin: 0;
}

ul#nav li.menuitem_active ul
{
	display: block;
}

ul#nav li.menuitem_active li a
{
	color: #008457;
	background: #E4EEC1;
}

ul#nav li li a
{
	color: #008457;
	background: #E4EEC1;
}

ul#nav li li.menuitem_active a
{
	background: none repeat scroll 0 0 white;
	color: #008457;
}

ul#subnav li a
{
	color: black;
	font-weight: bold;
}

ul#subnav li
{
	margin-bottom: 0.5em;
}

div#languages
{
	margin-top: 4px;
	width: 130px;
	float: right;
	text-align: center;
}

div#languages img
{
	padding: 0 1px;
}

address a
{
  background: none repeat scroll 0 0 #008457;
  color:white !important;
  display:block;
  float:left;
  font:10px/12px "Arial Narrow",Helvetica,sans-serif;
  letter-spacing:1px;
  margin:0 6px 1em 0;
  padding:4px 12px;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
}

/* newsletter */
div#newsletter
{
  font-size: 10px;
  margin: 0 0 20px 7px;
  padding-top: 20px;
  clear: both;
}

div#newsletter h2
{
  background: url("/gfx/itembg.gif") repeat-y scroll 0 0 #008457;
  color: #FFFFFF;
  display: block;
  font-family: "Arial Narrow", Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  margin: 0;
  padding: 3px 2px 4px;
  text-align: center;
  text-transform: uppercase;
}

div#newsletter p
{
  color: #FFFFFF;
  margin: 0;
  padding: 0.5em;
}

div#newsletter form
{
    margin: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #FFFFFF;
    text-align: center;
}

div#newsletter input
{
  width: 122px;
}

div#newsletter input#newslettersubmit
{
  margin-top: 2px;
  width: 125px;
  background: #EEEEEE;
  border: 2px outset #888888;
}

div#welkom
{
	float: left;
	width: 400px;
	padding: 0 0 54px 0;
}

/* Nieuws: */
div#laatsteNieuws
{
	float: right;
	width: 300px;
	padding: 0 0 54px 0;
}

div#laatsteNieuws h3, div#newsitems h3, h3#newstitle
{
	color: black;
	margin: 0 0 1em 0;
	padding: 0;
}

h3#newstitle
{
	margin-top: 2em;
}

div#newsitems
{
	width: 360px;
	float: left;
}

div#newsitems p.readmore
{
	margin-bottom: 2em;
}

div#newsitemslist
{
	width: 345px;
	float: right;
}

/* form */
form
{
	margin: 30px 0 0;
}

form p
{
	clear: left;
	margin: 0 0 8px;
}

label
{
	display: block;
	float: left;
	line-height: 20px;
	margin: 0 5px 0 0;
	width: 150px;
	clear: left;
}

textarea
{
	width: 213px;
}

form input
{
	border: 1px solid #008457;
	padding: 0.15em;
	background-color: #FFFFFF;
}

form input.required
{
	background-color: #ffffe0;
}

div.agentnetwork
{
	background-image: url('/files/img/kaart.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

form#agentnetwork label
{
	width: 80px;
}

#content img
{
	padding-bottom: 2em;
}

#captchaerror {
    color:                  red;
    font-weight:            bold;
    display:                none;
}

div.shoppingcart div.captcha {
    display:                block;
}
form#newsletterform div.captcha {
    display:                block;
}
form#contactform div.captcha {
    display:                block;
}

div.captcha label{
    width:                  auto;
}

div.captcha input{
    float:                  none;
}

label.error{
    color:                  red;
    font-weight:            bold;
}

#content form ul li
{
	background: none;
	padding: 0;
}

form#newsletterform input, form#newsletterform select
{
	margin-bottom: 0.5em;
}

div#maincontent ul#mailingcategorylist
{
	clear: left;
	margin-left: 154px;
}

ul#mailingcategorylist input
{
	
}

ul#mailingcategorylist label
{
	position: relative;
	bottom: 2px;
	float: none;
	clear: none;
	display: inline;
}

a.form-button
{
	display: block;
	width: 120px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #008457;
	background-color: #EEEEEE;
	margin-top: 1.5em;
	padding: 0.5em;
}=======
}
>>>>>>> 1.3
