/* Herdefinities van html tags */
html {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-y;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/black_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4;
}

div#divcontainer {
	width: 780px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #808080;
	text-decoration: none;
}

a:hover {
	color: #808080;
	text-decoration: underline;
}

p.nothing {
	margin: 0px !important;
	padding: 0px !important;
}

li.nothing {
	display: none;
}


.usercontent a {
	color: #333;
	text-decoration: underline;
}

.usercontent a:hover {
	color: #333;
	text-decoration: underline;
}

.usercontent p {
	margin: 0px 0px 10px 0px;
}

.usercontent sup {
	font-size: 90%;
	font-weight: bold;
	line-height: 0px;
	vertical-align: 0.4em;
}

.usercontent sup a {
	font-weight: normal;
	color: #808080;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

.usercontent img {
	margin: 8px;
}

.usercontent img.left {
	margin-left: 0px;
	float: left;
}

.usercontent img.right {
	margin-right: 0px;
	float: right;
}

.usercontent .cms_item_anchor img {
	margin: 0px;
}

div {
	border: 0px dashed #F00;
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
}

form {
	margin: 0px;
	padding: 0px;
}

.title {
	margin: 20px 0px 15px 0px;
}

h1 {
	margin: 0px;
	color: #333;
	font-size: 130%;
}

h2 {
	margin: 0px;
	color: #333;
	font-size: 110%;
}

h3 {
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	background-color: #808080;
	padding: 6px 10px 4px 28px;
	margin: 8px 0px;
}

h3.dossier {
	padding: 4px 10px 4px 6px;
}

h4 {
	color: #000;
	font-size: 100%;
	margin: 15px 0px 0px 0px;
}

h5, .subtitle {
	color: #999;
	font-size: 90%;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}

.subtitle {
	margin: 0px;
}

h5.below, .below {
	margin-top: 0px;
}

img {
	border: 0px;
}


/* custom ul */

ul {
	padding: 0;
	margin: 0 0 0 20px;
}

ul li {
	padding: 0;
}

/* Menu's aan de linkerzijde en rechterzijde */
ul.menu1, ul.menu2, ul.menu7, ul.menuhome {
	padding: 0px;
	margin: 0px;
	background-color: #333;
}

ul.menu3 {
	padding: 1px 0px;
	margin: 0px;
	background-color: #808080;
	margin-bottom: 5px;
}

ul.menu4 {
	padding: 0px;
	margin: 0px;
	background-color: #333;
	margin-top: 0px;
	border-top: 1px solid #333;
	border-bottom: 5px solid #333;
}

ul.menu5 {
	width: 160px;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	margin-top: 0px;
	overflow: hidden;
}

ul.menu6 {
	padding: 1px 0px;
	margin: 0px;
	background-color: #FDE7B6;
	background-color: #fff;
	margin-bottom: 5px;
}

ul.menu1 li, ul.menu4 li {
	list-style-image: url(../img/pijltje-wit-donker.gif);
	list-style-position: outside;
	padding: 0px;
	margin: 5px 0px 5px 28px;
}

ul.menuhome li {
	list-style-image: url(../img/pijltje-home.gif);
	list-style-position: outside;
	padding: 0px;
	margin: 5px 0px 5px 28px;
}

ul.menu7 li {
	list-style-image: url(../img/pijltje-blauw-donker.gif);
	list-style-position: outside;
	padding: 0px;
	margin: 5px 0px 5px 28px;
}

ul.menu2 li {
	list-style-image: url(../img/pijltje-magenta.gif);
	list-style-position: outside;
	padding: 0px;
	margin: 5px 0px 5px 28px;
}

ul.menu3 li {
	list-style-image: url(../img/pijltje-blauw-medium.gif);
	list-style-position: outside;
	padding: 0px;
	margin: 3px 0px 3px 28px;
}

ul.menu5 li {
	list-style-image: url(../img/pijltje-groen-wit.gif);
	list-style-position: outside;
	padding: 0px;
	margin: 4px 0px 4px 28px;
}

ul.menu6 li {
	list-style-image: url(../img/pijltje-oranje-geel.gif);
	list-style-position: outside;
	padding: 0px;
	margin: 4px 0px 4px 28px;
}

ul.menu1 li.current_category_title, ul.menu7 li.current_category_title, ul.menu2 li.current_category_title, ul.menu3 li.current_category_title, ul.menu4 li.current_category_title, ul.menuhome li.current_category_title {
	list-style-image: none !important;
	list-style: none;
	color: #fff;
}

ul.menu1 li a, ul.menu7 li a, ul.menu2 li a, ul.menu3 li a, ul.menu4 li a, ul.menuhome li a {
	font-size: 90%;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

ul.menu1 li a:hover, ul.menu7 li a:hover, ul.menu2 li a:hover, ul.menu3 li a:hover, ul.menu4 li a:hover, ul.menuhome li a:hover {
	font-size: 90%;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}

ul.menu5 li a {
	font-size: 90%;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

ul.menu5 li a:hover {
	font-size: 90%;
	color: #333;
	font-weight: normal;
	text-decoration: underline;
}

ul.menu6 li a {
	font-size: 90%;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

ul.menu6 li a:hover {
	font-size: 90%;
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

#links span.lijn {
	border-bottom: 1px solid #fff;
	display: block;
	margin-top: 0px;
	margin-bottom: 16px;
}

#links span.ruimte {
	display: block;
	margin-top: 0px;
	margin-bottom: 16px;
}
/* Einde menu's linkerzijde */



/* zoek */
.zoekdoos {
	font-size: 102%;
	width: 90px;
	height: 15px;
	border: 1px solid #808080;

	margin: 5px 5px 0px 20px;
	padding: 0px;
}

#zoekform {
	margin: 0px;
	padding: 0px;
}


/* Linkblokjes */
p.linkblokje {
	padding: 4px 26px 4px;
	margin: 0px;
	line-height: 1.1;
}

p.linkblokje a {
	color: #333;
	font-style: italic;
	text-decoration: none;
}

p.linkblokje a:hover {
	color: #333;
	font-style: italic;
	text-decoration: underline;
}

p.documentblokje {
	padding: 4px 26px 4px;
	margin: 0px;
	line-height: 1.1;
}

p.documentblokje a {
	color: #333;
	font-style: italic;
	text-decoration: none;
}

p.documentblokje a:hover {
	color: #333;
	font-style: italic;
	text-decoration: underline;
}

p.mapje {
	background-image: url(../img/mapje.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

p.intern {
	background-image: url(../img/link-oranje-intern.gif);
	background-position: left;
	background-repeat: no-repeat;
}

p.extern {
	background-image: url(../img/link-oranje-extern.gif);
	background-position: left;
	background-repeat: no-repeat;
}


p.mapje-open {
	background-image: url(../img/mapje-open.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

p.intern-grijs {
	background-image: url(../img/link-grijs-intern.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

p.extern-grijs {
	background-image: url(../img/link-grijs-extern.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

p.winkelwagen-lichtblauw {
	background-image: url(../img/winkelwagen-lichtblauw.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.linkblokje-beschrijving {
	margin: 0px 0px 25px 0px;
}

.linkblokje-beschrijving .usercontent p {
	text-indent: 25px;
}

.linkblokje-beschrijving .usercontent p + p {
	text-indent: 0px;
}


/* Einde linkblokjes */


/* en nog losse classes */
.date {
	font-style: italic;
	font-weight: bold;
}

#midden-header p {
	border: 0px solid #000;
	margin: 12px 20px;
	font-size: 82%;
	color: #fff;
}

#midden-header p a, #midden-header p a:hover {
	color: #fff;
}

#rechts-header p {
	border: 0px solid #000;
	margin: 7px 0px 7px 20px;
	font-size: 82%;
	color: #FFF;
}

#rechts-header p.langselector {
	margin: 14px 0px 20px 20px;
}

#rechts-header p.mail {
	margin: 12px 0px 20px 20px;
	float: right;
}

#rechts-header a, #rechts-header a:hover {
	color: #FFF;
}

img.foto-links {
	margin: 8px 20px 8px 0px;
}

img.foto-rechts {
	margin: 8px 0px 8px 20px;
}

.slideshow {		
	display: block;
	text-align: center;
	border: 1px solid #CCC;
	background: #EEE;
}

.slideshow img {
	margin: 0px !important;
	padding: 0px !important;
}

.slide-head {
	margin-top: 5px;
	display: block;
	background: #EEE;
}

.slide-img {
	padding: 0px 5px 5px 5px;
	vertical-align: bottom !important;
}

.slide-foot {
	display: block;
	height: 20px;
	border-top: 1px solid #CCC;
	text-align: center;
	padding: 7px 5px 0px 5px;
	background: #DDD;
}

.slide-prev, .slide-next {
	cursor: pointer;
}



#rechts-content span.lijn {
	border-bottom: 1px solid #808080;
	display: block;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}


.cleaner {
	clear: both;
	font-size: 1px;
}



/* forms */

form p.title {
	margin: 15px 0px 0px 0px;
}

form label {
	margin-top: 15px;
	display: block;
}

form label.type_radio, label.type_checkbox {
	display: inline;
}

form table.type_multicheckbox input.type_text {
	width: 350px;
}

form table.type_multicheckbox {
	margin-top: 20px !important;
}

form table.type_multicheckbox caption {
	margin-top: 20px !important;
	margin-bottom: -20px !important;
}

form table.type_multicheckbox caption {
	text-align: left;
	color: #333 !important;
	font-size: 11px !important;
}

form table.type_multicheckbox td {
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
}

form table.type_multicheckbox td.checkbox {
	width: 20px !important;
}

form table.type_multicheckbox td.checktext {
	width: 180px !important;
}

form table.type_multicheckbox label {
	margin: 0px;
}

input.type_text, input.type_password, textarea {
	width: 370px;
}

input.type_file {
	width: 370px;
}

input.type_radio, input.type_checkbox {
	display: inline;
}

select {
	max-width: 370px;
	width: 370px;
}

select.type_date_day, select.type_date_month, select.type_date_year {
	width: auto;
}


/* form/page controls */

#controls {
	margin: 20px 0px 40px 0px;
}

div.back {     
	text-align: left;
	font-size: 90%;
	font-weight: bold;
}

div.continue {
	text-align: right;
	font-size: 100%;
	font-weight: bold;
}                



/* showall */

.showall {
	color: #333;
	margin-left: 10px;
}



/* E-cards */

#ecard {
	display: block;
	margin: 15px 15px 30px 0px;
	padding: 0px;
	text-align: center;
	border: 1px solid #CCC;
	background: #EEE;
}

#ecard img {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	vertical-align: bottom;
}

#ecard p {
	margin: 0px;
	padding: 30px 15px 30px 15px;
	border-top: 1px solid #CCC;
	text-align: center;
	background: #DDD;
}



/* paginate controls */

ul.paginate {
	margin: 0px 0px 0px 6px;
	padding: 30px 0px 10px 12px;
	list-style-type: none;
	background-color: #ffffff;
}

ul.paginate li {
	display: inline;
}

ul.paginate li a {
	display: inline;
	padding: 3px;
	border: 1px solid #ffffff;
}

ul.paginate li.active a {
	font-weight: bold;
	border: 1px solid #cccccc;
	text-decoration: none;
}

ul.paginate li a:hover {
	border: 1px solid #000;
	text-decoration: none;
}

ul.paginate li.active a:hover {
	border: 1px solid #cccccc;
	text-decoration: none;
}

/* easytext / textile debug */

div.et_textile {
	margin: 3px 5px 3px 5px;
	border: 1px dashed #000;
	padding: 3px 5px 3px 5px;
	background-color: red;
}

div.et_easytext {
	margin: 3px 5px 3px 5px;
	border: 1px dashed #000;
	padding: 3px 5px 3px 5px;
	background-color: green;
}


/* category */

div#intro {
	margin-top: 10px;
	padding: 5px;
	background-color: #eee;
}

