/*
 * Version: $Revision: 1.3 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2005 BeSite
 */

BODY
{
	margin: 0;
	padding: 0;
}

BODY, TABLE, INPUT, SELECT, TEXTAREA
{
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10pt;
}

INPUT.Radio, INPUT.RadioRequired, INPUT.CheckBox, INPUT.CheckBoxRequired
{
	border: 0px;
	width: inherit;
	height: inherit;
}

BODY#IE INPUT.Radio, BODY#IE INPUT.RadioRequired, BODY#IE INPUT.CheckBox, BODY#IE INPUT.CheckBoxRequired
{
	border: 0px;
	width: 13px;
	height: 13px;
    background-color: transparent;
}

A
{
	text-decoration: none;
	color: #3D9D28;
}

A:hover
{
	text-decoration: underline;
}

H1, H2, H3, H4, H5, H6
{
	margin-bottom: 5pt;
	color: #3D9D28;
}

H1
{
	font-size: 14pt;
	margin-top: 10pt;
}

H2
{
	font-size: 12pt;
	margin-top: 8pt;
}

H3
{
	font-size: 11pt;
	margin-top: 7pt;
}

H4, H5, H6
{
	font-size: 10pt;
	margin-top: 6pt;
}

P, LI
{
	margin-top: 0;
	margin-bottom: 5pt;
}

UL
{
	margin-top: 0;
	margin-bottom: 0;
}

IMG
{
	border: 0;
}

FORM
{
	margin: 0;
	padding: 0;
}

BODY#IE {
	text-align: center;
}

DIV#Page {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

DIV#Layout {
	width: 100%;
	position: relative;
	background-image: url(../img/background.png );
	background-position: top;
}

DIV#MainMenu
{
	position: absolute;
	right: 50px;
	top: 75px;
	text-align: right;
	color: black;
}

DIV#MainMenu LI
{
	list-style: none;
}

DIV#MainMenu A
{
	color: black;
}

DIV#MainMenu LI.MenuSelected A
{
	color: #3D9D28;
	font-weight: bold;
}

DIV#Content {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 500px;
}

DIV#Address {
	padding-top: 490px;
	padding-left: 250px;
}

DIV#Address TABLE TD {
	heigth: 70px;
	vertical-align: top;
	padding-bottom: 20px;
	font-size: 9pt;
	line-heigth: 20px;
}
