body {
	padding					: 0px;
	height					: 100%;
	width   				: 100%;
	margin					: 0px;
	text-align				: center;
	font-size				: 13px;
	font-family				: arial, "lucida console", sans-serif;
	background				: url(images/layout/grijs.png);
}

input {
	border					: 1px solid;
}

textarea {
	border					: 1px solid;
}

a:link
{
	text-decoration			: none;
	font-style				: normal;
	font-weight				: bold;
	color					: #434194;
}

a:visited
{
	text-decoration			: none;
	font-style				: normal; 
	font-weight				: bold;
	color					: #434194;
}

a:hover 
{ 
	text-decoration			: none;
	font-style				: normal; 
	font-weight				: bold;
	color					: #CECFD1;
}

#container {
	position				: absolute;
	top						: 50%;
	left					: 50%;
	width					: 1000px;
	height					: 608px; 
	margin					: -304 0 0 -500px;
	background				: url(images/layout/grijs.png);
}

#links {
	position				: absolute;
	left					: 4px;
	top						: 4px;
	height					: 320px;
	width					: 190px;
}

#menu_horizontaal {
	position				: absolute;
	left					: 4px;
	top						: 320px;
	height					: 284px;
	width					: 190px;
	background				: url(images/layout/meubelen_verticaal.png);
	text-align				: right;
}

#menu_verticaal {
	position				: absolute;
	left					: 198px;
	top						: 4px;
	height					: 600px;
	width					: 37px;
}

#home {
	position				: absolute;
	left					: 239px;
	top						: 4px;
	height					: 164px;
	width					: 515px;
	overflow				: auto;
	text-align  			: left;
	background				: url(images/layout/wit.png);	
	
	scrollbar-3dlight-color	: 434194;
	scrollbar-arrow-color	: FFFFFF;
	scrollbar-base-color	: 434194;
	scrollbar-darkshadow-color: 434194;
	scrollbar-face-color	: 434194;
	scrollbar-highlight-color: FFFFFF;
	scrollbar-track-color	: FFFFFF; 
	scrollbar-shadow-color	: FFFFFF;
}

#pagina {
	position				: absolute;
	left					: 239px;
	top						: 172px;
	height					: 432px;
	width					: 515px;
	background				: url(images/layout/wit.png);	
	overflow				: auto;
	text-align  			: left;
	
	scrollbar-3dlight-color	: 434194;
	scrollbar-arrow-color	: FFFFFF;
	scrollbar-base-color	: 434194;
	scrollbar-darkshadow-color: 434194;
	scrollbar-face-color	: 434194;
	scrollbar-highlight-color: FFFFFF;
	scrollbar-track-color	: FFFFFF; 
	scrollbar-shadow-color	: FFFFFF;
}

#rechts {
	position				: absolute;
	left					: 758px;
	top						: 4px;
	height					: 600px;
	width					: 238px;
	background				: url(images/layout/foto_rechts.png);
}

#artikelen {
	position				: relative;
	float					: left;
	display					: block;
	top						: 0px;
	left					: 10px;
	width					: 475px;
	min-height				: 130px;
	padding					: 5px;
	margin-top				: 10px;
	text-align				: left;
	border					: 1px solid #CECFD0;	
	background				: url(images/layout/wit.png);	
}

#artikel_foto {
	width					: 200px;
	float					: left;
}

#artikel_prijs {
	width					: 75px;
	float					: right;
	bottom					: 0px;
	text-align  			: right;
	color					: #FF0000;
	font-weight				: bold;
}
