/* algemeen */
body {
	background-color: #FFFFFF;
	background-image: url(../images/back_page.gif);
	background-repeat: repeat-x;
	background-position: top center;
	margin : 0 0 0 0px;
	height : 101%;
}
table {
	border : 0px;
	border-collapse : collapse;
}
td {
	padding : 0 0 0 0px;
	text-align : left;
	vertical-align : top;
	font-size: 12px;
	color: #606060;
	font-family : arial;
}

/* onderste tabel */
table.table_endless {
	width : 780px;
	height : 100%;
	min-height : 100%;
}
td.td_endless {
	width : 780px;
	height : 100%;
	background-color : #FFF;
}

/* 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: 69 0;
}
td.td_back_imageoverfanos {
	width : 100%;
	height :100%;
	background-image: url(../images/back_overfanos.jpg);
	background-repeat: no-repeat;
	background-position: 69 0;
}
td.td_back_imagetraining {
	width : 100%;
	height :100%;
	background-image: url(../images/back_training.jpg);
	background-repeat: no-repeat;
	background-position: 69 0;
}
td.td_back_imagebegeleiding {
	width : 100%;
	height :100%;
	background-image: url(../images/back_begeleiding.jpg);
	background-repeat: no-repeat;
	background-position: 69 0;
}
td.td_back_imagerelatietherapie {
	width : 100%;
	height :100%;
	background-image: url(../images/back_relatietherapie.jpg);
	background-repeat: no-repeat;
	background-position: 69 0;
}
td.td_back_imagevoorwie {
	width : 100%;
	height :100%;
	background-image: url(../images/back_voorwie.jpg);
	background-repeat: no-repeat;
	background-position: 69 0;
}
td.td_back_imagelinks {
	width : 100%;
	height :100%;
	background-image: url(../images/back_links.jpg);
	background-repeat: no-repeat;
	background-position: 69 0;
}
td.td_back_imagecoaching {
	width : 100%;
	height :100%;
	background-image: url(../images/back_coaching.jpg);
	background-repeat: no-repeat;
	background-position: 69 0;
}
td.td_back_imagemanifest {
	width : 100%;
	height :100%;
	background-image: url(../images/back_manifest.jpg);
	background-repeat: no-repeat;
	background-position: 69 0;
}
td.td_back_imagecontact {
	width : 100%;
	height :100%;
	background-image: url(../images/back_contact.jpg);
	background-repeat: no-repeat;
	background-position: 69 0;
}
/* 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 	{
	width : 471px;
	padding : 0 0 0 0px;
	font-size: 12px;
	color: #606060;
	font-family : arial;
	text-align : justify;
	line-height: 140%;
}
td.td_menu 	{
	height : 118px;
	padding : 0 59 0 0px;
	text-align : right;
}

/* 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    {
	font-size: 12px;
	text-decoration : none;
	color: #9c0f10;
	font-weight : bold;
}

A:Hover {
	font-size: 12px;
	text-decoration : underline;
	color: #9c0f10;
	font-weight : bold;
}

span.paginatitel {
	font-size: 13px;
	font-weight: bold;
}

span.alineatitel {
	font-size: 12px;
	font-weight: bold;
	font-color : #606060;
}

span.attentie {
	font-size: 12px;
	font-weight: bold;
	font-color : #606060;
}

span.attentiegroot {
	font-size: 14px;
	font-weight: bold;
	font-color : #606060;
}
div.backcontent {
 	background-color:White;
	padding : 18 15 10 18px;
}
div.backcontentvoorwie {
 	background-color:White;
	padding : 35 35 10 18px;
}
td.formlabel {	
	background-color : #fdd78f;
	padding : 3 5 3 3px;
	font-size: 12px;
	color: #606060;
	font-family : arial;
	width : 140px;
}
td.formlabelopmerkingen {	
	background-color : #fdd78f;
	padding : 3 5 3 3px;
	font-size: 12px;
	color: #606060;
	font-family : arial;
}

table.table_form {
	border : 1px solid #f9b000;
}
td.formdata {
	padding : 3 5 3 3px;
	font-size: 12px;
	color: #606060;
	font-family : arial;
}
td.formtitel {
	padding : 3 5 3 3px;
	font-size: 12px;
	color: #606060;
	font-family : arial;
	font-weight : bold;
}