html, body {
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica;
	font-size:12px;
	background:url('../images/bodybg.gif') repeat-x white;
}



form {
	margin:0px;
	padding:0px;
}



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



div.title {
	line-height:116px;
	font-size:17px;
	font-weight:bold;
}



ul {
	margin:0px;
	padding-left:15px;
}

li {
	list-style-type:square;
	list-style-position:outside;
}



td {
	font-family:Arial, Helvetica;
	font-size:12px;
	vertical-align:top;
}



td.transfooter {
	background-color:white;
	opacity: 0.45;
	-moz-opacity: 0.45;
	filter: alpha(opacity=45);
}



td.hoofdmenu {
	border-bottom:solid 1px #BABABA;
	padding-top:60px;
	text-align:right;
}
td.hoofdmenu a {
	font-size:11px;
	text-transform:uppercase;
	color:black;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
td.hoofdmenu a:hover {
	text-decoration:underline;
}



div.submenu {
	text-align:right;
	padding-top:32px;
}
div.submenu a {
  text-transform:uppercase;
	display:block;
	margin-right:25px;
	font-size:11px;
	text-decoration:none;
	color:white;
	line-height:24px;
}
div.submenu a:hover {
	text-decoration:underline;
}



td.copyright {
	padding-top:2px;
	padding-bottom:10px;
	text-align:right;
	font-size:11px;	
	color:#6C6763;
}
td.copyright a {
	color:#6C6763;
}



/* content global */
div.boxpijl {
	padding:6px;
	background-color:#D3D3D3;
	font-size:11px;
	line-height:18px;
	color:#3D3D3D;
}
div.boxpijl a.pijl {
	position:relative;
	top:-12px;
	right:-6px;
	float:right;
	height:18px;
	padding-left:18px;
	background: url('../img/pijl.gif') no-repeat;
}
div.boxpijl a.pijl:hover {
	background: url('../img/pijl_b.gif') no-repeat;
}



div.box {
  margin-bottom:15px;
  background-color:#D3D3D3;
}
div.box p {
  margin:5px 8px 5px 8px;
  font-size:11px;
  line-height:18px;
  color:#3D3D3D;
}
div.box a {
  color:#3D3D3D;
}



table.numnavigatie td {
	padding:0px 3px 0px 3px;
	font-size:13px;
	font-weight:bold;
	color:#585F6E;
	text-align:right;
}
table.numnavigatie td.paginapijl {
	padding:0px;
	vertical-align:middle;
}



/* content nieuws */
div.nieuwstitel {
	line-height:20px;
	font-size:12px;
	font-weight:bold;
}
div.nieuwsdetails {
	line-height: 20px;
	color: #585F6E;
}



/* showroom */
div.fader {
	border:solid 1px #BABABA;
	margin-top:30px;
}



/* collectie */
div.merkimg {
	display:inline;
	width:134px;
  text-align:center;
  vertical-align:middle;
}
div.merkimg img {
  margin:10px 25px 10px 25px;
  border:0px;
}
div.merkdetails {
  font-size:12px;
  line-height:20px;
  color:#585F6E
}
div.merkdetails img {
  float:left;
  margin:3px 8px 5px 0px;
}



/* content producten */
div.producttitel {
	line-height:20px;
	font-size:12px;
	font-weight:bold;
}
div.productdetails {
	line-height: 20px;
	color: #585F6E;
}
span.prijs_van {
	font-size:15px;
	font-weight:bold;
	color:black;
}
span.prijs {
	font-size:15px;
	font-weight:bold;
	color:red;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
widht: 50%;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -305px;
left: -220px; /*position where enlarged image should offset horizontally */

}
.hyperlinkcss{
position:absolute;
margin-left:0px;               /* horizontale positie van het menu t.o.v. de link */
margin-top:12px;                /* verticale positie van het menu t.o.v. de link */
visibility: hidden;
border-bottom-width: 0;
line-height: 20px;
z-index: 100;
background-color: #FFFFFF;
width: 100px;
}

.hyperlinkcss a{                   
width: 100%;
display: block;
text-indent: 0px;
padding: 1px 0;
text-decoration: none;
font-weight: plain;
}

.hyperlinkcss a:hover{              
background-color: #FFFFFF;
}
}
