/* ------------------------------------------------------- 
	styles css    / frankvandenboomen.nl
	development  / tableaux - www.tableaux.nl 
	davelopped  / may 2008
---------------------------------------------------------- */
body{
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #5e5e5e;
	}
span#menuSub{
	font-family: Arial;
	font-size: 11px;
	color: #7d3f0b;
	}
span#kop{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #5e5e5e;
	}
span#kopTable{
	font-family: Arial;
	font-size: 13px;
	color: #303729;
	}
span#table{
	font-family: Arial;
	font-size: 11px;
	color: #9f7048;
	}
/*---------------------------------------------- collectie fotoboek */	
.CollectieItem{
	position:relative;
	overflow:hidden;
	height: 130px;
	width: 130px;
	margin: 10px;
	border: 1px solid #999999;
	}
/*---------------------------------------------- links */
a{
	text-decoration: none;
	color: #7d3f0b;
	}
a:hover{
	text-decoration: none;
	color: #7d3f0b;
	}
div#leftContent a{
	text-decoration: underline;
	color: #7d3f0b;
	}
div#leftContent a:hover{
	text-decoration: underline;
	color: #7d3f0b;
	}
/*---------------------------------------------- h tags */
h1 {
	font-size: 19px;
	color: #7d3e09;
	}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #7d3e09;
	}
