body {
	background-image:url(...);
	background-repeat:no-repeat;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	
	/* 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;*/
}

.lagen {
	visibility:hidden;
	position:absolute;
	width:450px;
}

#laagcontainer {
	height:650px;
}

/* Beeld met randje */
.beeld {
	border: 3px solid #c5af93;
}

/* 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:#615148;
	border:none;
}

/* Voor FF form elements */

/* form firefox */

input, textarea {
	margin: 3px;
}
*+html input, * html input{
	margin:0px;
}
*+html textarea, * html textarea{
	margin:0px;
}

/* Standaard lijst */

ul {
	list-style-type:square;
}

/* Intro */
#intro1 {

	position:absolute;
	width: 761px;
	height:420px;
	/* helft van de breedte negatief */
	margin-left: -380px;
	margin-top: -210px;
	left: 50%;
	top: 50%;
}

#popup {
	position:relative;
	width: 300px;
	/* helft van de breedte negatief */
	margin-left: -150px;
	left: 50%;
}

#flashintro {
	width:736px;
	height:389px;
	float:left;
	
	display:inline;
	overflow:hidden;
}

#proxiintro {
	width:25px;
	text-align:left;
	float:right;
	padding-top:50px;
}

#cleardiv {
	clear:both;
}

#skip {
	width:736px;
	height:31px;
	color:#c5af93;
	padding-top:5px;
	text-align:center;
}



/* Einde intro */



/* Container div - positioneert alles centraal */
#container {
	position:relative;
	width: 780px;
	/* helft van de breedte negatief */
	margin-left: -390px;
	left: 50%;
	margin-bottom:20px;

}


/* Voorbeeld stijl met achtergrondafbeelding */

#header {
	width:736px;
	height:167px;
	margin:0px 32px 15px 31px;
}

#logo {
	width:221px;
	height:167px;
	background-image:url(../images/logo.gif);
	float:left;
	
	display:inline;
	overflow:hidden;
}

#slide {
	width:500px;
	height:167px;
	float:right;
}

#menudiv {
	width:736px;
	height:34px;
	margin:0px 32px 15px 31px;
}

/* Menu */
#menu {
	width:736px;
	height:34px;
	padding:0px;
	margin:0px;
}

#menu li {
	text-indent:-9999px;
	float:left;
	list-style-type:none;
}

#menu li a{
	background-image:url(../images/menu.gif);
	background-repeat:no-repeat;
	display:block;

}

/* Knopjes */
#home a{
	background-position:0px 0px;
	width:75px;
	height:34px;
}

#home a:hover, #home.selected a{
	background-position:0px -34px;
}

#contact a{
	background-position:-75px 0px;
	width:69px;
	height:34px;
}

#contact a:hover, #contact.selected a{
	background-position:-75px -34px;
}

#route a{
	background-position:-144px 0px;
	width:77px;
	height:34px;
}

#route a:hover, #route.selected a{
	background-position:-144px -34px;
}

#vulling {
	width:15px;
	height:34px;
}

#historiek a{
	background-position:-236px 0px;
	width:95px;
	height:34px;
}

#historiek a:hover, #historiek.selected a{
	background-position:-236px -34px;
}

#producten a{
	background-position:-331px 0px;
	width:90px;
	height:34px;
}

#producten a:hover, #producten.selected a{
	background-position:-331px -34px;
}

#prijzen a{
	background-position:-421px 0px;
	width:69px;
	height:34px;
}

#prijzen a:hover, #prijzen.selected a{
	background-position:-421px -34px;
}

#gastenboek a{
	background-position:-490px 0px;
	width:98px;
	height:34px;
}

#gastenboek a:hover, #gastenboek.selected a{
	background-position:-490px -34px;
}

#kapsels a{
	background-position:-588px 0px;
	width:77px;
	height:34px;
}

#kapsels a:hover, #kapsels.selected a{
	background-position:-588px -34px;
}

#links a{
	background-position:-665px 0px;
	width:71px;
	height:34px;
}

#links a:hover, #links.selected a{
	background-position:-665px -34px;
}

