body
{
	background-repeat: repeat-x;
	background-position:center;
	background-color: #fdfdfd;
	background-attachment:fixed;
	background-position:top;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#333333;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

a
{
	color: #f9f9f9;
	text-decoration: none;
}
a:hover
{
	color: #f9f9f9;
	text-decoration: underline;
}

/*-----KADERS-----*/
.page
{
	width: 100%;
	height: 100%;
	min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#menucontainer
{
	top: 0;
	left: 0;
	width: 100%;
	height: 31px;
	margin-left: auto;
    margin-right: auto;
	background-color:#CCCCCC;
}

#menu
{
	width: 900px;
	height: 75px;
	line-height: 75px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffdd4f;*/
	vertical-align: middle;
}

#main
{
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	width:900px;
	text-align: left;
	margin:0 auto;
	margin-top: 25px;
	padding: 15px 15px 15px 15px;
	background-color: #fdfdfd;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	/*border: 1px solid #cccccc;*/
}

#spacer
{
	height: 100px;
}

#footer_container
{
	clear: both;
	width: 100%;
	height: 65px;
	background-color: #876d4c;
	background-image:url(images/footer_bg.png);
	position:fixed;
	bottom: 0;
	color: #7e7d7d;
	vertical-align: middle;
}
#footer
{
	width:900px;
	color: #f9f9f9;
	font-size: 10px;
	height: 100%;
	min-height: 100%;
	margin:0 auto;
	text-align: center;
}

/*-----LINKS-----*/
#menu ul, #menu li 
{
	margin: 0;
	float: right;
	list-style: none;
}

#menu_agenda a
{
	background-image: url(images/menu/agenda.png);
	margin-top: 32px;
	width: 100px;
	height: 30px;
	display: block;
	outline: none;
}
#menu_agenda a:hover, #menu_agenda_ac a
{
	background-image: url(images/menu/agenda_hover.png);
	margin-top: 32px;
	width: 100px;
	height: 30px;
	display: block;
	outline: none;
}
#menu_locatie a
{
	background-image: url(images/menu/locatie.png);
	margin-top: 32px;
	width: 100px;
	height: 30px;
	display: block;
	outline: none;
}
#menu_locatie a:hover, #menu_locatie_ac a
{
	background-image: url(images/menu/locatie_hover.png);
	margin-top: 32px;
	width: 100px;
	height: 30px;
	display: block;
	outline: none;
}
#menu_sponsor a
{
	background-image: url(images/menu/sponsor.png);
	margin-top: 32px;
	width: 100px;
	height: 30px;
	display: block;
	outline: none;
}
#menu_sponsor a:hover, #menu_sponsor_ac a
{
	background-image: url(images/menu/sponsor_hover.png);
	margin-top: 32px;
	width: 100px;
	height: 30px;
	display: block;
	outline: none;
}
/*-----POP-UP-----*/
#fade
{
	display: none;
	background: none;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: .0;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	min-height: 450px;
	height:auto;
	background: #fff;
	padding: 15px 15px 15px 15px;
	border: 1px solid #ccc;
	position: absolute;
	top: 60%;
	left: 53%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 10px #ccc;
	-moz-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -25px -25px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}


/*-----------SLIDESHOW-------------*/
#s3slider 
{
	width: 440px; /* important to be same as image width */
	height: 200px; /* important to be same as image height */
	position: relative; /* important */
	left: -40px;
	top: 0;
}

#s3sliderContent 
{
   width: 440px; /* important to be same as image width or wider */
   display: block; /* important */
   list-style: none;
   text-decoration: none;
}

/*.s3sliderImage span 
{ */
   /*position: absolute;  important 
   left: 0;
   font: 12px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 415px;
   background-color: #000;
   filter: alpha(opacity=60);  here you can set the opacity of box with text 
   -moz-opacity: 0.6;  here you can set the opacity of box with text 
   -khtml-opacity: 0.6;  here you can set the opacity of box with text 
   opacity: 0.6;  here you can set the opacity of box with text 
   color: #fff;
   display: none;  important 
   list-style: none;
   text-decoration: none;
   bottom: 0;
   height:50px;

 
       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
   
}*/

.s3sliderImage 
{
   /* important */
   position: relative; /* important */
   display: none; /* important */	
}
.clear 
{
   clear: both;
} 

