/*
 * Version: $Revision: 1.9 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2006 BeSite
 */

BODY#IE {
	text-align: center;
}

DIV#Center {
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

DIV#Header {
	position: relative;
	width: 772px;
	height: 200px;
	background-image: url(/img/header.png);
	background-position: top;
	background-repeat: no-repeat;
}

BODY#MailBody DIV#Header {
	background-image: none;
}

DIV#Header H1 {
	position: absolute;
	top: 5px;
	left: 0px;
	color: #2E3092;
	font-size: 40px;
}

BODY#MailBody DIV#Header H1 {
	position: relative;	
	top: auto;
	left: auto;
}

DIV#Header DIV#Menu {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	color: white;
	line-height: 22px;
	font-size: 14px;
	text-align: left;
}

DIV#Menu DIV {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

DIV#Menu A {
	color: white;
}

DIV#Menu DIV.MenuSelected A {
	color: #00A54E;
}

DIV#Main {
	border-left: 2px solid #2E3092;
	border-right: 2px solid #2E3092;
	min-height: 330px;
	text-align: left;
}

DIV#Content {
	padding: 5px;
}

DIV#Footer {
	position: relative;
	width: 772px;
	padding-top: 15px;
	background-image: url(/img/footer.png);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 9pt;
}

P.Inschrijven
{
	text-align: center;
	font-size: 14pt;
}

BODY#MailBody DIV#Footer {
	background-image: none;
}