html { 
	height: 100%;
}

body { 
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#nonFooter { 
	position: relative; 
	min-height: 100%;
}

* html #nonFooter { 
	height: 100%;
}

/*
#Footer { 
	position: relative;
	margin-top: -7.5em;
}
*/
#container {
	position: absolute;
	height: 100%;
	width: 100%;
}

#header {
	position: absolute;
	width: 100%;
	z-index: 20;
}

.stier_left {
	position: absolute;
	bottom: 0px;
	left: -4px;
	margin-bottom: 3px;
	z-index: 40;
	width: 160px;
	height: 220px; 
	/*overflow: hidden;*/
}	

.center_object {
	/*
	position: absolute;
	width:100%;
	height: inherit;
	background: #093;
	*/
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
	background: url(../images/main/background_alt.jpg) top center no-repeat #fff; 
	z-index: 0;
	text-align: left;
	overflow: hidden;
	display: block;
}

#altmelding {
	margin-left: 10px;
	width: 488px;
	height: 271px;
	display: block;
	z-index: 30;
	background: url(../images/main/alt_melding.png) top left no-repeat;
}

.alt_content {
	margin-top: 120px;
	padding: 100px 20px 20px 20px;
}

/*	
	FOOTER OBJECT
*/

#footer {
	clear: both;
	bottom:0px;
	width:100%;
	height: 44px;
	background: url(../images/footer/footer-background.gif) left top no-repeat #a10f10;
	position: absolute;
	z-index: 3;
}

#footer-content {
	float: right;
	margin-right: 20px;
	margin-top: 3px;
}

#footer-content-list {
	float: left;
	margin-right: 12px;
	margin-top: 12px;
}

.logo-bel-footer {
	margin-right: 10px;	
}

/*
	HEADER OBJECT
*/


#logo {
	position: absolute;
	left: 0;
	top: 0;
}

#navigatie-list {
	position: absolute;
	left: 150px;
	top: 10px;
}

/*
	FONTS OBJECT
	
*/

p {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 11px;
	color: #333;
	line-height: 18px;
	font-size: 11px;
	margin: 0px;
}

p a {
	color: #c30513;	
}

p a:hover {
	text-decoration: none;	
	color: #c30513;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 24px;
	color: #c30513;
	font-size: 11px;
	margin: 0px 0px 10px 0px;
}

ul {
	
}

li {
	
}
