/* 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;
	font-color : #000000;
	font-family : arial;
	font-weight : 12px;
}

/* 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.gif);
	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: 740px;
}
td.td_content 	{
	width : 100%;
	padding : 10 10 10 57px;
	font-size: 12px;
	color: black;
}

/* 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 : underline;
	color: #2a7309;
}

A:Hover {
	font-size: 12px;
	text-decoration : underline;
	color: #2a7309;
}

span.paginatitel {
	font-size: 13px;
	font-weight: bold;
	font-color : #2a7309;
}

span.alineatitel {
	font-size: 14px;
	font-weight: bold;
	color : #1c5602;
}

span.attentie {
	font-size: 12px;
	font-weight: bold;
	font-color : #000000;
}


