/* -------------------------------------------------------------------- basics */
* {
	padding: 0;
	margin: 0;
	line-height: 16px;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body     { color: #4d422d; font-size: 12px; font-family: "Trebuchet MS", Arial, sans-serif; line-height: 14px; background-color: white; background-repeat: repeat }
h1 {
	font-size: 12px;
	clear: both;
	letter-spacing: 0.1em;
	padding-bottom: 6px;
}
h2  { color: #5d80b3; font-size: 12px; letter-spacing: 0.1em; padding-bottom: 6px; clear: both }
p  { font-size: 12px; line-height: 16px; padding-bottom: 6px }
a:link, a:visited {
	color: #4D422D;
}
a:hover, a:active  { color: #5d80b3 }
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li  { background-repeat: no-repeat; background-position: 0 2px; padding-left: 20px }
hr {
	height: 0;
	clear: both;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #EFEEEC;
	margin-right: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.blue  { color: #5d80b3 }
.groen a:link, .groen a:visited{
	color: #4D422D;
}
.groen a:hover, .groen a:active{
	color: #FFFFFF;
}
.grijs {
	color: #B5AFA8;
}
.rood {
	color: #E41A15;
}
.rood a:link, .rood a:visited{
	color: #4D422D;
}
.rood a:hover, .rood a:active{
	color: #FFFFFF;
}
/* -------------------------------------------------------------------- links */
#columnLeft h1   { color: #e41a15; background-repeat: no-repeat; padding-top: 2px; padding-bottom: 8px; padding-left: 37px }
#columnLeft ul  { list-style-type: none; margin: 2px 0 10px; padding: 0 }
#columnLeft li   { background-image: url(../img/dot.gif); background-repeat: no-repeat; background-position: 0 0; padding-left: 37px  }
.navisub  { font-style: italic; background-image: url(../img/sublink.jpg); background-repeat: no-repeat; background-position: 15px center; padding-left: 40px }
#columnLeft a:link, #columnLeft a:visited {
	text-decoration: none;
}
#columnLeft a:hover, #columnLeft a:active   { color: #5d80b3; text-decoration: underline }
/* nieuws item */
#columnLeft div  { background-color: #d2dbe9; background-position: right bottom;
background-repeat: no-repeat; margin-top: 0; margin-bottom: 5px; padding-top: 10px; padding-right: 5px; padding-bottom: 1px }
#columnLeft div h1  { font-size: 12px; padding-bottom: 0 }
/* nieuws datum */
#columnLeft div span {
	color: #B5AFA8;
}
/* link lees verder ... */
#columnLeft div a:link, #columnLeft div a:visited  { color: #5d80b3 }
#columnLeft div a:hover, #columnLeft div  a:active  { color: #5d80b3; text-decoration: underline }
#columnLeft p  { font-size: 10px; line-height: 17px; margin-left: 37px }
#columnRight h1    { color: #e41a15; text-decoration: none; white-space: nowrap; overflow: hidden }
#columnRight h2  { background-repeat: no-repeat; background-position: 0 15px; padding-top: 10px; padding-left: 17px }
#columnContent h1 { font-size: 16px; padding-bottom: 16px }
#columnRight img  { margin-bottom: 5px; border: solid 1px gray }
object  { padding: 4px; border: solid 1px red }
#columnContent ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#columnContent li   { color: black; background-position: 0; list-style-type: disc; margin-left: 28px }
#techno  { background-color: orange }
#columnContent img { margin-right: 20px; margin-bottom: 20px }
input { font-size: 12px; background-color: white; border: solid 1px gray }
textarea { border: solid 1px gray }
.column_left  { background-color: white; margin-top: 0; padding-top: 0 }
.column_right { background-color: #d2dbe9; width: 190px }
.navigatietabel { font-size: 10px; padding-left: 37px }
.tabelheader { background-color: #d7e1ff }

