body {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#aeacac;
}
/* houd alles gecentreerd */
#wrapper {
	width:900px;
	float:center;
	background:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/layout/background.jpg) repeat-y;
	position:relative;
}
#header {
	height:120px;
	background-color:#FFFFFF;
	text-align:left;
	color:#162542;
	background:url(../images/layout/header.jpg);
}
#menu {
	padding:5px;
	padding-right:10px;
	text-align:right;
	word-spacing:5pt;
	background-color:#162542;
	color:#FFFFFF;
}
/* kleurbalkje onder het menu */
#menusub { 
	height:10px;
	background-color:#5C6882;
}
/* content die de foto en de frame op hun plaats houd */
#content {
}
#content div {
	float:left;
}
#content-main {
	width:620px;
	height:410px;
	text-align:justify;
}
#content-foto {
}
#footer {
	float:left;
	padding-top:10px;
	width:100%;
	color:#FFFFFF;
	background-color:#162542;
}
#footer-sub {
	background-image:url(../images/layout/footer.gif);
	height:10px;
	width:100%;
	float:left;
	background-color:#aeacac;
}
#bottom {
	clear:both;
	text-align:right;
}
/* zorgt voor een mooie uitlijning van de tekst in de iframe's */
#tekst {
	text-align:justify;
}
/* links in de menu moeten wit zijn */
#menu a {
	text-decoration:none;
	color:#FFFFFF;
}
#menu a:hover {
	color:#C3C3C3;
}
/* links in de footer moeten zichtbaar zijn */
#footer a {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
	color:#C3C3C3;
}
a {
	text-decoration:none;
	color:#162542;
}
.titel {
	color:#162542;
	font-size:18px;
	font-weight:bold;
}
.subtitel {
	color:#162542;
	font-size:15px;
	font-weight:bold;
}
.comment {
	margin:20px;
	color:#162542;
}
ul {
	text-align:left;
}
.menuitem {
	word-spacing:normal;
}
#s3slider { 
   width: 300px; /* important to be same as image width */ 
   height: 422px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin-left:-40px;
   margin-top:-12px;
}
#s3slider ul {
	list-style:none;
}
#s3sliderContent {
   width: 300px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 12px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 234px;
   background-color: #162542;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 
