﻿html, body, form { height: 100%; margin: 0px; padding: 0px;}
body 
{
	background-image: url(/Images/framework/page_main_bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	
	/* height: 100%; */
	margin: 0 auto;
	min-width: 800px;
	
	
	/* margin: 0px; */
	text-align: center;
}

body, p
{
	color: #5f5f5f;
	font-family: Arial;
	font-size: 9pt;
	line-height: 16pt;
	text-align: left;
}

h1
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #73B7B7;
}

.disclaimer
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


	.pageContainer
	{
		
		background-image: url(/Images/framework/page_bg_aqua3.png);
		background-repeat: repeat-y;
		
		/* height: 100%; */
		margin: 0 auto;	/* Belangrijk: voor 100% height + centreren */
		min-width: 800px;
		padding-top: 25px;
		text-align: left;
		width: 800px;	

		position: relative;		
		min-height: 100%;
		height: auto !important; /* overige browsers */
		height: 100%; /* voor IE */
	}
	
	
		.pageContent
		{
			background-color: #ffffff; /* pakt 'ie niet */
			padding: 10px 20px 10px 20px;
			min-height: 625px;
			/*overflow: hidden;*/
			
			
		}
	
		.pageSideBar
		{
			color: #ffffff;
			background-color: #058180;
		}