@charset "utf-8";
/* CSS Document */
td {
	text-align: left;
	vertical-align: top;
}
/*/////// kleuren

heel licht: #F2E9C8
licht:  #DED19D
medium: #C8B778
groenige mouseover: #b19e57
donker: #3C2906
extra donker:  

//////*/
table.body {
	background-color : #DED19D;
}
td.topRow {
	background-color: #DED19D;
	/*	background-image: url(../design/filling_s.gif);*/
	background-repeat: no-repeat;
	/*background-position: 740px;*/
	margin-bottom:0px;
	overflow: hidden;
}
td.leftColumn{
	background-color: #DED19D;
	width: 200px;
	height: 860px;
	overflow:hidden;
	background-image: url(../design/filling.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
}
td.rightColumn{
	background-color: #DED19D;
	background-image: url(../design/gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;	

}
td.middleColumn {
/*	background-color: #ffffff;*/
}
td.textField{
	background-color: #F2E9C8;
	padding-top: 12px;
	padding-right: 36px;
	padding-bottom: 12px;
	padding-left: 36px;	
	margin-top:0px;
}
td.topDrie {
	background-color: 	#DED19D;
	padding-right: 0px;
	padding-left: 0px;
	overflow:hidden;
	height: 110px;
	margin-bottom:0px;
	
}
tr.subColumn {
	background-color: #F2E9C8;	 
}
td.subColumn {
	background-color: #F2E9C8;
	margin: 4px;
	min-height: 300px;
	padding-left:20px;

}
tr.subColumn {
	height: 300px;
	overflow:visible;
	width: 160px;
}
table.textBody {

}
td.below {
	min-height:400px;
	
	
}
table.banner {
	background-image: url(../design/panorama.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:4cm;
	
}

tr.banner td {
	border-right-style: none;
}