﻿html, body
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
#Header
{
	width:844px;
	height:128px;
	background-image: url(../Images/Layout/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 0px;
	top:0px;
}
#Menu
{
	width:125px;
	position:absolute;
	left:0px;
	bottom:35px;
	top:128px;
	z-index:4;
}
#Content
{
	width: 709px;
	padding:5px;
	background-color: #F1FBE4;
	position:absolute;
	bottom:35px;
	top:128px;
	left:125px;
	overflow:auto;
	z-index:3;
}
#Footer
{
	height:25px;
	left:0px;
	text-align:right;
	bottom:0px;
	width:844px;
	position:absolute;
}
.Button_user
{
	background-color:#66CC33;
	border:solid 1px black;	
	color: White;
	width:100px;
}
.Button_pass
{
	background-color:#CC0000;
	border:solid 1px black;	
	color: White;
	width:100px;
}
.Button_aanmelden
{
	background-color:#00CCFF;
	border:solid 1px black!Important;	
	color: White;
	width:100px;
}
.Buttons
{
	background-color:#FFFFFF;
	border:solid 1px #C4C4C4;	
}
#Inschrijven
{
	position:absolute;
	right:0px;
	bottom:0px;	
}
#Nieuwsbriefaanmelding
{
	visibility:hidden;	
}