/* Herdefinities van html tags */
html {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;

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

div#divcontainer {
	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: #808080;
	text-decoration: underline;
}

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

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

.usercontent sup {
	font-weight: bold;
}

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

.usercontent img {
	margin: 10px;
}

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

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

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

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

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

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

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;
}

img {
	border: 0px;
}




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

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

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

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

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

p.documentblokje a:hover {
	color: #808080;
	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;
}

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

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

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

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

.slide-head {
	background: #EEE;
}

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

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



#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;
}

input.type_text, 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;
}




/* hide certain page elements */

div#links, div#midden-header, div#rechts-header, div#rechts-content {
	display: none;
}

