body {
	background-color:#998d5f;
	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;
}

.lijntje {
	border-bottom: 1px dotted #baad7d;
}

/* 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:#8d0c0c;
}

/* 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: 0px;
	
	background-image:url(img/bg.gif);
}

/* Voorbeeld stijl met achtergrondafbeelding */
#menu {
	width:780px;
	height:269px;
	background-image:url(img/menu.gif);
	background-repeat:no-repeat;
	vertical-align:top;
}

#menu2 {
	margin-left:120px;
	margin-top:40px;
}

#topleft {
	width:31px;
	height:46px;
	background-image:url(img/topleft.gif);
	background-repeat:no-repeat;
}

#adrestop {
	width:243px;
	height:46px;
	background-image:url(img/adrestop.gif);
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
}

#topcenter {
	width:21px;
	height:46px;
	background-image:url(img/topcenter.gif);
	background-repeat:no-repeat;
}

#contenttop {
	width:454px;
	height:46px;
	background-image:url(img/contenttop.gif);
	background-repeat:no-repeat;
	vertical-align:middle;
}

#topright {
	width:31px;
	height:46px;
	background-image:url(img/topright.gif);
	background-repeat:no-repeat;
}

#titadres {
	text-indent:-9999px;
	width:190px;
	height:21px;
	background-image:url(img/titadres.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px 20px 0px 20px;
}

#tithomepage {
	text-indent:-9999px;
	width:160px;
	height:21px;
	background-image:url(img/tithomepage.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
	padding:0px;
	margin:0px 145px 0px 145px;
}

#titpresentatie{
	text-indent:-9999px;
	width:160px;
	height:21px;
	background-image:url(img/titpresentatie.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
	padding:0px;
	margin:0px 145px 0px 145px;
}

#titfietsroute {
	text-indent:-9999px;
	width:160px;
	height:21px;
	background-image:url(img/titfietsroute.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
	padding:0px;
	margin:0px 145px 0px 145px;
}

#titonzekaart {
	text-indent:-9999px;
	width:160px;
	height:21px;
	background-image:url(img/titonzekaart.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
	padding:0px;
	margin:0px 145px 0px 145px;
}

#titcontact{
	text-indent:-9999px;
	width:160px;
	height:21px;
	background-image:url(img/titcontact.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
	padding:0px;
	margin:0px 145px 0px 145px;
}

#left{
	width:31px;
	background-image:url(img/left.gif);
	background-repeat:repeat-y;
}

#adres{
	width:223px;
	background-color:#e0d092;
	padding:10px;
	text-align:left;
	vertical-align:top;
}

#center{
	width:11px;
	background-image:url(img/center.gif);
	background-repeat:repeat-y;
}

#content{
	width:434px;
	background-color:#f0e2a7;
	padding:10px;
	text-align:left;
	vertical-align:top;
}

#right{
	width:31px;
	background-image:url(img/right.gif);
	background-repeat:repeat-y;
}

#bottom {
	width:780px;
	height:34px;
	background-image:url(img/bottom.gif);
	background-repeat:no-repeat;
}

#proxi {
	width:#264px;
	height:20px;
	background-color:#998d5f;
	padding-left:31px;
}

#footer {
	width:#454px;
	height:20px;
	background-color:#998d5f;
	padding-right:31px;
	text-align:center;
	vertical-align:top;
	color:#ffffff;
}

#slideshow {
	width:240px;
	height:190px;
	background-image:url(img/slidebg.gif);
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
}


/* scrolling div'ke */
#inhoud
{ 
	overflow-x: hidden;
	overflow-y: auto;
	width:480px;
	height:280px;
	padding:10px;
}

/* Algemene links */
a {
	outline:none;
	color:#3f3614;
    text-decoration: underline;}
	
a:hover {
	color:#8d0c0c;
    text-decoration: underline;
	     }
		 
/* Menu links */
#footer a {
	color:#ffffff;
	text-decoration:none;
}
	
#footer a:hover {
	color:#8d0c0c;
	text-decoration:none;
}

/* kopteksten */
h1 {
	font-size:16px;
	font-weight:600;
	color:#3f3614;
}

h2 {
	font-size:14px;
	font-weight:600;
	color:#8d0c0c;
}
	
/* 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;}
