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

BODY
{
	margin: 0;
	padding: 0;
}

BODY.Vreeman {
	background-color: #FF9933;
	background-image: url(../../img/background.png);
  background-repeat: no-repeat;
  background-position: top center;
}

BODY, TABLE, INPUT, SELECT, TEXTAREA
{
	font-family: 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: #ff9900
}

A:hover
{
	text-decoration: underline;
}

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

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;
}

DIV#Center {
	position: relative;
	width: 760px;
	height: 580px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;	
}

DIV#Content {
	padding-top: 110px;
	padding-left: 10px;
	padding-right: 10px;
}

DIV#Logo {
	position: absolute;
	top: 20px;
	left: 15px;
}

DIV#Menu {
	position: absolute;
	right: 25px;
	top: 77px;
	color: white;
	font-size: 14px;
}

DIV#Menu DIV.Menu, DIV#Menu DIV.MenuSelected {
	display: inline;
	color: white;
	padding-right: 10px;
}

DIV#Menu A {
	color: white;
}

DIV#Menu DIV.MenuSelected A {
	color: #FF6024;
}