body {
	background-color:#3a4251;
	background-image:url(...);
	background-repeat:no-repeat;
	margin-top:0px;
	
	/* Scrollbars */
	scrollbar-face-color:#3a4251;
	scrollbar-arrow-color:#898383;
	scrollbar-track-color:#898383;
	scrollbar-shadow-color:#898383;
	scrollbar-highlight-color:#3a4251;
	scrollbar-3dlight-color:#3a4251;
	scrollbar-darkshadow-Color:#fce9a4;
}

/* Beeld met randje */
.beeld {
	border: 1px solid #fce9a4;
}

/* Standaard alle beelden zonder rand (ideaal bij links) */
img {
	border:0;	
}

/* Standaard tabel zonder tussenranden */
table {
	border-spacing:0px;
	padding:0px;
}

/* Algemene lettertype voor de site */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3a4251;
}

/* Standaard lijst */

ul {
	list-style-type:square;
}

/* Container div - positioneert alles centraal */
#container {
	position:absolute;
	width:780px;
	height:550px;
	/* helft van de breedte negatief */
	margin-left:-390px;
	left:50%;
	top:20px;
	
	background-image:url(img/bg.gif);
}

/* Voorbeeld stijl met achtergrondafbeelding */
#header {
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:101px;
	text-align:right;
	vertical-align:top;
}

#menu {
	position:absolute;
	left:0px;
	top:101px;
	width:780px;
	height:43px;
	text-align:right;
	vertical-align:top;
}

#content {
	background-image:url(img/content.jpg);
	position:absolute;
	left:0px;
	top:144px;
	width:780px;
	height:378px;
	text-align:left;
	vertical-align:top;
}

#adres {
	position:absolute;
	right:20px;
	top:20px;
	width:300px;
	text-align:right;
	vertical-align:top;
	font-size:10px;
}

#footer {
	background-image:url(img/footer.gif);
	position:absolute;;
	left:0px;
	top:522px;
	width:780px;
	height:19px;
	text-align:center;
	vertical-align:top;
	padding-top:8px;
	font-size:10px;
	
}

#footer1 {
	background-image:url(img/footer.gif);
	position:absolute;;
	left:0px;
	top:378px;
	width:780px;
	height:19px;
	text-align:center;
	vertical-align:top;
	padding-top:8px;
	font-size:10px;
	
}

/* scrolling div'ke */
#inhoud
{
	position:relative;
	left:38px;
	overflow-x: hidden;
	overflow-y: auto;
	overflow:auto;
	width:368px;
	height:338px;
	padding:20px;
	color:#fce9a4;
	
}


#home {
	text-indent:-9999px;
	width:350px;
	height:30px;
	background-image:url(img/voorwoord.gif);
	background-repeat:no-repeat;
}

#voorstelling {
	text-indent:-9999px;
	width:350px;
	height:30px;
	background-image:url(img/voor.gif);
	background-repeat:no-repeat;
}

#diensten {
	text-indent:-9999px;
	width:350px;
	height:30px;
	background-image:url(img/diensten.gif);
	background-repeat:no-repeat;
}
#rouwdrukwerk {
	text-indent:-9999px;
	width:350px;
	height:30px;
	background-image:url(img/rouwdrukwerk.gif);
	background-repeat:no-repeat;
}
#waar {
	text-indent:-9999px;
	width:350px;
	height:30px;
	background-image:url(img/waar.gif);
	background-repeat:no-repeat;
}
#wattedoen {
	text-indent:-9999px;
	width:350px;
	height:30px;
	background-image:url(img/wattedoen.gif);
	background-repeat:no-repeat;
}
#familieberichten {
	text-indent:-9999px;
	width:350px;
	height:30px;
	background-image:url(img/familieberichten.gif);
	background-repeat:no-repeat;
}
#bestellen {
	text-indent:-9999px;
	width:350px;
	height:30px;
	background-image:url(img/bestellen.gif);
	background-repeat:no-repeat;
}

#contact {
	text-indent:-9999px;
	width:350px;
	height:30px;
	background-image:url(img/contact.gif);
	background-repeat:no-repeat;
}

/* Algemene links */
a {
	color:#3a4251;
    text-decoration: none;}
	
a:hover {
	color:#919bb7;
    text-decoration: none;
	     }
		 
/* Menu links */
#footer a {
	color:#3a4251;
	text-decoration:none;
}
	
#footer a:hover {
	color:#919bb7;
	text-decoration:none;
}

#inhoud a {
	color:#fce9a4;
	text-decoration:none;
}
	
#inhoud a:hover {
	color:#919bb7;
	text-decoration:none;
}

/* kopteksten */
h1 {
	font-size:14px;
	font-weight:600;
	color:#3366FF;
}

h2 {
	font-size:14px;
	font-weight:600;
	color:#3366FF;
}
	
/* Speciale links (display:block) */
#blaap a {
	display: block;
	background-color: #eeeeee;
	color:#000000;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;}
	
#blaap a:hover {
	display: block;
	background-color: #4DB2CF;
	color:#ffffff;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;
	font-weight:bold;}