﻿/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for standard elements NON IE specific
Website:		
produced in:	2009
Author:			Joël Kuijten for Princen-group
\***********************************************/
body, html, #Form1{
	width:100%;
	min-height:100%;
}
body{
	overflow:auto;
}
#container{
	margin:0 auto;
}
#MainMenu dt{
	display:table-cell;
}
#MainMenu li a{
	width:auto;
	min-width:10px;
}
.submenu{
	width:auto;
}

