body {
	background-color:#000000;
	background-image:url(...);
	background-repeat:no-repeat;
	margin-top:0px;
	
	/* Scrollbars */
	/*scrollbar-face-color:#b09a78;
	scrollbar-arrow-color:#5e513e;
	scrollbar-track-color:#5e513e;
	scrollbar-shadow-color:#5e513e;
	scrollbar-highlight-color:#b09a78;
	scrollbar-3dlight-color:#b09a78;
	scrollbar-darkshadow-Color:#7d684a;*/
}

/* Beeld met randje */
.beeld {
	border: 1px solid #000000;
}

/* 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, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#381b0a;
}

/* Standaard lijst */

ul {
	list-style-type:square;
}

/* Container div - positioneert alles centraal */
#container {
	position:absolute;
	width: 800px;
	/* helft van de breedte negatief */
	margin-left: -400px;
	left: 50%;
	top: 0px;
	
	background-image:url(img/left.gif);
	background-repeat:repeat-y;
	
}

/* Voorbeeld stijl met achtergrondafbeelding */
#menu {
	width:800px;
	height:244px;
	background-image:url(img/menu.gif);
	background-repeat:no-repeat;
}

#header {
	width:759px;
	height:66px;
	background-image:url(img/header.gif);
	background-repeat:no-repeat;
}

#proxi {
	width:41px;
	background-image:url(img/right.gif);
	background-repeat:repeat;
	vertical-align:top;
}

#adres {
	width:220px;
	height:280px;
	background-image:url(img/adres.gif);
	background-repeat:no-repeat;
	color:#45230d;
	vertical-align:top;

}

#adresdiv {
	margin-top:35px;
	margin-left:35px;
}

#content {
	width:509px;
	background-image:url(img/content.gif);
	background-repeat:repeat-y;
	vertical-align:top;
	padding:0px 25px 25px 5px;
	min-height:280px;
}

#left {
	width:220px;
	background-image:url(img/left.gif);
	background-repeat:repeat-y;
	vertical-align:top;
	background-color:#0099CC;
}

#footer {
	width:590px;
	height:36px;
	background-image:url(img/footer.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	padding-left:210px;
}

/* scrolling div'ke */
#inhoud
{ 
	overflow-x: hidden;
	overflow-y: auto;
	width:480px;
	height:280px;
	padding:10px;
}

/* Algemene links */
a {
	color:#381b0a;
    text-decoration: underline;
}
	
a:hover {
	color:#c5261f;
    text-decoration: underline;
	     }
		 
/* Menu links */
#adres a {
	color:#45230d;
	text-decoration:underline;
}
	
#adres a:hover {
	color:#c5261f;
	text-decoration:underline;
}

#footer a {
	color:#ffffff;
	text-decoration:none;
}
	
#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}

/* kopteksten */
h1 {
	font-size:11px;
	font-weight:600;
	padding:0px;
	margin:0px;
}

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;}