
html {
	height: 100%; 
	max-height: 100%; 
	padding: 0;
	margin: 0;
	border: 0;
	background: #CDCDCD url(../img/body_bg.jpg) no-repeat fixed;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden; 
}

body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	background: #CDCDCD url(../img/body_bg.jpg) no-repeat fixed;
}

/* Opmaak van lichtgrijze `container` */
#container {
	position: absolute;
	left: 88px;
	width: 865px;
	height: 100%;
	background: #F6F6F6;
	color: #666666;
	z-index:2;
}

/* Scroll div voor firefox */
#content {
	display: block; 
	overflow: auto; 
	position: absolute; 
	z-index: 3; 
	top: 278px; 
	bottom: 20px;
	left: 345px;
	width: 520px; 
	background: #F6F6F6;
	font-size: 1.2em;
}

/* Scroll div voor Internet Explorers in Quirks mode */
* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:520px;
	border-top:278px solid #fff; 
	border-bottom:21px solid #fff;
	background: #F6F6F6;
}

/* Pagina titels in `content` div */
#content h1 {
	margin-top: 50px;
	font-size: 1.5em;
}

/* paragraaf opmaak in `content` div */
#content p {
	margin-right: 25px;
}

/* Opmaak van heading met foto bovenin de pagina */
#heading {
	position:absolute; 
	top:0;
	left: 0px;
	width:865px; 
	min-width:865px; 
	height:208px; 
	background:url(../img/heading.jpg); 
	z-index:5; 
}

/* Opmaak van de grijze menubalk */
#menubar {
	position: absolute;
	width: 865px;
	height: 70px;
	left: 0px;
	top: 208px;
	background: url(../img/menubar.jpg) repeat-x;
	color: #575757;
	font-size: 1.3em;
	font-weight: bold;
	z-index: 6;
}

/* Onderliggende menu items `ul` in grijze menu balk */
#menubar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 865px;
	height: 70px;
}

/* Onderliggende menu items `ul` in grijze menu balk */
#menubar ul li {
	margin-left: 41px;
	margin-right: 41px;
	display: inline;
	line-height: 70px;
	height: 70px;
}

/* Links voor onderliggende menu items `ul` in grijze menu balk */
#menubar ul li a {
	color: #575757;
	text-decoration: none;
}

/* Links voor onderliggende menu items `ul` in grijze menu balk */
#menubar ul li a:hover {
	color: #FF9933;
}

/* Links voor onderliggende menu items `ul` in grijze menu balk */
#menubar ul li a.active {
	color: #FF9933;
}

/* Project balk aan de linkerzijde */
#leftbar {
	position: absolute;
	left: 0px;
	top: 278px;
	width: 250px;
	z-index: 8;
}

/* opmaak voor titels in de projectbalk */
#leftbar h2 {
	width: 200px;
	text-align: center;
	margin-top: 50px;
	font-size: 1.3em;
	color: #666666;
}

/* onderliggende `ul` objecten in de linker projectbalk */
#leftbar ul li {
	font-size: 1.2em;
	color: #666666;
	margin-left: 13px;
	line-height: 25px;
}

/* onderliggende `ul` objecten in de linker projectbalk */
#leftbar ul li a {
	color: #666666;
	text-decoration: none;
}

/* onderliggende `ul` objecten in de linker projectbalk */
#leftbar ul li a:hover {
	color: #FF9933;
	text-decoration: none;
}

/* `footer` helemaal onderaan de pagina */
#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 865px;
	height: 20px;
	background: url(../img/footer_bg.jpg);
	text-align: center;
	z-index: 6;
}

/* onderliggende objecten in de footer bar */
#footer span{
	font-size: 1.1em;
	line-height: 20px;
	color: #cccccc;
}

/* onderliggende objecten in de footer bar */
#footer span a{
	color: #cccccc;
	text-decoration: none;
}

/* Formulier styling */
input, textarea {
	border: 1px solid #999999;
	width: 250px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}