ul.essentials,
ul.actueel {
	list-style: none;
	padding: 0;
}

ul.actueel li {
	margin-top: 10px;
}

ul.essentials h3,
ul.actueel h3 {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 120%;
}

ul.essentials {
	padding: 5px 5px 5px 5px;
}

ul.essentials h3 {
	background-color: #cccccc;
}

ul.essentials li {
	margin-top: 5px;
}

ul.essentials li.title {
	margin-top: 0;
}

ul.essentials li.title h3 {
	color: #000;
}

ul.essentials li.offline h3 a {
	color: #555 !important;
}

ul.actueel li.offline h3 a {
	color: #bbb !important;
}

p.offline strong a {
	color: #bbb !important;
}

div#latest {
	padding-top: 10px;
}

p.summary, p.tags, p.categories {
	margin: 0;
	padding: 0;
}


/* article menu */

div#article {
	margin-top: 10px;
}

ul#article-menu,
ul#article-menu ul {
	padding-left: 10px;
	list-style: none;
}

ul#article-menu {
	float: left;
	margin: 0 5px 15px 0;
	padding: 10px;
	background-color: #eee;
	color: #000;
	width: 376px;
}

ul#article-menu li {
	padding-left: 0px;
}

/* tagging */

div.tagcloud {
	background: #ed6a99;
	margin-bottom: 8px;
	font-size: 120%;
	padding: 10px 18px 5px 18px;
}

div.tagcloud p.tagcloud-info {
	padding:0;
	border-top: 1px solid #444;
	color: #444;
	font-size: 80%;
}

div.tagcloud a {
	color: #000;
}

div.tagcloud a:hover {
	color: #000;
}

div.tagcloud span.tagsize1 {
	font-size: 140%;
}

div.tagcloud span.tagsize2 {
	font-size: 120%;
}

div.tagcloud span.tagsize3 {
	font-size: 100%;
}

div.tagcloud span.tagsize4 {
	font-size: 90%;
}


