﻿html, body
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
#Header
{
	left:0px;
	right:0px;
	top:0px;
	position:absolute;
	background-image: url(../Images/Layout/letters_boven.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:101px;
}
#Logo
{
	right:0px;
	top:0px;
	position:absolute;
}
#Menu
{
	top:101px;
	left:0px;
	bottom:0px;
	position:absolute;
	background-image: url(../Images/Layout/at.gif);
	background-position: left bottom;
	background-repeat: no-repeat; 
	width:143px;
	background-color: #7AA640;
	z-index:20;
}
#Content
{
	top:101px;
	Right:0px;
	bottom:74px;
	left:143px;
	Position:absolute;
	padding:5px;
	overflow:auto;
	background-color: white;
	z-index:0;
}
#Footer
{
	left: 142px;
	right: 0px;
	bottom:0px;
	position:absolute;
	background-image: url(../Images/Layout/letters_onder.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height:80px;
}
#Logindiv
{
	width:110px;
	margin-top:7px;
}
.Button_User
{
	background-color:#FF3333;
	width:100px;
	font-family:verdana;
	text-align:center;
	Color: black;
}
.Button_Pass
{
	background-color:#19FF00;
	width:100px;
	margin-top:3px;
	font-family:verdana;
	text-align:center;
	Color: black;
}
.Button_Aanmelden
{
	background-color:#0019FF;
	width:100px;
	border:0px;
	margin-top:3px;
	font-family:verdana;
	text-align:center;
	Color: black;
}
.Buttons
{
	background-color:#FFFFFF;
	border:solid 1px #C4C4C4;	
}
#Nieuwsbriefaanmelding
{
	visibility:hidden;	
}
#Inschrijven
{
	position:absolute;
	right:0px;
	bottom:0px;	
}
