body
{
	background-color:#EDEDED;
}

/* hoofd-elementen */
#maincontainer
{
	position: absolute;
	top:0;
	left:50%;
	width:720px;
	height:550px;
	margin: 15px 0 0 -360px;
	border:0px solid red;
}

#indexcontainer
{
	position: absolute;
	top:0;
	left:50%;
	width:540px;
	height:466px;
	margin: 15px 0 0 -270px;
	border:0px solid red;
	text-align:center;
}


#tekstcontainer
{
	float:left;
	width:660px; /* 720 - 2 x 30 */
	border:1px solid #666666;
	background-color:#FFFFFF;
	padding:10px 30px 25px 30px;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#menucontainer
{
	float:left;
	width:720px;
	height: 85px; /* 100px - 15px */
	padding-top: 15px;
	border:0px solid red;
	text-align:center;
}
.copyright
{
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
	color:#666666;
}

#thumbs
{
	float:left;
	width:235px;
	height:400px;
}

img.thumb 
{
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #666666;
	width:70px;
	height:80px;
	cursor:pointer;
}	

#beeld
{
	float:left;
	width:425px;
	height:385px;
	text-align:center;
	overflow:hidden;
}

#onderschrift
{
	float:left;
	height:15px;
	width:425px;
	text-align:center;
}

img.knop_demonstraties
{
	width:224px;
	height:30px;
	border:1px solid #666666;
}

/* tekst-elementen */
h1
{
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	margin-bottom:10px;
	text-align:left;
}

td, p {
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size:14px;
}

a:link, a:visited
{
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}

a:hover
{
	font-weight:bold;
	text-decoration:underline;
	color:#333333;
}

.sold
{
	color:red;
}