/*** Primaire stijlen structuur document ***/
html {
	height: 100%;
}
/* reset.css from Andy Clarke Designing for Outside the Box */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,fieldset, input, p, blockquote, address, th, td {
margin : 0; padding :0; }
h1, h2, h3, h4, h5, h6 {
	font-weight : bold;
	font-size: 100%;
 }
ol, ul {
list-style-type : none; }
table {
border-collapse : collapse;
border-spacing : 0; }
caption, th {
text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, b, th, var {
font-style : normal;
font-weight : normal; }
q:before, q:after { content :''; }
html {
	height: 100%;
}
p {
	margin-bottom: 5px; /*dit kan een gap veroorzaken tussen divs in FF daarom een lege div in inhoudcontainer*/
}

body {
	/*height: 100%;*/
	background-color: #5C5C5C;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#hoofdcontainer {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #F7F1E5;*/
	background-image: url(../images/v1_bg_inhoudcontainer.jpg);
	background-repeat: repeat-y;
	position: relative;
	}
#kopcontainer {
	background-image: url(../images/v1_bg_kopcontainer.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 313px;
	clear: both;
	}

#kopcontainer-inhoud {
	width: auto;
	height: 20px;
	color: #8F8F8F;
	float: right;
	padding-right: 75px;
	padding-top: 45px;
	}

#kopcontainer-inhoud a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	}
#kopcontainer-inhoud a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	}

#inhoudcontainer {
	font-size: 1em;
	position: relative;
	clear: both;
	padding-left: 30px;
	padding-right: 0px;
	height: auto;
	padding-top: 0px;
	margin-top:0px;
	/*http://www.dustindiaz.com/min-height-fast-hack*/
	min-height:300px;
	height:auto !important;
	height:300px;
	}

#inhoudcontainer-inhoud {
	float: right;
	width: 700px;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 70px;
	padding-bottom: 30px;
	margin: 0px;
	/*visibility: hidden;*/
	}
#rechtercontainer {
	float: left;
	width: 360px;
	padding-left: 10px;
	font-size: 0.9em;
	padding-right: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	visibility: hidden;
	}

#voetcontainer {
	height: 160px;
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/v1_bg_voetcontainer.jpg);
	background-repeat:no-repeat;
	}
#voetcontainer-inhoud {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	}
#voetcontainer a{
	color: #FFFFFF;
}

#voetcontainer a:hover{
	color: #66CC33;
}

#flashcontainer {
}
#voetcontainer #voetcontainer-inhoud #voetcontainer-inhoud-links {
	float: left;
	width: 32%;
}
#voetcontainer #voetcontainer-inhoud #voetcontainer-inhoud-midden {
	float: left;
	width: 32%;
}
#voetcontainer #voetcontainer-inhoud #voetcontainer-inhoud-rechts {
	float: left;
	width: 32%;
}

/*** Menucontainer ***/

#menucontainer {
	width:200px;
	position: absolute;
	clear: both;
	top: 285px;
	margin-left: 30px;
 	font-size:93%;
  	line-height:normal;
  	z-index:2;
}

#menucontainer ul{

}

#menucontainer li{
	list-style-image:url(../images/li_icon.jpg);
	font-size:1.3em;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	border-bottom-width: 1.2px;
	border-bottom-style: dashed;
	border-bottom-color: #89631D;
}

#menucontainer a{
	text-decoration:none;
}


/******Einde Menucontainer*/

/*#prodMenu {
	width:850px;
	position:absolute;
	top:63px;
	text-align:left;
	height: 35px;
	height: 45px;
}

#prodMenu ul{
	padding-top:5px;
	padding-bottom:10px;
	padding-left:10px;
}
#prodMenu li{
	display:inline;
}


#prodMenu li a{
	color: #666666;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	padding-left:6px;
	padding-right:6px;
	padding-top:10px;
	padding-bottom:11px;
}

#prodMenu li a:hover{
	color: #FFFFFF;
	background-image: url(../images/bg_menu_hover.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
*/

