body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #9988C6;
  font-size:100%;
  margin:0;
  background-image:url(../img_site/back.jpg);
  background-repeat:repeat-x;
}

/* plaatsen divs */
#wrapper {
	width:900px;
	margin:0 auto 0 auto;
}
#header {
	float:left;
	position:relative;
	height:152px;
	width:900px;
	background-image:url(../img_site/header.jpg);
	background-repeat:no-repeat;
}
#main {
	float:left;
	position:relative;
	width:900px;
	background-image:url(../img_site/main_back.jpg);
	height:auto;
}
#content {
	float:right; 
	position:relative; 
	background:#FFFFFF;
	width:597px;
	min-height:520px;
}
#sideleft {
	float:left;
	position:relative; 
	width:303px; 
	min-height:520px;
	background-image: url(../img_site/side.jpg);
	background-repeat:no-repeat;
}
#bottom {
	float:left;
	position:relative;
	width:100%;
	background-image:url(../img_site/bottom.jpg);
	height:50px;
}
#contact {
	float:right;
}
#contact img {
	border:none;
	margin:0;
	padding:0;
}
#fotos {
	float:right;
	position:relative;
	top:90px;
	right:-43px;
	margin:0;
}
#fotos img {
	border:none;
	margin:0;
	padding:0;
}

/* opmaak menu */
#menu {
	clear:both;
	position:relative;
	top:60px;
	width:900px;
	color:#FFFFFF;
	font-size:12px;
	height:20px;
	background-image: url(../img_site/bottom.jpg);
	font-weight:normal;
}
.menu ul {
	list-style:none;
	margin:0 0 0 40px;
	padding:0
}
.menu li {
	float:left;
	height:20px;
	padding:2px 0 0 0;	
}
.menu li:hover {
	float:left;
	height:20px;
	padding:2px 0 0 0;	
}
.menu a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.menu a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.menu a:hover {
	color: #000000;
	text-decoration:none;
}

/* opmaak inhoud */
.opmaak {
	padding:20px 0 40px 20px;
	width:550px;
	font-size:1em;
	text-align:justify;
	color: #330033;
}
.opmaak p {
	font-size:.8em;
	font-weight:normal;
	margin:0;
	padding:0;
}
.opmaak td {
	font-size:1em;
	font-weight:normal;
}
.opmaak ul {
	font-size:.8em;
	font-weight:normal;
}
.opmaak h1 {
	font-size:1em;
	font-weight:bold;
}
.opmaak h2, h3, h4, h5, h6 {
	font-size:.9em;
	font-weight:bold;
}
.opmaak a:link {
	color:#330033;
	font-size:inherit;
}
.opmaak a:visited {
	color: #666699;
	font-size:inherit;
}
.opmaak a:hover {
	color: #FF0000;
	font-size:inherit;
}
.opmaak img {
	border:none;
}

/* gallery table */
.gallery {
	text-align:center
}

/* printknop */
#printknop {
	margin:20px 0 0 0;
	font-size:.8em;
}

/* skip naar inhoud */
#skip {
	display:none;
	visibility:hidden;
}

.bottom {
	padding:0;
	margin:15px 0 0 80px;
	color:#FFFFFF;
	font-size:.8em;
}
.bottom a {
	color:#FFFFFF;
}