/* CSS Document */
<!--

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

/****************************************************************/
/* header */
/****************************************************************/
table.header1{
	width: 900px;
	height: 150px;
	background-image: url(./images/header.jpg);
}	

/****************************************************************/
/* menu */
/****************************************************************/
table.menu{
	width: 900px;
	height: 60px;
	background-image: url(./images/menu.jpg);
}	
td.menumargintop{
	width: 100%;
	height: 5px;
}	
td.menutop{
	width: 100%;
	height: 30px;
	background-image: url(./images/menuitem.jpg);
}	
td.menuleft{
	width: 720px;
	height: 30px;
	padding-left: 20px;
	text-align: left;
}	
td.menuright{
	width: 160px;
	height: 30px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}	
td.menuitem{
	height: 30px;
	background-image: url(./images/menuitem.jpg);
	color: #000000;
	font-weight: bold;
}
td.menuitem_hover{
	height: 30px;
	cursor: pointer;
	background-image: url(./images/menuitem_hover.gif);
	color: #000000;
	font-weight: bold;
}
td.menubottom{
	width: 100%;
	height: 30px;
	border-left: 1px solid #88BF02;
	border-left: 1px solid #88BF02;
}

/****************************************************************/
/* main */
/****************************************************************/
table.main{
	width: 900px;
	height: 400px;
	background-color: #FFFFFF;
}	
td.mainleft{
	height: 400px;
	padding: 20px;
	color: #000000;
	text-align: justify;
	border-left: 1px solid #88BF02;
}	
td.mainright{
	width: 160px;
	height: 400px;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(./images/mainright.jpg);
}
td.logo{
	width: 150px;
	height: 300px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;	
}
a.logo{
	color: #ffffff;
	font-weight: bold;
}
td.cat{
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
table.album{
	margin-top: 10px;
}
div.album{
	border: 1px dashed #88BF02;
	position: relative;
	left: 5px;
	top: 5px;
	margin-right: 8px;
}
img.album{
	/*border: 1px dashed #88BF02;*/
}
img.thumb{
	border: 1px dashed #88BF02;
	width: 50px;
	height: 50px;
	margin: 5px;
	cursor: pointer;
}
img.thumb:hover{
	cursor: pointer;
}
img.voorna{
	border: 1px dashed #88BF02;
	margin-left: 5px;
	margin-right: 5px;
}

/****************************************************************/
/* foot */
/****************************************************************/
table.foot{
	width: 900px;
	height: 40px;
	background-image: url(./images/foot.jpg);
}	
td.footleft{
	width: 700px;
	height: 40px;
}	
td.footright{
	width: 200px;
	height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}	
table.validation{
	width: 900px;
	margin-top: 10px;
}	
td.validation{
	width: 900px;
	text-align: right;
}	

-->