#hoofdmenu {
	padding: 0px;
	width:800px;
	position:absolute;
	top:68px;
	height: 45px;
	
	left: 25px;
	z-index: 900;
}

/*** stijlen voor lijnen en omlijningen ***/
hr {
	margin-top: -15px;
	margin-bottom: 1px;
}
.lijnboven {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E09F58;
}
.lijnonder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E09F58;
}
.lijnlinks {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E09F58;
}
.lijnrechts {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E09F58;
}
.lijnrondom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	padding: 10px;
	/*background-position: bottom;*/
}
.lijnrondom2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #63A3D3;
	border-right-color: #63A3D3;
	border-bottom-color: #63A3D3;
	border-left-color: #63A3D3;
	background-color: #EBEBEB;
	padding: 0px;
}

.afb_in_tekst {
	margin-right: 50px;
	float: right;
}

/*** stijlen voor headings ***/
h1 {
	font-size: 1.5em;
	color: #465735;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-color: #465735;
	border-bottom-style: dotted;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
h2 {
	font-size: 1.3em;
	color: #465735;
	margin-top: 20px;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.2em;
	color: #465735;
	margin-left:2em;
}
h4 {
	font-size: 1.05em;
	color: #465735;
}
h5 {
	font-size: 1em;
	color: #465735;
}


/*** stijlen voor links en knoppen ***/
a {
	color: #669966;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #66CC33;
}
.knop {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	background-image:  url("../images/knop.gif");
	border: 1px solid #999999;
	cursor: pointer;
}
.currentlink {
	color: #F29F06;
	text-decoration: none;
	background-color: #999999;
}

/*** Stijlen voor tabellen ***/
.bodemtabel {
	font-size: 0.8em;
	background-color: #F1F2ED;
}

/*** Stijlen voor afbeeldingen ***/
.lijnrondom a img {
	border: 1px solid #999999;
}
#voetcontainer #voetcontainer-inhoud a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#blancogif {
	border: none;
}
#inhoudcontainer-inhoud img {
	margin: 0px;
}
.flashcontainerrechts {
	float: right;
	padding: 12px 0px 12px 12px;
}
.fotolinks {
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.fotorechts {
	float: right;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

/*** Printen ***/
#printkop{
	display: none;
}
.lijn {
	color: #D58761;
	height: 1px;
	border: #E6B733;
}
/*** Stijlen voor fieldsets en formulieren ***/

fieldset {
	border: 1px solid #9D9DA1;
	padding: 10px;
}

legend {
	color: #45474B;
	background: #D6D6D6;
	border: 1px solid #353D50;
	padding: 0px 6px 1px;
}

label {
	float: left;
	display: block;
	font-size: 0.95em;
	padding-left: 3px;
	font-weight: bold;
}
input {
	background-color: #E5E5E5;
	border: 1px solid #96979B;
	font-size: 0.9em;
}
select {
	background-color: #E5E5E5;
}
textarea {
	background-color: #E5E5E5;
	border: 1px solid #96979B;
}

/*** Diverse stijlen***/
.nieuweprijs {
	color: #FF0000;
	font-size: 1.4em;
	font-weight: bold;
}
.oudeprijs {
	text-decoration: line-through;
	font-size: 1.4em;
	font-weight: bold;
}
.kleinetekst {
	font-size: 0.9em;
}

#hoofdcontainer #inhoudcontainer #rechtercontainer #space {
	height: 10px;
}
#hoofdcontainer #inhoudcontainer #rechtercontainer #space_merken {
	height: 40px;
}
#toplabel {
	margin-bottom: 20px;
}

#productcat {
	width: auto;
	overflow: auto;
	height: 200px;
	border: 1px solid #666666;
}
td {
	padding: 4px;
}
input {
	padding: 2px;
}
#hoofdcontainer #inhoudcontainer #inhoudcontainer-inhoud .lijnrondom .geenlijn {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.vet{
	font-weight:bold;
}

a img{
	border:0;
}

