.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

html, body {
	padding:0;
	margin:0; 
	height: 100%; /* heel belangrijk */
	width: 98%;
	background-color: #e5e5e5;
	font-family: arial, verdana, helvetica, sans;
	font-size: 8.5pt;
}


a img {
	border: none;
}

a {
	color: #71580b;
	font-weight: bold;
}

a:hover {
	color: #caaf5a;
	text-decoration: none;
}


#container {	
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	width: 1000px !important;
	width: 1055px;
	margin: 0 auto;
	padding: 0;
	background: #e5e5e5 url('../images/mainbackground.jpg') 0 0 repeat-y;
}

#innercontainer {
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	width: 840px;
	padding: 0 6px;
	margin: 0 auto;
	background: transparent url('../images/containerbackground.gif') 0 0 no-repeat;
}

#topimage {
	margin: 12px 20px 0 0;
	float: right;
}	

#navcontainer {
	float: left;
	height: 24px;
	margin: 20px 0 5px 0;
	width: 842px;
	background-color: #ed6d68;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#nav a {
	font-weight: normal;
	display: block;
	width: 140px;
	padding: 4px 0;
	height: 16px;
}

#nav #active, #nav activesub {
	background-color: #93730f;
}

#nav li {
	float: left;
	text-align: center;
}

#nav li a {
	width: 140px;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: white;
}


#nav ul li a {
	width: 148px;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: white;
	text-decoration: none;
	text-indent: 30px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 148px;
	padding-bottom: 12px;
	background: transparent url('../images/submenu2background.gif') bottom right no-repeat;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li ul ul {
	margin: -24px 0 0 148px;
	width: 148px;
	padding-bottom: 12px;
	background: transparent url('../images/submenubackground.gif') bottom right no-repeat;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav ul li {
	text-align: left;
	background-color: #a6342d;
	width: 148px;
}

#nav ul ul li {
	background-color: #93730f;
}

#nav ul li a:hover {
	background-color: #ed6d68;
}

#nav ul ul li a:hover {
	background-color: #a6332c;
}

#imagecontainer {
	float: left;
	width: 850px;
	height: 128px;
}

#imagecontainer #image {
	float: left;
	width: 532px;
	height: 127px;
	overflow: hidden;
}

#pagecontentblock {
	background: red;
	
}

#pageheader {
	width: 840px;
	height: 34px;
	float: left;
}

#pageheader h1 {
	text-indent: 60px;
	font-size: 2.6em;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	height: 70px;
	width: 532px;
	background: white;
	text-align: center;
}

#footer a {
	margin: 0 10px;
}

#clear {
	clear: both;
}

#leftblock {
	float: left; 
	width: 512px;
	padding-left:  10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #93730f;
}

#rightblock {
	float: left;
	width: 304px;
	height: 100%;
	background: #e5e5e5;
}

.rightblock {
	padding-top: 2px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	width: 310px;
	background-color: #f18500;
	background-image: url('../images/orangestar.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.rightblock h2 {
	font-size: 1.8em;
	text-indent: 2em;
	padding-top: 5px;
	height: 34px;
	width: 260px;
}

.rightblock .rightblockcontent {
	color: white;
	letter-spacing: 1.5px;
	line-height: 1.6em;
	padding-left: 20px;
	width: 260px;
}	

/*Mailform webshop*/
form {
	margin-top: 2em;
}

form fieldset {
	border: 0;	
}

form label {
	display: block;
	width: 150px;
	float: left;
	padding:6px;
}

form input {
	width: 120px;
}

form .prod_number {
	width: 30px;
}

form input.checkbox {
	width: auto;
}

form input.zipcode {
	width: 50px;
}

form .required {
	font-weight: bold;
	margin-bottom: 4px;
}
form .error, .error {
	color: red;
}

form #productsform { 
	margin-bottom: 20px;
}