
html, body, div, form
{
	margin: 0px;
	padding: 0px;
}

html, body
{
	height: 100%;
}

div
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}

body
{
	background: #FFFFFF;
	background-image: url('http://www.tenenontleden.nl/templates/default/images/body_background.png');
	background-position: top center;
	background-repeat: repeat-x;
}

div.wrapper
{
	background-image: url('http://www.tenenontleden.nl/templates/default/images/wrapper_background.png');
	background-position: top left;
	background-repeat: no-repeat;

	height: 100%;
	margin: 0px auto 0px auto;
	position: relative;
	width: 770px;
}

div.title
{
	height: 250px;
	padding: 180px 0px 0px 210px;
}

div.title h1
{
	color: #0D3B1E;
	font-family: Serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;

	margin: 0px;
	padding: 0px;
}

div.title h2
{
	color: #FFFFFF;
	font-family: Serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	left: 20px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: center;
	top: 80px;
	width: 160px;
}



div.menu
{
	left: 0px;
	padding: 6px 0px 0px 0px;
	position: absolute;
	top: 250px;
	width: 185px;
}

div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.menu ul li
{
	color: #0D3B1E;
	font-family: Serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

div.menu ul li a
{
	color: #0D3B1E;
	font-family: Serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

div.menu ul ul li
{
	margin: 0px;
}

div.menu ul ul li, div.menu ul ul li a
{
	font-size: 15px;
}

div.menu ul ul ul li, div.menu ul ul ul li a
{
	font-size: 12px;
}

div.content 
{
	left: 200px;
	overflow: auto;
	padding: 0px 12px 24px 12px;
	position: absolute;
	top: 250px;
	width: 570px;
}

div.content h1
{
	color: #0D3B1E;
	font-family: Serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;

	margin: 0px;
	padding: 0px;
}

div.content h2
{
	color: #0D3B1E;
	font-family: Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;

	margin: 0px;
	padding: 0px;
}

div.content h3
{
	color: #0D3B1E;
	font-family: Serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 75px;
}

div.content p
{
	color: #0D3B1E;
	font-family: Verdana, Arial, Tahoma, Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

div.content, div.content td
{
	color: #0D3B1E;
	font-family: Verdana, Arial, Tahoma, Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

div.content a
{
	color: #0D3B1E;
	font-family: Verdana, Arial, Tahoma, Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

div.content ul
{
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 32px;
}

div.content ul li
{
	margin: 0px;
}

div.pagination
{
	color: #000000; 
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	text-align: right;
}

div.footer
{
	background: #000000;
	color: #FFFFFF; 
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	right: 0px;
	padding: 2px 4px 2px 4px;
	position: absolute;
	text-align: right;
	top: 0px;
}

div.footer a
{
	color: #FFFFFF; 
	font-family: Verdana, sans-serif; 
	font-size: 11px;
}




/* FORM FIELDS */
.button
{
	border-top: #FFFFFF solid 1px;
	border-right: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	border-left: #FFFFFF solid 1px;

	color: #000000;
	font-family: Verdana, sans-serif, Serif;
	font-size: 11px;

	height: 21px;
	padding-right: 6px;
	padding-left: 6px;
}

.select
{
	color: #000000;
	font-family: Verdana, sans-serif, Serif;
	font-size: 11px;

	margin: 0px;
	padding: 0px;

	height: 21px;
	width: 240px;
}

.file
{
	color: #000000;
	font-family: Verdana, sans-serif, Serif;
	font-size: 11px;

	margin: 0px;
	padding: 1px 0px 0px 3px;

	height: 21px;
	width: 240px;
}

.textfield
{
	color: #000000;
	font-family: Verdana, sans-serif, Serif;
	font-size: 11px;

	margin: 0px;
	padding: 1px 0px 0px 3px;

	height: 21px;
	width: 240px;
}

.textfield_with_icon
{
	color: #000000;
	font-family: Verdana, sans-serif, Serif;
	font-size: 11px;

	margin: 0px;
	padding: 1px 0px 0px 3px;

	height: 21px;
	width: 220px;
}

.textfield_small
{
	color: #000000;
	font-family: Verdana, sans-serif, Serif;
	font-size: 11px;

	margin: 0px;
	padding: 1px 0px 0px 3px;

	height: 21px;
	width: 150px;
}

.textfield_small_with_icon
{
	color: #000000;
	font-family: Verdana, sans-serif, Serif;
	font-size: 11px;

	margin: 0px;
	padding: 1px 0px 0px 3px;

	height: 21px;
	width: 130px;
}

.textarea
{
	color: #000000;
	font-family: Verdana, sans-serif, Serif;
	font-size: 11px;

	margin: 0px;
	padding: 1px 0px 0px 3px;

	height: 150px;
	width: 240px;
}

.hint
{
	cursor: pointer;
}








/* TABLE.LIST */
table.list
{
	margin-bottom: 16px;
}

table.list tr
{
}

table.list tr td
{
	border: #FFFFFF	solid 1px;
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
}

table.list tr td a
{
	color: #000000;
	font-family: Verdana, sans-serif, sans-serif;
	font-size: 11px;
}

table.list tr td a:hover
{
	color: #808080;
}

table.list tr.head td
{
	background: #000000;
	color: #FFFFFF; 
}

table.list tr.odd td
{ 
	background: #E8E8E8; 
	color: #000000; 
} 

table.list tr.even td
{ 
	background: #F8F8F8; 
	color: #000000; 
} 

table.list tr.hover td
{ 
	background: #C8C8C8; 
	color: #000000; 
} 

table.list tr td.icon
{
	padding: 5px 3px 3px 5px;
	width: 22px;

	/* Catch possible alt text */
	white-space: nowrap;
	font-size: 9px;
}

table.list tr td.icon a
{
	/* Catch possible alt text */
	font-size: 9px;
}

table.list tr td.input
{
	padding: 3px 3px 3px 3px;

	/* Catch possible alt text */
	font-size: 9px;
}

table.list tr td.input a
{
	/* Catch possible alt text */
	font-size: 9px;
}

table.list tr td.label
{
	padding: 5px 8px 5px 8px; /* Additional padding */
	font-weight: bold;
}

table.list tr td.text
{
	padding: 5px 8px 5px 8px; /* Additional padding */
	font-weight: normal;
}

table.list tr td table
{
	margin: 0px 0px 0px 3px;
	padding: 0px;
}

table.list tr td table tr td
{
	border: none;
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

table.list tr td table tr td.label, table.list tr td table tr td.text
{
	padding-left: 0px;
}


/* TABLE.FORM */
table.form
{
	margin-bottom: 16px;
}

table.form tr td
{
	font-family: Verdana, sans-serif; 
	font-size: 11px;
}

table.form tr td em
{
	color: #FF0000;
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	font-style: normal;
}

table.form tr td a
{
	color: #000000;
	font-family: Verdana, sans-serif, sans-serif;
	font-size: 11px;
}

table.form tr td a:hover
{
	color: #808080;
}

table.form tr.head td
{
	background: #000000;
	color: #FFFFFF; 
}

table.form tr.odd td
{ 
	background: #E8E8E8; 
	color: #000000; 
} 

table.form tr.even td
{ 
	background: #F8F8F8; 
	color: #000000; 
} 

table.form tr.error td
{ 
	color: #FF0000;
	/* background: #FFE0E0; */
}

table.form tr td.icon
{
	padding: 3px 0px 0px 2px;

	/* Catch possible alt text */
	font-size: 9px;
}

table.form tr td.icon a
{
	/* Catch possible alt text */
	font-size: 9px;
}

table.form tr td.image
{
	padding: 2px 0px 2px 0px;

	/* Catch possible alt text */
	font-size: 9px;
}

table.form tr td.image a
{
	/* Catch possible alt text */
	font-size: 9px;
}

table.form tr td.input
{
	padding: 2px 0px 2px 0px;

	/* Catch possible alt text */
	font-size: 9px;
}

table.form tr td.input a
{
	/* Catch possible alt text */
	font-size: 9px;
}

table.form tr td.label
{
	padding: 4px 4px 4px 4px; /* Additional padding */
	font-weight: bold;
}

table.form tr td.table
{
	padding: 0px; /* Additional padding */
	font-weight: normal;
}

table.form tr td.text
{
	padding: 4px 4px 4px 4px; /* Additional padding */
	font-weight: normal;
}


