/* ------------------------------- kleuren
algemeen donkerbruin #3F392E
arc bruin #595141
cul middelbruin #968665 (#867759)
eco groen #B5C431 (#ABB92F)
geo blauw #97D3E6 (#5CB9D8)
bln lichtgrijs #BCB1A0 (#A5977E) 
--------------------------------- basics */
* { 
	padding: 0;
	margin: 0;
	color: #3F392E;
	font-size: 11px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EBE8E3;
	color: #3F392E;
	background-image: url(img/bg_body.jpg);
	background-repeat: repeat-x;
}
img {
  border: 0;
}
h1 {
	font-size: 14px;
	clear: both;
	margin-bottom: 16px;
}
h2 {
	font-size: 12px;
	clear: left;
}
p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 20px;
}
ul {
	list-style-type: none;
	padding: 0px;
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
li {
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-image: url(img/alg_li.gif);
}
ol {
	list-style-type: decimal;
	margin-left: 24px;
	padding: 0px;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 20px;
}
ol li {
	padding-left: 0px;
	background-image: none;
}
ol ul {
	margin-bottom: 0px;
}
ol ul li{
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-image: url(img/alg_li.gif);
}
a:link, a:visited, a:hover, a:active {
	color: #3F392E;
	text-decoration: underline;
}
a[href$=".pdf"] {
	background: url(img/pdf.gif) no-repeat right top;
	padding-right: 16px;
}
.floatR {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.drieopeenrij {
	border-top-width: 5px;
	border-top-style: solid;
	margin-right: 15px;
	margin-bottom: 20px;
}
.floatNL {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
/* -------------------------------------------------------------------- kleuren sectoren*/

body#arc h1 {
	color: #595141; 
}
body#arc .floatR{
	border-bottom-color: #595141; 
}
body#arc .drieopeenrij {
	border-top-color: #595141; 
}
body#arc #columnContent a:hover {
	color:  #595141; 
	text-decoration: underline;
}
body#cul h1 {
	color: #968665; 
}
body#cul .floatR{
	border-bottom-color: #968665; 
}
body#cul .drieopeenrij {
	border-top-color: #968665; 
}
body#cul #columnContent a:hover {
	color:  #867759; 
	text-decoration: underline;
}
body#eco h1 {
	color: #B5C431; 
}
body#eco .floatR{
	border-bottom-color: #CBD757; 
}
body#eco .drieopeenrij {
	border-top-color: #CBD757; 
}
body#eco #columnContent a:hover {
	color:  #ABB92F; /* groen */
	text-decoration: underline;
}
body#geo h1 {
	color: #97D3E6; 
}
body#geo .floatR{
	border-bottom-color: #97D3E6; 
}
body#geo .drieopeenrij {
	border-top-color: #97D3E6; 
}
body#geo #columnContent a:hover {
	color:  #5CB9D8; 
	text-decoration: underline;
}
body#bln h1 {
	color: #BCB1A0; 
}
body#bln .floatR{
	border-bottom-color: #BCB1A0; 
}
body#bln .drieopeenrij {
	border-top-color: #BCB1A0; 
}
body#bln #columnContent a:hover {
	color:  #A5977E; 
	text-decoration: underline;
}
