/* algemeen */
body {
	background-color: #FFFFFF;
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
	background-position: top center;
	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-family : Arial;
	font-size : 12px;
}

/* onderste tabel */
table.table_endless {
	width : 780px;
	height : 101%;
	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_img.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;
}
td.td_back_underlay_watiskabbalah {
	width : 100%;
	height :100%;
	background-image: url(../images/bk_watiskabbalah.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
td.td_back_underlay_hetkabbalahcentrum {
	width : 100%;
	height :100%;
	background-image: url(../images/bk_kabbalahcentrum.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
td.td_back_underlay_spiritualiteit {
	width : 100%;
	height :100%;
	background-image: url(../images/bk_spiritualiteit.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
td.td_back_underlay_kabbalistictools {
	width : 100%;
	height :100%;
	background-image: url(../images/bk_kabbalistictools.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
td.td_back_underlay_transformatie {
	width : 100%;
	height :100%;
	background-image: url(../images/bk_transformatie.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
td.td_back_underlay_contacteninformatie {
	width : 100%;
	height :100%;
	background-image: url(../images/bk_contacteninformatie.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
td.td_back_underlay_bedankt {
	width : 100%;
	height :100%;
	background-image: url(../images/bk_bedankt.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 	{
  width : 100%;
	padding : 13 0 0 0px;
	font-family : Arial;
	font-size : 12px;
	color: black;
}
td.td_menu 	{
	width : 197px;
	padding : 1 0 0 0px;
}
td.td_rechts 	{
	width : 60px;
	padding : 0 0 0 4px;
}

/* tabellen met opmaak */
table.form {
	border: 1px;
	border-style : solid;
	border-color : #d8d8d8;
}

td.formtitel 	{
	font-weight : bold;
	background-color : #e0e0e0;
	padding : 3 3 3 4px;
}

td.formlabel 	{
	background-color : #f7f7f7;
	padding : 3 3 3 4px;
	width : 200px;
}

td.formdata 	{
	padding : 3 1 3 4px;
	text-align : left;
}


/* 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;
	text-decoration : underline;
	color: #1381aa;
	font-weight : bold;
}

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;
}

