/* Algemeen - Lettertype / grootte / kleur instellen */
* {
	font-family: Verdana, Tahoma, sans-serif;
	color: #006;
}

/* Body, margin e.d. wegwerken */
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;

	/* Volgende regeltje is speciaal voor Jacco die z'n windows op paars heeft ingesteld ;) */
	background-color: #fff;
}

#container {
	min-width: 404px;
}
#menu_content {
	margin-left: 185px;  /* L */
}
#content {
	float: right;
	width: 100%;
	margin-left: -1px;
}
#menu {
	float: left;
	position: relative;
	width: 185px;  /* L */
	margin-left: -186px;  /* -L-1 */
	margin-right: 2px;
}

/* Headertje uitwerken... */
#header {
	position: relative;
	width: 100%;
	height: 130px;
	background: url('images/header_gradient.jpg') repeat-x;
	border-bottom: 1px solid #7f7f7f;
}

#header_links {
	width: 320px;
	height: 130px;
	float: left;
	background: url('images/header_links.jpg') no-repeat;
}

#header_logo {
	width: 320px;
	height: 100px;
	float: right;
}

#header_logo img {
	border: 0px;
}

/* Menu met tabjes maken in de header */
#tab_menu {
	height: 30px;
	position: absolute;
	bottom: -1px;
	right: 0px;
	z-index: 2;
}

#nav {
	margin: 0;
	list-style: none;
	padding: 10px 10px 0;
}

#nav li {
	float:left;
	margin:0;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}

#nav a {
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	float: left;
	display: block;
	padding: 1px 10px 3px 1px;
}

#nav li.active {
	background:url('images/tabje_links.gif') no-repeat left top;
	float:left;
	margin: 0px;
	padding: 0px;
	padding-left: 9px;
}

#nav li.active a {
	color: #7fb9dd;
	text-decoration: none;
	float: left;
	display: block;
	background: url('images/tabje_rechts.gif') no-repeat right top;
	padding: 1px 10px 3px 1px;
	border-bottom: 1px solid #fff;
}

/* Menu & content */

#menu_content {
	background: #fff;
	clear: both;
	padding: 10px;
}

/* Submenutjes maken */

/* IE 5 hack... stupid box model!!! */
* html #menu .hokje {
	width: 172px;
	w\idth: 170px;
}

#menu .hokje {
	margin-left: 10px;
	width: 170px;
}

html>body #menu .hokje {
	margin-left: 0px;
}

.hokje {
	border: 1px solid #dadada;
	background: #f4fbff;
	margin-bottom: 10px;
}

.kopje {
	font-size: 8pt;
	text-align: center;
	color: #686b6d;
	font-weight: bold;
	height: 18px;
	line-height: 15px;
	background: url('images/kopje.jpg') no-repeat top left;
	border-bottom: 1px solid #f4fbff;
}

.xel {
	text-align: center;
}

.xel img {
	border: 0px;
}

.hokje .content {
	padding: 5px;
}

/* Formulieren opmaken */

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

label, label span {
	color: #509fd1;
	font-size: 8pt;
	font-weight: bold;
}

input, textarea {
	margin-bottom: 2px;
	margin-top: 2px;
	background: #fbfee1;
	border: 1px solid #d9d9d9;
	font-size: 8pt;
	padding: 2px;
	color: #509fd1;
}

/* Menu links opmaken */

.nav_menu {
	margin: 0;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* Content zaken opmaken */

h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: medium;
}

h2 {
	font-size: small;
	color: #7a7a7a;
}

a:link {
	color: #7a7a7a;
}

a:visited {
	color: #986e6e;
}

a:hover {
	color: #000;
}

.fout {
	color: #ff0000;
	font-weight: bold;
	font-size: 10pt;
}

.goed {
	color: #5f9941;
	font-weight: bold;
	font-size: 10pt;
}

.center {
	text-align: center;
}

/* Copyright opmaken */

#copyright {
	clear: both;
	background: #fbfee1;
	padding: 3px;
	font-size: 8pt;
	text-align: center;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	color: #ababab;
}

#copyright .disclaimer_ed {
	color: #ababab;
}

#copyright a {
	font-size: 8pt;
	color: #ababab;
	font-weight: bold;
}

.float_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.ul_none {
	margin: 0;
	list-style: none;
	padding-left: 20px;
}

.rij {
	display: block;
}

.block_form .rij label {
	float: left;
	width: 20em;
	padding-top: 2px;
}

.margin20 li {
	margin: 20px;
}

.sizeNormal, .sizeNormal span {
	font-size: small;
}

.sizeMedium, .sizeMedium span {
	font-size: medium;
}

.sizeLarge, .sizeLarge span {
	font-size: large;
}

.underlined {
	text-decoration: underline;
}

.tableCollapse {
	border-collapse: collapse;
	border: 1px solid #dadada;
	width: 77%;
}

.tableCollapseNoBottom {
	border-collapse: collapse;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-top: 1px solid #dadada;
	width: 77%;
}

.tableCollapseNoTop {
	border-collapse: collapse;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	width: 77%;
}

.tableCollapseNoTopNoBottom {
	border-collapse: collapse;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	width: 77%;
}

.tablehead {
	background: #dff33a;
}

.row0 {
	background: #f4fbff;
}

.row1 {
	background: #fbfee1;
}

.row0 td, .row1 td, .tablehead th {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

.tableCollapse2 {
	border-collapse: collapse;
	border: 1px solid #dadada;
	margin-left: 25px;
}

.tableCollapse2, .tableCollapse2 td, .tableCollapse2 th {
	font-weight: bold;
}

.uitleg {
	border: 1px solid #dadada;
	padding: 5px;
	background: #f4fbff;
}

.multiple {
	width: 200px;
	height: 150px;
}

.centered {
	text-align: center;
}

a img {
	border: 0px;
}

.marginBottom10 {
	margin-bottom: 8px;
}

/* Menu links opmaken */

.content a {
	font-weight: bold;
	color: #509fd1;
	font-size: 8pt;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.content .nav_menu a {
	font-weight: bold;
	color: #509fd1;
	font-size: 8pt;
	text-decoration: none;
}

.content .nav_menu a:hover {
	text-decoration: underline;
}

.anders {
	display: none;
}

#lijst {
	display: none;
}

#hide {
	display: none;
}

.width {
	width: 200px;
}

.smallcap {
	font-variant: small-caps;
}


/* Tsja \*//*/

#content {
	margin-left: 0;
}
#menu {
	margin-right: 1px;
}
#container {
	border-left: 404px solid #fff;
}
#wrapper {
	margin-left: -404px;
}
/**/

/* Letter grootte, voor IE 5 ffkes op x-small zetten =) !! Dit moet onderaan de stylesheet staan! Anders parsed IE 5 rest v/d stylesheet niet !! */
* {
	font-size: x-small;
	voice-family: "\"}\""; voice-family:inherit; font-size: small;
}
