/* CSS Document */


/*structuur*/

/*positiebepaling*/
img.opmaak_logobeeld {margin-left: 120px; margin-bottom: 10px;} /*pas positie logo aan --120px*/
td.opmaak_tekstbreedte {width: 120px;} /*pas breedte menu aan (en pas dus positie tekstblok aan) --120px*/
td.opmaak_beelden {width: 130px;}/*pas breedte menu aan (en pas dus positie beeldvlak aan) --130px*/


/*kleur*/


/*typografie*/
.hoofdtitel {font-size: 20px;}
span.ondertitel {font-size: 14px; line-height: 25px;}

body {
	font-size:10px;
	color:#333333;
	padding-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}

a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a:link { }
a:visited {color:#000000}
a:hover {color: #AC5329}
a:active {color:#999999}

table {
	font-size:10px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



p {
	padding-bottom: 7px;
}

.taalkeuze {
	position: absolute;
	top: 10px;
	right: 17px;	
}

.menu {
	font-size:11px;
	line-height:15px;
	text-decoration: none;
}

.menu_actief {
	font-size:11px;
	line-height:15px;
	color:#666666;
	text-decoration: none;
}

.categorie {
	color:#dddddd;
	font-size:30px;
	font: Helvetica, Verdana, sans-serif;
	text-decoration: none;
	text-transform:uppercase;
	position: relative;
	top: -30px;
	left: 15px;
}
.categorie_afb {

}
.product_afb {
max-height:400px;
max-width:430px;
}

.producten {
position:relative;
left:15px;
top:-20px;
}

.menu_product {
	font-size:9px;
	line-height:12px;
}

.credits{
font-size:9px
}

.credits a {
text-decoration:underline;
font-weight:normal
}
.credits a:link {
text-decoration:underline;
font-weight:normal
}
.credits a:visited {
text-decoration:underline;
font-weight:normal
}
.credits a:hover {
text-decoration:underline;
font-weight:normal;
color:#999999
}
.credits a:active {
text-decoration:underline;
font-weight:normal
}



