/*** Primaire stijlen structuur document ***/
*{
	padding:0;
	margin:0;
}

html {
	height: 100%;
}

body {
	background-color: #ffffff;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	font-size: 0.8em;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
}

#hoofdcontainer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #F7F1E5;*/
	background-image: url(../images/v1_bg_inhoudcontainer.jpg);
	background-repeat: repeat-y;
	}
	
#logo{
	background-image:url(../images/blank.gif);
	background-repeat:repeat;
	height:215px;
	width:245px;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	margin-top:-600px;
}

#zoeken{
	text-align:right;
	padding-right:30px;
	position:relative;
	top:-385px;
	width:100%;
	height:35px;
	dbackground-color:#FF0000;
}

#kopcontainer {
	background-image: url(../images/v1_bg_kopcontainer.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 282px;
	clear: both;
	}

#kopcontainer-inhoud {
	width: auto;
	height: 20px;
	color:#FFFFFF;
	float: right;
	padding-right: 35px;
	padding-top: 3px;
	}

#kopcontainer-inhoud a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
	}
#kopcontainer-inhoud a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration:underline;
	}

#inhoudcontainer {
	margin-top:-400px;
	color:#006666;
	width: 780px;	
	margin-left:180px;
	/*http://www.dustindiaz.com/min-height-fast-hack*/
	min-height:370px;
	height:auto !important;
	height:370px;
	}

#inhoudcontainer-inhoud {
	visibility:hidden;
	background-color:#fedca3;
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	/*visibility: hidden;*/
	}
	
#inhoudcontainer-inhoud a{
	color:#006666;
}
#rechtercontainer {
	float: left;
	width: 360px;
	padding-left: 10px;
	font-size: 0.9em;
	padding-top: 46px;
	padding-bottom: 20px;
	visibility: hidden;
	}

#voetcontainer {
	height: 102px;
	clear: both;
	background-image: url(../images/v1_bg_voetcontainer.jpg);
	background-repeat:no-repeat;
	}
#voetcontainer-inhoud {
	padding-top:10px;
	padding-bottom:10px;
	font: 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-right: auto;
	}

#logincontainer {
	position: relative;
	padding-bottom: 6px;
	width: 140px;
	height: 270px;
	/*background-image: url(../images/bg_login.jpg);
	background-repeat: no-repeat;*/
	float:left;
	padding-left: 10px;
	padding-right: 0px;
	font-size: 0.9em;
	left: 40px;
	top: 40px;
}

#logincontainer h3{
	padding-left: 20px;
	color: #F7F1E5;
	padding-top: 13px;
	margin-top: 0px;
}
#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{
	position:relative;
	left:auto;
	width:160px;
	background-image:url(../images/bg_a_hover.jpg);
	background-repeat:no-repeat;

}

#menucontainer ul li a
{
	text-decoration: none;
	padding-left:20px;
	padding-top:8px;
	height: 30px;
	color: #FFFFFF;
	font-weight:bold;
	background-image: url(../images/bg_a.jpg);
	background-repeat: repeat-x;
	display: block;
	width:138px;
	padding-bottom: 3px;
}

#menucontainer ul li a:hover {
	background-image: url(../images/bg_a_hover.jpg);
	background-repeat: repeat-x;
}

#menucontainer li{
	padding:0;
	height:35px;
	list-style-type:none;
}


/******Einde Menucontainer*/



/*** stijlen voor lijnen en omlijningen ***/
hr {
	margin-top: -15px;
	margin-bottom: 1px;
}
.lijnboven {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9EB1CF;
}
.lijnlinks {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9EB1CF;
}
.lijnrechts {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9EB1CF;
}
.lijnrondom {
	background-color: #FFEFD5;
	padding: 10px;
	background-image: url(../images/bg_lijnrondom.jpg);
	border: 1px solid #B77302;
	/*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: #9EB1CF;
	border-right-color: #9EB1CF;
	border-bottom-color: #9EB1CF;
	border-left-color: #9EB1CF;
	background-color: #EBEBEB;
	padding: 0px;
}

.afb_in_tekst {
	margin-right: 50px;
	float: right;
}

/*** stijlen voor headings ***/
h1 {
	font-size: 1.5em;
	color:#006666;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-color: #006699;
	border-bottom-style: dotted;
	padding-bottom: 15px;
	padding-top: 15px;
}
h2 {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.3em;
	color:#006666;
}
h3 {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.2em;
	color:#006666;
}
h4 {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.05em;
	color:#006666;
}
h5 {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1em;
	color:#006666;
}


/*** stijlen voor links en knoppen ***/
a {
	color:#FFFFFF;
	text-decoration: underline;
}

#logo a img {
	text-decoration: none;
	border-style:none;
}

a:hover {
	text-decoration: none;
}
.knop {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	background-image:  url("../images/knop.gif");
	border: 1px solid #999999;
	cursor: pointer;
}
.currentlink {
	color: #006699;
	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;
}
#inhoudcontainer-inhoud img {
	margin: 0px;
}
.flashcontainerrechts {
	float: right;
	padding: 12px 0px 12px 12px;
}
.foto {
	border: 1px solid #333333;
	clear: both;
}

/*** 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;
}

#inhoudcontainer label {
	float: left;
	display: block;
	font-size: 0.95em;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:15px;
	padding-left: 3px;
	font-weight: bold;
}
#inhoudcontainer input {
	padding-top:2px;
	padding-bottom:2px;
	margin-top:5px;
	margin-bottom:5px;
	background-color: #FFFFFF;
	border: 1px solid #96979B;
	font-size: 0.9em;
}
select {
	margin-top:5px;
	margin-bottom:5px;
	background-color: #FFFFFF;
}
textarea {
	background-color: #FFFFFF;
	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;
}
ol {
	margin-left: 5px;
}

#inhoudcontainer ul {
	margin-left: 5px;
}

#inhoudcontainer li {
	padding-bottom:10px;
	margin-left: 10px;
}

#hoofdcontainer #inhoudcontainer #rechtercontainer #space {
	height: 10px;
}
#hoofdcontainer #inhoudcontainer #rechtercontainer #space_merken {
	height: 40px;
}
#toplabel {
	position: absolute;
	top: 8px;
	float: right;
	right: 100px;
	margin: 0px;
}
#topknopterug {
	position: absolute;
	top: 30px;
	vertical-align: top;
	float: right;
	right: 45px;
}
.selectnace {
	font-size: xx-small;
}

#productcat {
	width: auto;
	overflow: auto;
	height: 200px;
	border: 1px solid #666666;
}

.zoek_elementen{
	margin-right:5px;
	margin-bottom:4px;
}

.zoek_elementen input{
	margin-left:5px;
}

option{
	width:auto;
}
.homelink {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.inputaantal {
	text-align: right;
}
.lijnonder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6633;
}
.radio {
	vertical-align: bottom;
}

.vet{
	font-weight:bold;
}
