body
{
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-family: Tahoma;
	background: #E3D8C4;
}
form
{
	margin: 0px;
	padding: 0px;
}
img
{
	border: 0px;
}
b
{
	color: #A72C1B;
	text-transform: uppercase;
}
p
{
	margin: 0px;
	padding-bottom: 10px;
}
h1, h2, h3
{
	color: #A72C1B;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
h1
{
	font-size: 14px;
	font-family: Verdana;
}
.select
{
	width: 180px;
}
#site
{
	width: 800px;
	height: 545px;
	margin: 0 auto;
}

#screen
{
	margin: 0 auto;
	width: 800px;
	height: 600px;
	overflow: hidden;
	background-color: #FFFFFF;

}

#footer
{
	width: 790px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;

}

/*
 * Menu
 */
#menu
{
	width: 800px;
	height: 25px;
	margin: 0 auto;
	line-height: 25px;
	text-transform: uppercase;
	background-color: #A72C1B;
}
#menu
ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
#menu
li
{
	float: left;
	height: 25px;
	border-right: 1px solid #BB644E;
	list-style-type: none;
}
#menu
li
a
{
	color: #F8F7F2;
	float: left;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
#menu
li
a:hover
{
	color: #F8F7F2;
	background-color: #9D723A;
}


/*
 * Pagina
 */
#page
{
	width: 800px;
	min-height: 300px;
	margin: 0 auto;
	background-color: #FFFFFF;
	overflow: hidden;
}

/*
 * Content
 */
.content
{
	width: 550px;
	float: left;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	overflow: hidden;
}
.content
a
{
	color: #000000;
	text-decoration: none;
}
.content
a:hover
{
	color: #000000;
	text-decoration: underline;
}
.content
fieldset
a:hover
{
	color: #102452;
	text-decoration: none;
}

/*
 * Foutmeldingen
 */
.error
{
	border: 1px solid #FF8000;
	padding: 8px;
	background-color: #FFBF7F;
}
.form_error
{
	border: 1px solid #FF8000;
	background-color: #FFBF7F;
}

/*
 * Submenu
 */
.submenu
{
	width: 220px;
	float: right;
	padding-top: 15px;
	padding-left: 5px;
}

/*
 * Table
 */
.td
{
	width: 100px;
}

/*
 * Company
 */
.company
{
	font-weight: bold;
	font-size: 13px;
}