/* //////////////////////////////////////////////////////////////////// */
/* ALGEMEEN
/* //////////////////////////////////////////////////////////////////// */

/* verbergen voor mac \*/
html, body { height:100%; }
/* einde verbergen voor mac */

body {
	scroll:yes;
	padding:0;
	margin:0;
	/*text-align:center;*/
	min-width:100%;/* firefox */	
	background-image:url(../images/top.jpg);
	background-attachment: scroll;
	background-color: #A7AEA3;
	background-repeat: no-repeat;
	background-position: center top;
}

/* -------------------------------------------------------------------------------- content */ 

#main {
	height:100%;
	min-height:100%;
	width:100%;
	color: #000000;
	/*text-align:left;*/
	margin:auto;
	position:relative;
	/*
	background-attachment: scroll;
	background-image: url(../images/bar_boeken.gif);
	background-repeat: repeat-y;
	background-position: center top;		
	*/
}

#boeken {
	height:100%;
	min-height:100%;
	width:100%;
	color: #000000;
	/*text-align:left;*/
	margin:auto;
	position:relative;
	background-attachment: scroll;
	background-image: url(../images/bg_boeken.jpg);
	background-repeat: no-repeat;
	background-position: center 151px;
}

#agenda {
	height:100%;
	min-height:100%;
	width:100%;
	color: #000000;
	/*text-align:left;*/
	margin:auto;
	position:relative;
	
	background-attachment: scroll;
	background-image: url(../images/bg_agenda.jpg);
	background-repeat: no-repeat;
	background-position: center 151px;
}

#recenties {
	height:100%;
	min-height:100%;
	width:100%;
	color: #000000;
	/*text-align:left;*/
	margin:auto;
	position:relative;
	
	background-attachment: scroll;
	background-image: url(../images/bg_recenties.jpg);
	background-repeat: no-repeat;
	background-position: center 151px;
}

#links {
	height:100%;
	min-height:100%;
	width:100%;
	color: #000000;
	/*text-align:left;*/
	margin:auto;
	position:relative;
	
	background-attachment: scroll;
	background-image: url(../images/bg_yellow.jpg);
	background-repeat: no-repeat;
	background-position: center 151px;
}

#contact {
	height:100%;
	min-height:100%;
	width:100%;
	color: #000000;
	/*text-align:left;*/
	margin:auto;
	position:relative;
	
	background-attachment: scroll;
	background-image: url(../images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: center 151px;
}

#forum {
	height:100%;
	min-height:100%;
	width:100%;
	color: #000000;
	/*text-align:left;*/
	margin:auto;
	position:relative;
	background-attachment: scroll;
	background-image: url(../images/bg_purple.jpg);
	background-repeat: no-repeat;
	background-position: center 151px;
}

/* -------------------------------------------------------------------------------- end */ 
 
html>body #totaal{height:auto;} /* firefox */
html>body #main{height:auto;} /* firefox */
html>body #boeken{height:auto;} /* firefox */
html>body #agenda{height:auto;} /* firefox */
html>body #recenties{height:auto;} /* firefox */
html>body #links{height:auto;} /* firefox */
html>body #contact{height:auto;} /* firefox */
html>body #forum{height:auto;} /* firefox */

#container {
	float:left;
	width:100%;
	vertical-align: top;
	top:150px;
	margin-top: 150px;
}

/* standaard header */
#header {
	position:absolute;
	top:0;
	left:-1px;
	overflow:hidden;
	color: #000000;
	z-index:100;
	height: 155px;
	width: 100%;
	background: url(images/interface/header.jpg) no-repeat top;
}

#content_center {
	width: 790px;
	position: relative;
	text-align:center;
	top: 0px;
	background:#006633;
}

#printheader {
	display: none;
}

#footer {
	width:100%;
	height:30px;
	background-color: #5C2A47;
	text-align:center;
	bottom:-1px;
	position: absolute;
	clear:both;
	left: 0px;
	bottom: 0px;
}
* html #footer {/*IE*/
	\height:27px;/* IE5 */
	he\ight:22px;/* IE6 */
}
*/div,p  {margin-top:0}/*firefox*/

#clearfooter { /* extra ruimte maken voor de footer */
	width:100%;
	height:30px;
	clear:both;
	display: block;
} 

* html .clearfooter {
	height: 1%;
	clear:both;
}
.clear {
	display:block;
	clear:both; 
}
.right {
	text-align: right;
	margin-right: 5px;
	float: right;
}
.left {
	text-align: left;
	margin-right: 5px;
	float: left;
}

 /* mac hide \*/
	* html .clear {height: 1%;}
	  .clear {display: block;}
 /* End hide */

#content {
	width: 100%;
	position: relative;
	margin-top: 150px;
	margin-left: 0px;
	_margin-left: 0px;
	/*float: left;*/

}
