/* CSS Document */


body{
position:relative;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
color:#000000;
font-variant:normal;

background-color: #666666;
background-image:none;

margin-top: 3px;
padding:0px;

}
#home{
position:absolute; left:58px; top:490px; color:#000; text-align:left;
width:auto;
}

#rubrieken{
position:absolute; top:100px; right:58px;width:auto; text-align:right;
color:#000;
background-color:transparent;
}

#hoofdlaag{
position:relative;
width:800px;
height:590px;
background-color:#FFF;

background-image:url(../images/gallery/bg-wit.gif);
background-repeat:repeat-x;
background-position:left top;

overflow:hidden;

margin: 0 auto;
}

#vitrine{
position:absolute;
top:135px;
left:0px;
width:800px;
height:285px;
overflow:auto;

background-color:#E4E4E4;
}

.titel{
	font-weight: bold;
	height:20px;
}
.table td{
text-align:center;
}

#beeld{
width:200px;
height:250px;
background-color:#eee;
border-top:1px solid #FFF;
border-left:1px solid #FFF;
border-bottom:1px solid #bbb;
border-right:1px solid #bbb;
text-align:center;
color:#000000;
font-size:10px;
z-index:auto;
padding-top:3px;

}
#beeld.titel{
font-size:12px;
font-weight:bold;
letter-spacing:1px;
}

#iteminfo{
position:absolute;
top:20px;
left:58px;
width:455px;


text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#000000;
}

#iteminfo .titel{
font-size:16px;
font-weight:bold;
line-height:18px;
}
#naam{
position:absolute;
left:56px;
top:76px;
width:312px;
height:auto;
}

.zieiknu {
	color: #FF6600;
}

a{
color:#000;
text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color:#FF6600;
}
a:active {
	color: #000;
	text-decoration: none;
}