/* algemeen */
body {
	background-color: #FFFFFF;
	background-image: url(../images/back_page.jpg);
	background-repeat: no-repeat;
	background-position: top middle;
	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_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;
}

/* tabel met de inhoud van de pagina */
table.table_content {
	height: 100%;
	width: 780px;
}
td.content 	{
	width : 694px;
	padding : 0 0 0 0px;
	background-color : White;
}
div.contentheight {
	height : 356px;
	position:relative;
	overflow : auto;
	padding : 8 20 20 20px;
	top : 0px;
	left : 0px;
	z-index: 1;
}
div.contentmargin {
    width : 100%;
	padding : 0 0 20 0px;
	font-size: 13px;
	font-family : Arial;
	color: black;
}
td.menu 	{
	width : 235px;
	padding : 0 0 0 0px;
	background-color : White;
}

/* 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    {
	font-size: 13px;
	text-decoration : underline;
	color: #7a7a7a;
}

A:Hover {
	font-size: 13px;
	text-decoration : underline;
	color: #7a7a7a;
}

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;
}

div.onzichtbaar {
	visibility : hidden;
	width : 692px;
}
div.zichtbaar {
	display : block;
	visibility : show;
	width : 692px;
	background-color : #b2b706;
	color : White;
	font-style : italic;
	font-size : 15px;
	font-weight : bold;
}
div.quotemargins {
	padding : 8px;
	padding-left : 38px;
	padding-right : 38px;
}
div.columnkader {

   border : 1px solid #c1c100;
   padding : 5px;
}