html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

#content-container{
	min-height: 100%;
	height: auto;
	background-image:url('images/Achtergrondbeeld.jpg');
	background-repeat:repeat-y;
	background-position:center;
}
body{
	font-family: Trebuchet MS, Georgia, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background-color: #FFFFFF;
	margin: 0px;
}

a{
	text-decoration: none;
	color: #FF6600;
}

a img{
	border: none;
}

a:hover{
	color: #666666;
}

h1{
	margin: 15px;
	color: #FF6600;
	font-size: 12px;
}

.kopje{
	font-weight:bold;
	color: #FF6600;
	font-size: 12px;

}	

.cursief{
	font-weight:slined;
	color: #FF6600;
	font-size: 12px;

}	

.footer{
	font-weight:slined;
	color: #FF6600;
	font-size: 11px;

}	

.menuselected{
	color: #FF6600;
	height:90px;
}

#topbar{
	background-color: #FFFFFF;
	background-position: bottom;
	margin-left: auto;
	margin-right: auto;
	border-bottom:1px solid #ff6600;
	height: 160px;
	width: 955px;
}

#main_image{
	width: 170px;
	height: 69px;
	float: left;
}

#main_contact_home{
	padding-top: 12px;
	padding-right: 15px;
	float: left;
	font-size: 10px;
	width: 300px;
	text-align: left;
	padding-left: 15px;
}

#main_menu_links{
	margin-left: 15px;
	float: left;
	width: 290px;
	font-size: 11px;
	height: 60px;
	margin-top: 20px;
}

#main_menu{
	padding-right: 10;
	margin-right: 15px;
	float: right;
	width: 500;
	font-size: 11px;
	height: 130px;
	margin-top: 0px;
}

#sub_menu{
	margin-left: 15px;
	float: left;
	width: 700px;	
	font-size: 10px;
}

#header{
	background-image:url('images/header_meditatie.jpg');
	width: 955px;
	height: 210px;
	margin-left: auto;
	margin-right: auto;
}

#main_content{
	width: 955px;
	min-height:490px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16px;
	background-color: #FFFFFF;
}


#main_content #mastertable{
	background-color: #FFFFFF;
	border-collapse: collapse;
	min-height:480px;
	height:auto;
	margin-top: 0px;
	margin-bottom: 0px;

}

#middlebar{
	background-color: #FFFFFF;
	font-size: 12px;
	width: 600px;
	height:auto;
	padding-left: 15px;
	padding-right: 15px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF6600;
	border-left-color: #FF6600;
}

#middlebar p{
	font-size: 12px;
}

#rightbar{
	background-color: #e4e0e0;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	height: auto;
	width: 300px;
	padding-bottom: 5px;

}

#rightbar img{
	margin-left: 3px;
	margin-bottom: 10px;
}

#bottombar{
	width: 955px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #ff6600;
	font-size: 11px;
	border-top:1px solid #ff6600;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.clearfix{
	clear: left;
}

