/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#333333;
	background-image:url('/images/achtergrond.jpg');background-repeat: repeat-x;
	font-family:arial,sans-serif;
	font-size:16px;
	color:#FFFFFF;
}
h1 { 
	font:18px arial,sans-serif; 
	font-weight:bold;
	margin:0px;
	padding-top:3px;
	padding-right:0px;
	padding-bottom:0;
	padding-left:0;
}
h1, h2, a {
	color:#FDE432;
}

div#container {
	position:absolute; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:724px;
	z-index:100;
 	left: 0px;
 	top: 0px;		
	/*background-image:url('/images/achterwit.jpg');background-repeat: repeat-y;*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
div#container2 {
	position:absolute; 
	margin:0 auto; /* center, not in IE5 */
	z-index:50;
 	left: 0px;
 	top: 0px;	
	width:975px;
	height:auto !important; /* real browsers */
	height:768px; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */	
}
div#menuachtergrond {
	position:absolute;
	width:100%;
	height:71px;
	z-index:10;
	left: 0px;
	top: -1px;
	background-image:url('images/achter_menu.jpg');
	background-repeat: repeat-x;
}
div#header {
	padding:0px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	margin:0;
	padding:0;
}


div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#FFFFFF;
	background-image:url('/images/footer.jpg');background-repeat: no-repeat;
}
div#footer p {
	padding:1em;
	margin:0;
}
.kolommen{
	width:100%;	
}
.menulink{
		color:#1A3765;
		line-height: 30px;
		text-decoration:none;	
}
.menurechts_selected{

		font-weight:bold;
}
.menu{
	width:138px;
	vertical-align:top;
	text-align:right;	
	margin:0;
	padding-top:0;
	padding-right:30px;
	padding-bottom:0;
	padding-left:0;
	color:#A7A9A7;
}

.inhoud{
	vertical-align:top;
}
.menurechts{
	width:165px;
	vertical-align:top;
	text-align:right;
	padding-right:10px;
}
