/* CSS Document */
<!--

/****************************************************************/
/* general */
/****************************************************************/
body{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-align: center;
	margin: 0px;
	background-color: #DDDDDD;
}
#container{			/* to center website in firefox */
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
table{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: none;
}
a{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
hr{					/* hr has border and fill */
	height: 1px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top: 1px solid #00923F;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-bottom: 10px;
}
img{
	border: none;
	vertical-align: middle;
}
ul{
	margin-top: 5px;
	margin-bottom: 0px;
}
li{
	margin-top: 3px;
	margin-bottom: 3px;
	list-style-image: url(./images/bullet.png);
}

/****************************************************************/
/* header */
/****************************************************************/
table.header1{
	width: 910px;
	height: 200px;
	margin-top: 10px;
	background-image: url(./images/header1.jpg);
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}	
td.header1left{
	width: 240px;
	height: 100%;
}	
td.header1righttop{
	width: 660px;
	height: 160px;
}
td.header1rightbottom{
	width: 660px;
	height: 40px;
	text-align: left;
	vertical-align: middle;
}

/****************************************************************/
/* menu */
/****************************************************************/
table.menu{
	width: 100%;
}
td.menu{
	height: 35px;
	padding-left: 10px;
	background-color: #F1F1F1;
	font-weight: bold;
	color: #000000;
	text-align: left;
	border-bottom: 5px solid #F1F1F1;
	cursor: default;
}		
td.menuhover{
	height: 35px;
	padding-left: 10px;
	background-color: #F1F1F1;
	color: #000000;
	font-weight: bold;
	text-align: left;
	border-bottom: 5px solid #00923F;
	cursor: pointer;
}	
table.menuhome{
	width: 910px;
	background-color: #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
}	
td.menuhome{
	font-weight: bold;
	color: #444444;
	text-align: left;
	font-size: 20px;
	cursor: default;
	padding-left: 5px;
	padding-right: 5px;
}		
td.menuhomehover{
	color: #000000;
	font-weight: bold;
	text-align: left;
	font-size: 20px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}	
div.menuhome{
	position: relative;
	float: left; /* optional */
}
div.menuhomebackground{
	position: absolute;
	top: 5px; /* in conjunction with left property, decides the text position */
	left: 0px;
	width: 168px;
	height: 30px;
	background-color: #F1F1F1;
	/* for IE */
	filter: alpha(opacity=60);
	/* CSS3 standard */
	opacity: 0.6;
}	
div.menuhometext{
	position: absolute;
	top: -18px; /* in conjunction with left property, decides the text position */
	left: 10px;
	width: 168px;
	height: 30px;
}	
img.menuhome{
	width: 168px;
	/* for IE */
	filter: alpha(opacity=100);
	/* CSS3 standard */
	opacity: 1.0;
}		
img.menuhomehover{
	width: 168px;  
	/* for IE */
	filter: alpha(opacity=100);
	/* CSS3 standard */
	opacity: 1.0;
}		

/****************************************************************/
/* main */
/****************************************************************/
table.main{
	width: 910px;
	/*height: 250px;*/
	background-color: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}	
td.main{
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	vertical-align: top;
}
table.hometop{
	width: 100%;
}
td.hometopleft{
	padding-right: 15px;
	background-color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
}
td.hometopright{
	padding-left: 15px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	border-left: 1px dashed #00923F;
	width: 180px;
}
table.album{
	margin-top: 10px;
}
div.album{
	width: 424px;
	position: relative;
	left: 0px;
	top: 0px;
	border: 1px dashed #00923F;
	margin-right: 15px;
}
img.album{
	width: 424px;
	/*border: 1px dashed #00923F;*/
}
img.thumb{
	cursor: pointer;
	width: 100px;
	height: 75px;
	border: 1px dashed #00923F;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: default;
}
img.thumb:hover{
	cursor: pointer;
}
img.voorna{
	width: 424px;
	border: 1px dashed #00923F;
	margin-top: 10px;
}

/****************************************************************/
/* foot */
/****************************************************************/
table.foot{
	width: 910px;
	height: 30px;
	background-color: #F1F1F1;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	border-bottom: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}	
td.foot{
	text-align: center;
	vertical-align: middle;
}	
table.validation{
	width: 900px;
	margin-top: 10px;
}	
td.validation{
	width: 900px;
	text-align: right;
}	

-->
