html {
	height:100%; 
	max-height:100%; 
	padding:0;
	margin:0; 
	border:0; 
	background:#fff; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}
body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	font-family: helvetica;
	color: #000;
	font-size: 12px;
}

#vmiddle{
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:56px; 
	bottom:117px; 
	left:0%; 
	right:0; 
	background:#fff;
}

* html #vmiddle{
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	height:100%; 
	max-height:100%; 
	width:100%; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	border-top:56px solid #fff; 
	border-bottom:117px solid #fff; 
	border-left:0px solid #fff;
}


#head {
	position:absolute; 
	margin:0; 
	top:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:56px; 
	background-image:url('../images/gradient_boven.gif'); 
	background-repeat:repeat-x; 
	z-index:5; 
	overflow:hidden; 	
}

#foot {
	position:absolute; 
	margin:0; 
	bottom:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:117px; 	
	z-index:5; 
	overflow:hidden; 
	background-image:url('../images/gradient_onder.gif'); 
	background-repeat:repeat-x; 
}


#menu {
	margin-left: auto;
	margin-right: auto;
	width:916px;
	height:0px;
	text-align: left;
}

#innerMenuText {
	position: absolute;
	bottom: 0px;

}

#innerMenu {
	width:448px;
	height:400px;
	vertical-align:bottom;
}

#menuWrapper {
	width:100%;
	height:0px;
	position:absolute;
	bottom:130px;
	z-index:4;
	text-align: center;
}

#vmiddle {	
	text-align: center;
	width: 100%;
}

#contentwrapper
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 916px;		
	height:100%;
}

#rightwrapper {
	width: 448px;
	float: left;
	display: inline;
	height:100%;
	padding-left:448px;

}

#content {
	height:100%;
	width: 916px;
}

#right {
	height:100%;
	width: 448px;
	border-left: 1px solid black;
}

#innerRightText {
	padding-left:28px;
	padding-right:28px;
	position:absolute;
	bottom:0px;
	width: 448px;
	overflow:auto;	
	max-height:100%;
  height:auto !important;
  height:100%;

	
}

#logo {
	margin-top: 46px;
}

a.mo {
	color: #afb83c;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

a.mo:hover, a.mo:active
{
	color: #000;
}

.paginaSectie 
{
	width: 372px;	
	padding-bottom: 0px;	
}

.thumbPic, .thumbPicOdd {	
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-top: 20px;
	float: right;
}




h2.titel {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;	
}

h2.titel a {
	text-decoration: none;	
}
