/* @group HTML reset */
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%;}
/* @end */

html, body {
	width: 100%;
	font-family: Helvetica;
	color: #FFFFFF;
}

div#wrapper {
	width: 950px;
	margin: 100px auto 0px auto;
}

figure#logo {
	float: left;
	width: 225px;
	height: 480px;
}

div#content {
	width: 725px;
	float: left;
}

nav {
	width: 140px;
	height: 455px;
	float: left;
	display: inline;
	margin: 0 20px 0 20px;
}

nav ul {
	width: 140px;
}

nav ul li a {
	font-size: 16px;
	display: block;
	width: 140px;
	text-decoration: none;
	color: #321C66;
	line-height: 30px;
	letter-spacing: 2px;
}

nav ul li a:hover {
	color: #E8298E;
}

nav ul#navigation {
	height: 390px;
}

nav ul#categories {
	border-top: 2px solid #321C66;
	padding-top: 5px;
}

section {
	display: block;
	width: 545px;
	min-height: 450px;
	float: right;
	position: relative;
	background-color: #E6A2C7;
}

header {
	display: block;
	height: 100px;
	width: 485px;
	margin: 0 30px;
	overflow: visible;
	display: block;
	position: relative;
	top: -60px;
}

header#innovatie {
	top: -45px;
}

article {
	display: block;
	padding: 20px 30px 90px 30px;
	font-size: 15px;
}

article h1, article h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 5px;
	color: #E8298E;
}

article h3 {
	color: #E8298E;
}

article p, article ul {
	margin-bottom: 15px;
	line-height: 140%;
	color: #FFFFFF;
}

article p.home {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 100%;
}

article p.home em {
	color: #321C66;
}

article ul li {
	list-style: disc inside;
}

article table {
	width: 100%;
	margin-bottom: 15px;
}

article img {
	margin-bottom: 20px;
}

article a {
	text-decoration: underline;
	color: #321C66;
	white-space: nowrap;
}

article img.highlight_thumbnail {
	display: block;
	float: left;
	height: 30px;
	width: 60px;
	border: 1px solid;
	margin-right: 5px;
	margin-bottom: 5px;
}

article a.highlight_heading {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #E8298E;
	text-decoration: none;
	display: block;
	height: 32px;
	width: 418px;
	float: left;
	margin-bottom: 5px;
}

article div.highlight_container {
	display: none;
	margin-bottom: 30px;
}

article div.clear {
	clear: both;
	margin-bottom: 20px;
}

article a.kortingsbon {
	width: 250px;
	display: block;
	margin: 5px auto;
}

img.highlight {
	padding-bottom: 10px;
}

article table tbody tr td {
	padding: 5px;
}

article table tbody tr.even {
	background-color: #E8A9CB;
}

article table tbody tr td.name {
	color: #E8298E;
}

article form {
	padding: 5px 20px;
	border-top: 2px solid #E8A9CB;
	border-bottom: 2px solid #E8A9CB;
	margin-bottom: 15px;
}

article form legend {
	padding-bottom: 15px;
	line-height: 140%;
	color: #FFFFFF;
}

article form label {
	float: left;
	height: 14px;
	width: 280px;
	margin-bottom: 0px;
	font-size: 12px;
}

article form label.error {
	float: left;
	width: 140px;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	color: #FF0000;
}

article form *.field {
	float: left;
	width: 280px;
	height: 16px;
	margin-bottom: 5px;
	font-size: 14px;
	padding: 2px;
	border: 2px solid #E8A9CB;
	color: #321C66;
}

article form textarea.field {
	height: 70px;
	margin-bottom: 5px;
}

article form label.checkbox {
	display: inline;
	float: left;
	font-size: 12px;
	line-height: 140%;
	padding: 2px;
	height: 115px;
	width: 380px;
}

article form input.submit {
	float: left;
	clear: both;
	margin: 10px 0;
}

figure#stamp {
	float: right;
	display: block;
	position: absolute;
	width: 176px;
	height: 176px;
	bottom: -78px;
	right: -65px;
}

footer {
	width: 725px;
	height: 30px;
	display: block;
	clear: both;
}

footer p {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #321C66;
	margin-left: 20px;
	line-height: 30px;
}