/* Einde menu */

#contentbg {
	width:736px;
	background-image:url(../images/contentbg.gif);
	background-repeat:repeat-y;
	margin:0px 0px 0px 31px;
}

#content {
	width:769px;
	background-image:url(../images/content.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	
}

#adres {
	width:181px;
	min-height:350px;
	background-image:url(../images/adres.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	padding:20px;
	float:left;
	
	display:inline;
	overflow:hidden;
}

.wit {
	color:#ffffff;
}

#inhoud {
	width:460px;
	min-height:350px;
	background-image:url(../images/inhoud.gif);
	background-repeat:no-repeat;
	margin-left:15px;
	padding:20px;
	float:left;
	
	display:inline;
	overflow:hidden;
}

#proxi {
	width:32px;
	float:right;
}

.cleardiv {
	clear:both;
}

#footer {
	width:500px;
	margin:5px 32px 0px 268px;
	color:#c5af93;
}


/* scrolling div'ke */
#inhoudxxx
{ 
	overflow-x: hidden;
	overflow-y: auto;
	width:480px;
	height:280px;
	padding:10px;
}

/* Algemene links */
a {
	outline:none;
	color:#c5af93;
    text-decoration: underline;}
	
a:hover {
	color:#615148;
    text-decoration: underline;
	     }
		 
.geenlijn a {
	outline:none;
	color:#c5af93;
    text-decoration: none;}
	
.geenlijn a:hover {
	color:#615148;
    text-decoration: none;
	     }
		 
/* Adres links */
#adres a {
	color:#c5af93;
	text-decoration:none;
}
	
#adres a:hover {
	color:#ffffff;
	text-decoration:none;
}

#footer a {
	color:#c5af93;
	text-decoration:none;
}
	
#footer a:hover {
	color:#ffffff;
	text-decoration:none;
}

/* kopteksten */
h1 {
	font-size:14px;
	font-weight:600;
	color:#51443c;
}

h2 {
	font-size:14px;
	font-weight:600;
	color:#615148;
	padding:0px;
	margin:0px;
}

/* Standaard titel */
#tithome {
	width:230px;
	height:23px;
	background-image:url(../images/tithome.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:23px;
	padding:0px;
	margin:0px;	
}

#titcontact {
	width:140px;
	height:23px;
	background-image:url(../images/titcontact.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:23px;
	padding:0px;
	margin:0px;	
}

#tithistoriek {
	width:140px;
	height:23px;
	background-image:url(../images/tithistoriek.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:23px;
	padding:0px;
	margin:0px;	
}

#titproducten {
	width:140px;
	height:23px;
	background-image:url(../images/titproducten.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:23px;
	padding:0px;
	margin:0px;	
}

#titprijzen {
	width:140px;
	height:23px;
	background-image:url(../images/titprijzen.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:23px;
	padding:0px;
	margin:0px;	
}

#titgastenboek {
	width:140px;
	height:23px;
	background-image:url(../images/titgastenboek.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:23px;
	padding:0px;
	margin:0px;	
}

#titkapsels {
	width:140px;
	height:23px;
	background-image:url(../images/titkapsels.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:23px;
	padding:0px;
	margin:0px;	
}
#titlinks {
	width:140px;
	height:23px;
	background-image:url(../images/titlinks.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:23px;
	padding:0px;
	margin:0px;	
}

#titopeningsuren {
	width:140px;
	height:23px;
	background-image:url(../images/titopeningsuren.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:23px;
	padding:0px;
	margin:0px;	
}

#titadresgegevens {
	width:140px;
	height:23px;
	background-image:url(../images/titadresgegevens.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:23px;
	padding:0px;
	margin:0px;	
}

#titjaaroverzicht {
	width:140px;
	height:23px;
	background-image:url(../images/titjaaroverzicht.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:23px;
	padding:0px;
	margin:0px;	
}

#titjaaroverzicht2 {
	width:140px;
	height:23px;
	background-image:url(../images/titjaaroverzicht2.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:23px;
	padding:0px;
	margin:0px;	
}
	
/* 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;
	}
	