body {
	margin: 0;
	font-size: 62.5%;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #DDDDDD;
}

p, ul, ol {
	font-size: 1.3em;
	line-height: 180%;
}
ul ul, ol ol {
	font-size: 1.0em;
}
.small p, .small ul, .small ol {
	font-size: 1.1em;
}
.small h3 {
	font-weight: bold;
}
.tight p {
	margin-top: 0px;
}

h1 {
	font-size: 1.7em;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 1.7em;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	font-size: 1.3em;
	font-weight: normal;
}

strong, .strong {
	font-weight: bold;
}

img {
	border: 0px;
}

hr {
	height: 1px;
  width: 100%;
  border: 0px;
  background-color: #AAAAAA;
  margin: 20px 0;
}

.clear {
	clear: both;
}

.push {
	margin-bottom: 25px;
}
p.push {
	margin-bottom: 15px;
}


/*-- links --*/

a, a:link, a:visited {
	color: #c7332d;
}
a:hover, a:active {
	color: #000000;
}


/*-- structure --*/

.container {
	margin: 0 auto;
	width: 960px;
	background-color: #FFFFFF;
}

.content {
	float: left;
	background: #FFFFFF url(../Images/bg_content.gif) left top repeat-y;
}


/*-- header --*/

.header {
	width: 960px;
	height: 160px;
}
.container.home .header {
	height: 383px;
}
.header .logo {
	position: relative;
	width: 156px;
	height: 68px;
	left: 15px;
	top: 30px;
	float: left;
}
.header .banner {
	position: absolute;
	top: 160px;
	width: 960px;
	height: 223px;
	background: #fff url(../Images/banner_herfst.jpg) left top no-repeat;
}

.transparentWrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 355px;
	height: 76px;
	margin: 10px 10px 0;
	padding: 10px;
	background-color: #FFF;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.transparentWrapper.bottom {
	top: 106px;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.transparentContent {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 355px;
	height: 76px;
	margin: 10px 10px 0;
	padding: 10px;
}
.transparentContent.bottom {
	top: 106px;
}
.transparentContent:hover {
	background-color: #FFF;
}
.transparentContent * {
	margin: 0;
}
.transparentContent h2 {
	margin-top: -3px;
	font-size: 1.7em;
	font-style: italic;
	text-transform: none;
}
.transparentContent ul {
	padding-left: 15px;
}
.transparentContent a {
	color: #000000;
	text-decoration: none;
}
.transparentContent form {
	margin-top: 10px;
}
.transparentContent input.text {
	float: left;
	width: 250px;
	border: 1px solid #C7332D;
}
.transparentContent input.button {
	width: 90px;
}


/*-- servicenav --*/

ul.servicenav {
	position: relative;
	top: 15px;
	float: right;
	margin: 0;
	padding: 0 15px 0 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 100%;
}
ul.servicenav li {
	float:left;
	padding-left: 15px;
	color: #000000;
}
ul.servicenav li a {
	display: block;
	color: #000000;
	text-decoration: none;
}
ul.servicenav li a:hover {
	color: #000000;
	text-decoration: underline;
}
ul.servicenav li.active {
	text-decoration: underline;
}


/*-- nav --*/

.navsearch {
	position: absolute;
	top: 126px;
	width: 150px;
	height: 20px;
	margin: 8px 10px 6px 800px;
}
.navsearch form input.text {
	float: left;
	width: 121px;
	height: 13px;
	margin: 0 3px 0 0;
	padding: 3px;
	border: 0px none;
	font-size: 1.1em;
}
.navsearch form input.button {
	float: right;
	width: 20px;
	height: 19px;
	margin: 0;
	padding: 0;
	border: 0px none;
	background: #FFFFFF url(../Images/icon_search.gif) no-repeat center center;
	cursor: pointer;
	text-indent: -1000em;
}

ul.nav {
	clear: both;
	position: absolute;
	top: 126px;
	width: 945px;
	height: 32px;
	margin: 0;
	padding: 0 0 0 15px;
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
	background: #c7332d url(../Images/bg_nav.gif) left top repeat-x;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	line-height: 125%;
}
ul.nav li {
	float:left;
	padding: 7px 15px;
	background: url(../Images/bg_nav_separator.gif) no-repeat left center;
	color: #ffffff;
	/* IE7 hack: */
	:padding-top: 8px;
}
ul.nav li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
ul.nav li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
ul.nav li.active a {
	text-decoration: underline;
}
ul.nav li.home {
	margin: 0 15px 0 0;
	padding: 7px 0;
	background: url(../Images/home.gif) no-repeat left center;
}
ul.nav li.home a {
	width: 11px;
	text-indent:-1000px;
}

