html {
	height:100%;
}
body {
	height:100%;
}
#main {
	width:900px;
	height:auto;
	background:url('../img/main.jpg') repeat-y;
	margin:0 auto;
	min-height:100%;
	text-align:left;
	position:relative;
}
* html #main {
	height:100%;
}
#container {
	width:900px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	z-index:1;
	position:relative;
	font-style:italic;
	line-height:200%;
}
#header {
	height:121px;
	overflow:hidden;
	background-color:#ffffff;
}
#content {
	padding-bottom:16px;
}
#contentMenu {
	width:220px;
	height:100px;
	float:left;
	line-height:100%;
}
#menuMain {
	font-style:normal;
	position:absolute;
	width:180px;
	font-size:14px;
}
#menuMain ul {
	margin:0;
	list-style:none;
	list-style-image:none;
	background:none;
}
#menuMain li {
	list-style:none;
	list-style-image:none;
	padding:5px 0px 5px 14px;
	width:135px;
	border-bottom:1px solid #ffffff;
	background:none;
}
#menuMain li#last {
	border-bottom:none;
}
#menuMain a {
	text-decoration:none;
	color:#646362;
}
#menuMain a:hover {
	margin-left:10px;
	color:#64818e;
}
#contentHeader {
	width:450px;
	float:left;
}
#contentAlert {
	width:210px;
	height:100px;
	background:url('img/actie_bg.png');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/actie_bg.png', sizingMethod='scale');
	float:right;
	display:none;
}
#alertItem {
	font-style:normal;
	position:absolute;
	font-size:14px;
	padding:20px 0 0 0;
}
#contentBottomLeft {
	width:250px;
	height:auto;
	float:left;
}
#contentBottomLeft img {
	margin:50px 10px 0 20px;
	float:right;
}
#logos {
	position:relative;
	top:53px;
	left:151px;
	width:143px;
	height:41px;
}
#logos img {
	margin-right:12px;
	float:left;
}

#contentBottomRight {
	width:550px;
	height:auto;
	float:right;
	padding:22px 38px 22px 0;
}
#footer {
	width:900px;
	height:16px;
	overflow:hidden;
	position:relative;
	margin:-16px auto;
	text-align:right;
	z-index:1;
	background-color:#646362;
	color:#ffffff;
}
#footer a {
	color:#ffffff;
	margin:0 10px 0 10px;
}
#triangle {
	position:relative;
	width:298px;
	height:200px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/triangle.png', sizingMethod='scale');
	margin:-346px 0 0 -450px;
	left:50%;
	color:#ffffff;
	padding:146px 0 0 5px;
	cursor:pointer;
}
* > #triangle {
	background:url('../img/triangle.png');
}
.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	visibility:hidden;
}

