
/*	Centreren pagina:
	- in <body>: style="text-align:center"
	- in table geen 100% kolom
	- in <td>:  style="text-align:left" ivm de tekst
*/

html
{
	height: 100%;
}

body
{
	color: #000000;
	background: #f0f0f0;
	font-family: Arial,Verdana,Helvetica,Sans-serif;
	font-weight: normal;
	font-size: 10pt;
}

.center
{	
	text-align: center;
}

.underline
{	
	text-decoration: underline;
}

div
{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div.inmemoriam
{
	font-size: 13pt;
	background-image: url('img/fennies_achtergrondjes_fatasy20(27).jpg');
}

div.textboxright
{
	margin-top: 20px;
}

table
{
	border-collapse: collapse;
	table-layout: fixed;
	width: 600px;
	margin-left: 30px;
	margin-top: 4px;
	margin-bottom: 30px;
}

table.main
{	
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

table.inmemoriam
{
	width: 400px;
	border-color: #ff9966;
	font-family: Monotype Corsiva;
	font-size: 13pt;
	border-width: 3px;
	padding: 0px;
}

tr.headerheight		{ height:131px;	}
tr.mainheight		{ height:100%;	}

col.leftmenu		{ width:180px;	}
col.main		{ width:100%;	}
col.rightmenu		{ width:180px;	}

tr
{
}

td
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	vertical-align:top;
	text-align:left;
	margin: 0px;
	padding: 3px;
}

td.layout
{
	border-style: none;
}

td.main
{
	padding: 0px;
}

td.header
{
	background-image:url('img/achtergrond_hondenpootjes2.jpg');
}

td.menu
{
	background-image:url('img/marb009.2.jpg');
}


h1
{    
	margin: 15px 30px;
	font-size:18pt;
	font-weight:bold;
	margin-bottom: 30px;
	text-align:center;
}

h1.menu
{
	margin: 15px 15px;
	text-align:left;
}

h2
{
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 0px;
	font-size: 13pt;
	font-weight: bold;
}


h3
{
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 0px;
	font-size: 11pt;
	font-weight: bold;
}


p
{
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 15px;
}


p.menu
{
	margin: 15px 15px;
}

ul
{
	margin-top: 10px;
	margin-left: 60px;
	margin-bottom: 20px;
}

li
{
	margin-bottom: 2px;
}

img
{
	border: none;
}

a, a:active, a:link, a:hover 
{
}


a:visited 
{
}


a.menu
{
	color: #000000;
	text-decoration: none; 
	font-weight: normal;
	border-width: 0px;
}


a.menu:hover
{
	color: #938686;
	text-decoration: none; 
	font-weight: normal;
	border-width: 0px;
}


a.image, a.image:active, a.image:link, a.image.hover, a:visited.image
{
	border-width: 0px;

}