ul.square {
	font-size: 1.1em;
	margin: 0 0 15px;
}
ul.square li {
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(../Images/icon_list.gif);
	padding-top: 0px;
}
ul.square li.active a {
	color: #000000;
}


/*-- columns --*/

.column {
	float: left;
	width: 215px;
	padding: 10px 15px;
}
.column.center {
	width: 440px;
}

.column.sidebar {
	min-height: 223px;
	padding-top: 223px;
	background: url(../Images/banner_herfst.jpg) left top no-repeat;
	/* IE7 hack: */
	:padding-top: 233px;
}

.column h1, .column h2 {
	margin: 0px;
}
.column h3, .column h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.column ul {
	margin: 0 0 10px;
	padding-left: 15px;
}
.column ul li {
	padding-top: 3px;
}


/*-- breadcrumbs --*/

ul.breadcrumbs {
	position: relative;
	clear:both;
	padding: 0;
	margin: 0 0 15px;
	height:2.3em;
	list-style-type: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 100%;
}
ul.breadcrumbs li {
	float:left;
	line-height:2.3em;
	padding:0 0 0 .75em;
	color:#777;
}
ul.breadcrumbs li.first {
	padding-left: 0;
}
ul.breadcrumbs li a {
	display:block;
	padding:0 15px 0 0;
	background:url(../Images/crumbs.gif) no-repeat right center;
}
ul.breadcrumbs li a:link, ul.breadcrumbs li a:visited {
	text-decoration:none;
	color:#777;
}
ul.breadcrumbs li a:hover, ul.breadcrumbs li a:focus, ul.breadcrumbs li.active {
	color:#dd2c0d;
}


/*-- blocks --*/

.block {
	margin-top: 10px;
}

.bg {
	margin: 15px -15px 15px -15px;
	padding: 10px 15px 5px 15px;
}
.bg.tight {
	margin-top: 0px;
}
.bg.grey {
	background-color: #CCCCCC;
}
.bg.red {
	background-color: #FF8888;
}

.product {
	float: left;
	width: 192px;
	min-height: 150px;
	padding: 5px 10px 10px;
	margin-bottom: 15px;
	background-color: #FF8888;
}
.product.right {
	float: right;
}
.product a, .product a:link, .product a:visited {
	color: #000000;
}
.product a:hover, .product a:active {
	color: #c7332d;
}
.product div.detail {
	float: left;
}
.product div.price {
	float: right;
}
.product div.price span.price {
	font-size: 1.7em;
}
.product div.price p {
	margin: 5px 0 0;
}

p.value {
	float: right;
	width: 275px;
	margin: 0;
	font-weight: bold;
}
p.value.options {
	font-weight: normal;
}


/*-- footer --*/

.footer {
	clear: both;
	padding: 5px 0px;
	color: #AAAAAA;
	background-color: #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer p.right {
	float: right;
}
.footer a, .footer a:link, .footer a:visited {
	color: #AAAAAA;
}
.footer a:hover, .footer a:active {
	color: #000000;
}


/*-- forms --*/

form {
	padding: 0;
	margin: 0;
}
label {
	font-size: 1.5em;
}
input {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
}

form.defaultform {
	float: left;
	padding: 5px 10px 10px;
	background-color: #FF8888;
}
form.defaultform div.field {
	float: left;
	width: 100%;
	margin-top: 10px;
}
form.defaultform label {
	float: left;
	width: 135px;
}
form.defaultform .form_input, form.defaultform .form_textarea {
	float: right;
	width: 275px;
	border: solid 1px #c7332d;
}
form.defaultform .form_textarea {
	height: 150px;
}
form.defaultform .button {
	margin-top: 10px;
}

.button {
	float: right;
	margin: 0;
	border: solid 1px #c7332d;
	background-color: #EEEEEE;
	cursor: pointer;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
}
.button:hover {
	background-color: #FFFFFF;
}

.bg form {
	margin: 5px 0 0;
}
.bg form input {
	width: 150px;
	height: 18px;
	margin-bottom: 10px;
	border: solid 1px #AAAAAA;
}
.bg form input.button {
	float: right;
	width: 60px;
	height: 22px;
	padding: 0 0 5px 0;
	border: solid 1px #AAAAAA;
	font-size: 1.4em;
	/* IE7 hack: */
	:position: relative;
	:top: -33px;
}

form.details {
	margin-bottom: 10px;
}
form.details div.field {
	margin-top: 0;
}
form.details label {
	width: 100px;
	font-size: 1.2em;
}
form.details p.value {
	width: 310px;
	font-size: 1.2em;
}
form.details .button {
	margin-top: 0;
}

form.login input.button {
	background: #EEEEEE url(../Images/icon_button.gif) no-repeat left center;
	padding-left: 15px;
}
form.login input.button:hover {
	background-color: #FFFFFF;
}
