/* algemeen */
body {
	background-color: #FFFFFF;
	background-image: url(../images/back_page.gif);
	background-repeat: repeat;
	background-position: top left;
	background-attachment: fixed;
	margin : 0 0 0 0px;
}
table {
	border : 0px;
	border-collapse : collapse;
}
td {
	padding : 0 0 0 0px;
	text-align : left;
	vertical-align : top;
	color : #000000;
	font-size : 12px;
	font-family : arial;
}

/* onderste tabel */
table.table_endless {
	width : 780px;
	height : 100%;
	min-height : 100%;
}
td.td_endless {
	width : 780px;
	height : 100%;
	background-color : #FFFFFF;
	background-image: url(../images/back_endless.gif);
	background-repeat: repeat;
	background-position: top left;
}

/* achtergrondfoto of achtergrond */
table.table_back_image {
	width : 100%;
	height :100%;
}
td.td_back_image {
	width : 100%;
	height :100%;
	background-image: url(../images/back_image.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/* underlay, de blokken waarop objecten worden geplaast */
table.table_back_underlay {
	width : 100%;
	height :100%;
}
td.td_back_underlay {
	width : 100%;
	height :100%;
	background-image: url(../images/back_underlay.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* tabel met de inhoud van de pagina */
table.table_content {
	height: 100%;
	width: 780px;
}
td.td_content 	{
	padding : 10 40 10 45px;
	font-size: 12px;
	font-family : Arial;
	color: black;
}
td.td_titel 	{
	width : 120px;
	padding : 10 0 0 0px;
	background-image: url(../images/back_titel.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
td.td_logo {
	width : 115px;
}
td.td_menu 	{
	width : 665px;
	height : 140px;
	padding : 64 0 0 0px;
}

/* overige style-elementen */

img.img_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

img.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

A, A:Visited, A:Active, A:Hover    {
	font-size: 12px;
	font-weight : bold;
	text-decoration : underline;
	color: #54b6e7;
}
span.paginatitel {
	font-size: 13px;
	font-weight: bold;
	color : #000000;
}

span.alineatitel {
	font-size: 12px;
	font-weight: bold;
	color : #000000;
}

span.attentie {
	font-size: 12px;
	font-weight: bold;
	color : #000000;
}

table.form {
	border: 1px;
	border-style : solid;
	border-color : #d8d8d8;
}
table.form_persoonsgegevens {
	border: 1px;
	border-style : solid;
	border-color : #d8d8d8;

}
td.formtitel 	{
	font-weight : bold;
	font-size : 12px;
	padding : 3 3 10 5px;
}

td.formlabel 	{
	background-color : #f4fcdd;
	font-size : 12px;
	padding : 3 3 3 4px;
	width : 170px;
}

td.formdata 	{
	font-size : 12px;
	padding : 3 1 3 14px;
}
td.prestitel 	{
	color : #848484;
	font-weight : bold;
	font-size : 13px;
	padding : 3 3 10 4px;
}
td.preslabelsmall 	{
	color : #aeadad;
	font-weight : bold;
	font-size : 12px;
	padding : 3 3 3 4px;
	width : 100px;
}
td.preslabel 	{
	color : #aeadad;
	font-weight : bold;
	font-size : 12px;
	padding : 3 3 3 4px;
	width : 170px;
}

td.presdata 	{
	font-size : 12px;
	padding : 3 10 3 14px;
}
/* website specifieke elementen */

td.menubuttons_top {
	text-align : right;
	vertical-align : top;
	height : 19px;
	padding-left : 13px;
}
td.menubuttons_bottom {
	text-align : right;
	vertical-align : top;
	height : 18px;
	padding-left : 13px;
}


td.td_bk_onder_tekstrechts {
	background-image: url(../images/projectkaders/bk_onder_tekstrechts.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom : 4px;
	width : 420px;
}

td.td_bk_boven_tekstrechts {
	background-image: url(../images/projectkaders/bk_boven_tekstrechts.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding : 15px 18px 8px 6px;
}

td.td_bk_foto {
	background-repeat: no-repeat;
	background-position: 4px 7px;
	vertical-align : top;
  padding : 0px 0px 0px 0px;
}

td.td_projectbullet_l {
	width : 104px;
	height : 15px;
	background-image: url(../images/projectkaders/bk_projectbullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	color : #848484;
	font-weight : bold;
	padding : 0px 4px 0px 17px;
}
td.td_projecttitel_l {
	width : 391px;
	color : #848484;
	font-weight : bold;
	padding-bottom : 5px;
  text-align : right;
	padding-right : 5px;
}
td.td_projectdata_l {
	color : #a1a1a1;
	font-weight : normal;
}
td.colon {
	color : #a1a1a1;
	font-weight : normal;
	width : 15px;
	text-align : center;
}
tr.reftitel {
 background-color : #f1f1f1;
}
td.reftussen {
 height : 20px;
}