/* algemeen */
body {
	background-color: #011d4f;
	background-image: url(../images/back.jpg);
	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-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_img.jpg);
	background-repeat: no-repeat;
	background-position: 215px 117px;
}

/* 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 {
	width: 780px;
	height :100%;
}
td.td_boven 	{
	width : 565px;
	height : 117px;
	padding : 29 5 0 0px;
	background-image: url(../images/back_boven.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align : right;
	vertical-align : top;
}
td.td_menu 	{
	width : 215px;
	height : 700px;
	padding : 45 0 0 0px;
	background-image: url(../images/back_menu.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
td.td_content 	{
	width : 100%;
	height : 100%;
	padding : 20 40 10 25px;
	font-family : Arial;
	font-size: 12px;
	color: black;
	vertical-align : top;
}

/* 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;
}

td.formdata 	{
	padding : 3 1 3 4px;
}


/* 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 : none;
	color: #004ea5;
	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 : #cc0022;
}
span.attentiegroot {
	font-size: 14px;
	font-weight: bold;
	color : #cc0022;
}
h1 {
	font-size: 16px;
	font-family : Arial;
	font-weight: bold;
	color : #0d66c9;
} 
td.onderwerptekst {
	padding : 4px;
}