* {
	margin:0;
	padding:0;
}

body {
	background-color:#6E4F3B;
	font-family:"Times New Roman","Times",serif;
	font-size:16px;
}

#divHeader {
	position:absolute;
	left:0px;
	top:0px;
	background-color:#9B8578;
	width:100%;
	height:305px;
	z-index:-1;
}

#divBackgroundPainting {
	position:absolute;
	left:268px;
	top:23px;
	z-index:0;
}

#divLogo {
	position:absolute;
	left:0px;
	top:140px;
	z-index:1;
}

#divLogoBack {
	position:absolute;
	left:0px;
	top:23px;
	z-index:0;
}

#divMenuStart {
	position:absolute;
	left:259px;
	top:344px;
	z-index:4;
}

#aMenuStart {
	display:block;
	width:83px;
	height:25px;
	background: url("img/start_highlow.jpg") no-repeat 0 0;
}

#aMenuStart:hover
{ 
	background-position: 0 -25px;
}

#aMenuStart span
{
	display: none;
}

#divMenuVoorbeelden {
	position:absolute;
	left:353px;
	top:355px;
	z-index:3;
}

#aMenuVoorbeelden {
	display:block;
	width:175px;
	height:32px;
	background: url("img/voorbeelden_highlow.jpg") no-repeat 0 0;
}

#aMenuVoorbeelden:hover
{ 
	background-position: 0 -32px;
}

#aMenuVoorbeelden span
{
	display: none;
}

#divMenuBestellen {
	position:absolute;
	left:538px;
	top:368px;
	z-index:2;
}

#aMenuBestellen {
	display:block;
	width:136px;
	height:33px;
	background: url("img/bestellen_highlow.jpg") no-repeat 0 0;
}

#aMenuBestellen:hover
{ 
	background-position: 0 -33px;
}

#aMenuBestellen span
{
	display: none;
}

#divContent {
	position:absolute;
	left:75px;
	top:430px;
	width:600px;
	z-index:10;
}

#divSchilderijContent {
	position:absolute;
	left:75px;
	top:216px;
	width:600px;
	z-index:10;
}

.pContent {
	text-align:center;
	color:#D8D1CB;
	margin-bottom:16px;
}

.pContentHeader {
	text-align:center;
	color:#FCFCFC;
	font-size:22px;
	font-weight:bold;
	margin-bottom:0px;
}

.pContentSchilderijHeader {
	text-align:center;
	color:#FCFCFC;
	font-size:22px;
	font-weight:bold;
	margin-bottom:16px;
}

.aContent {
	color:#DFB765;
	text-decoration:none;
}

.aContent:hover {
	text-decoration:underline;
}

.pMade {
	color:#9B8578;
	margin-top:30px;
	margin-bottom:10px;
	text-align:right;
	font-size:12px;
}

.aMade {
	color:#9B8578;
	font-size:12px;
	text-decoration:none;
}

.aMade:hover {
	text-decoration:underline;
}
