html{
	overflow: auto;
	height:100%;
}
body{
	background: #a28a62 url(../images/dummy/bg-body.jpg) repeat-y 50% 0;
	height:100%;
	}
.background{
	background: url(../images/dummy/bg-container.gif) repeat-y 50% 0;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
}
body.homepage .background{
	background: url(../images/dummy/bg-container-home.gif) repeat-y 50% 0;
}
#container{
	width:864px;
	margin: 0px auto 0px auto;
	position:relative;
	}
.maintenanceButtons{
	width:165px;
	position: absolute;
	z-index: 99;
	right:0;
}
.logo{
	position:absolute;
}
.logo.genieten{
	top:45px;
	left:18px;
	background: url(../images/dummy/logo-genieten.gif);
	height:43px;
	width:84px;
}
.logo.perron{
	top:50px;
	right:18px;
	background: url(../images/dummy/logo-perron.gif);
	height:40px;
	width:169px;
}
div.homepage{
	width:704px;
	height:477px;
	float:right;
	margin:0 16px 0 0;
}
div.homepage .image{
	width:704px;
	height:477px;
	background: url(../images/dummy/bg-home.jpg);
}
.menu.left{
	float:left;
	width:144px;
	margin-top:170px;
	background:#FFF;
	padding: 10px 0 10px 0;
	overflow:hidden;
}
.menu.left ul{
	margin:0;
	padding:0;
	list-style:none;
}
.menu.left ul li{
	width:100%;
}
.menu.left ul li a{
	font-weight:bold;
	text-decoration:none;
	color:#000;
	display:block;
	padding:2px 10px 2px 10px;
	font-size:14px;
}
.menu.left ul li a:hover{
	background:#000;
	color:#FFF;
}
.menu.left ul ul a{
	color:#777;
	font-size:11px;
}
.menu.left ul ul a.selected{
	color:#ff7a00;
	background:#000;
}

.sidebar{
	float:left;
	width:272px;
	margin-top:94px;
}
.sidebar.openingstijden{
	background:#1f1f1f;
	color:#FFF;
	font-weight:bold;
}
.sidebar .image{
	height:247px;
	width:272px;
	background:url(../images/dummy/afb-links.jpg) no-repeat;
	overflow:hidden;
}
.sidebar .image img{
	height:247px!important;
	width:272px!important;
}
.sidebar .page{
	padding:10px;
}
.sidebar .page .logo.stationserfgoed{
	display:none;
}
.sidebar.openingstijden .page .logo.stationserfgoed{
	background:url(../images/dummy/logo-stationserfgoed.gif) no-repeat 0 100%;
	width:204px;
	height:107px;
	position:static;
	margin:0px 0 0 20px;
	display:block;
	clear:both;
}

.content{
	float:left;
	width:432px;
	margin-top:94px;
}
body.homepage div.homepage .page{
	float:left;
	width:432px;
	margin-top:-60px;
}
.content .image{
	height:247px;
	width:432px;
	background:url(../images/dummy/afb-rechts.jpg) no-repeat;
	overflow:hidden;
}
.content .image img{
	height:247px!important;
	width:432px!important;
}
.content .page{
	padding:10px;
}
body .menu.footer{
	margin:20px 0 0 0;
}
body .menu.footer a{
	text-decoration:none!important;
	margin:0 10px 0 0;
}
body.homepage .menu.footer{
	display:none;
}
