/* CSS Document */


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

background-color:#CCCCCC;
background-image:none;
background-attachment:fixed;
background-position: left top;

margin: 10px 0px;
padding:0px;

}
#home{
position:absolute; left:30px; top:515px; color:#ffffff; text-align:left;
width:300px;
}
#hoofdlaag{
	position:relative;
	width:800px;
	height:590px;
	background-color:#FFFFFF;
	background-image:url(../images/bg/bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	margin: 0 auto;
}

#openingsbeeld{
width:180px; 
border-right:3px solid #999; 
border-bottom:3px solid #777;
border-left:2px solid #FFF;
border-top:2px solid #FFF;
}

#vitrine{
position:absolute;
top:125px;
left:30px;
width:680px;
height:300px;
overflow:auto;
border:1px solid #eee;
}

.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;
}

#grootbeeld {
width:780px;
height:550px;
position:absolute;
left:10px;
top:10px;
background-color:transparent;
text-align:center;

}

#exposant{
width:200px;
height:100px;
}

#koptekst{

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

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFE000;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
