body {
	background-color:#d0c49d;
	background-image:url(...);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-bottom:20px;
	
	/* 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: 4px solid #ffffff;
}

/* 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, div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

/* 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;
}

/* Container div - positioneert alles centraal */
#container {
	position:relative;
	width: 850px;
	/* helft van de breedte negatief */
	margin-left: -390px;
	left: 50%;
	
	background-image:url(../images/container.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#fcefc6;
}

#header {
	width:850px;
	height:186px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
}

#headertekst {
	padding:100px 330px 0px 335px;
	text-align:center;
}

#slide {
	position:absolute;
	top:37px;
	left:57px;
	z-index:2;
	
}

#logos{
position:absolute;
width:200px;
height:200px;
background:none;
top:550px;
left:10px;
text-align:center;
}

#menudiv {
	width:205px;
	height:355px;
	background-image:url(../images/menubg.gif);
	background-repeat:no-repeat;
	float:left;
	display:inline;
	overflow:hidden;
}

/* Menu */
#menu {
	width:125px;
	height:315px;
	margin:0px 40px 0px 40px;
	padding:0px;
}

#menu li {
	text-indent:-9999px;
	float:left;
	list-style-type:none;
}

#menu li a{
	background-image:url(../images/menu.gif);
	display:block;
	width:125px;
	height:35px;

}

/* Knopjes */
#wiezijnwij a {
	background-position:0px 0px;
}

#wiezijnwij a:hover, #wiezijnwij.selected a{
	background-position:-125px 0px;
}

#onsbedrijf a {
	background-position:0px -35px;
}

#onsbedrijf a:hover, #onsbedrijf.selected a{
	background-position:-125px -35px;
}

#fotogalerij a {
	background-position:0px -70px;
}

#fotogalerij a:hover, #fotogalerij.selected a{
	background-position:-125px -70px;
}

#onsklooster a {
	background-position:0px -105px;
}

#onsklooster a:hover, #onsklooster.selected a{
	background-position:-125px -105px;
}

#gastenboek a {
	background-position:0px -140px;
}

#gastenboek a:hover, #gastenboek.selected a{
	background-position:-125px -140px;
}

#arrangementen a {
	background-position:0px -175px;
}

#arrangementen a:hover, #arrangementen.selected a{
	background-position:-125px -175px;
}

#prijzen a {
	background-position:0px -210px;
}

#prijzen a:hover, #prijzen.selected a{
	background-position:-125px -210px;
}

#contact a {
	background-position:0px -245px;
}

#contact a:hover, #contact.selected a{
	background-position:-125px -245px;
}

#nieuws a {
	background-position:0px -280px;
}

#nieuws a:hover, #nieuws.selected a{
	background-position:-125px -280px;
}

/* Einde knopjes */

/* Einde menu */

#content {
	width:645px;
	background-image:url(../images/content.gif);
	background-repeat:repeat-y;
	float:right;
	line-height:16px;
}

marquee {
	margin:0px 40px 0px 50px;
}

#kolom1 {
	width:260px;
	float:left;
	display:inline;
	overflow:auto;
	margin:20px 0px 0px 40px;
}

#kolom2 {
	width:260px;
	float:right;
	margin:20px 50px 0px 0px;

}

#kolom3 {
	width:520px;
	margin:20px 50px 0px 40px;

}
#inhoud {
	margin:10px 50px 0px 40px;
	width:555px;
	overflow-x:auto;
	text-align:left;
}

.uitlijn {
	vertical-align:top;
}

#proxi {
	width:595px;
	height:34px;
	background-image:url(../images/proxibg.gif);
	background-repeat:no-repeat;
	text-align:right;
	padding:0px 50px 0px 0px;
	clear:both;
}


#footer {
	clear:both;
	width:830px;
	text-align:right;
	padding:7px 20px 14px 0px;
	
}

/* scrolling div'ke */
#inhoudxxx
{ 
	overflow-x: hidden;
	overflow-y: auto;
	width:480px;
	height:280px;
	padding:10px;
}

/* Algemene links */
a {
	outline:none;
	color:#7a9442;
    text-decoration: underline;
}
	
a:hover {
	color:#000000;
    text-decoration: none;
	     }
		 
/* Menu links */
#menu a {
	color:#2a0d71;
	text-decoration:none;
}
	
#menu a:hover {
	color:#81c7f2;
	text-decoration:none;
}

/* kopteksten */
h1 {
	font-size:14px;
	font-weight:bolder;
	color:#ffffff;
}

h2 {
	font-size:14px;
	font-weight:bolder;
	color:#000000;
	margin:0px;
	padding:0px;
}

/* Standaard titel */
#tithomepage {
	width:73px;
	height:15px;
	background-image:url(../images/tithomepage.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:15px;
	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;
	}
