/* 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;
}
.table_border {
	border: thin solid #FF0000;
}

td {
	padding : 0 0 0 0px;
	text-align : left;
	vertical-align : top;
	font-color : #000000;
	font-family : arial;
	font-size :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.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;
	position: relative;
}

/* tabel met de inhoud van de pagina */
table.table_content {
	height: 100%;
	width: 780px;
}
td.td_content 	{
	width : 600px;
	height : 100%;
	padding : 130 30 10 10px;
	font-size: 12px;
	color: black;
}
td.td_menu 	{
	width : 202px;
	height : 100%;
	padding : 99 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    {
	font-size: 12px;
	text-decoration : none;
	color: #dd0000;
}

A:Hover {
	font-size: 12px;
	text-decoration : underline;
	color: #dd0000;
}

span.paginatitel {
	font-size: 13px;
	font-weight: bold;
	font-color : #000000;
}

span.alineatitel {
	font-size: 12px;
	font-weight: bold;
	font-color : #000000;
}

span.attentie {
	font-size: 12px;
	font-weight: bold;
	font-color : #000000;
}

.button_red {
	background-color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border: thin none #FF3300;
}

img#vbo, img#funda {
	border-width: 0;
	position: absolute;
	margin-top: 3px;
	margin-left: 185px;
}

img#vbo {
	margin-left: 185px;
}

img#funda {
	margin-top: 46px;
}

