img { border: 0px; }

body {
	margin: 0px;
	background-image: url(../images/achtergrond.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: White;
}

table.mother_of_all_tables {
	width: 100%;
	height: 100%;
	margin: 0px;
}

td.top_align {
	vertical-align: top;
}

/* DIT IS HET BANNER GEDEELTE */
/* DIT IS HET BANNER GEDEELTE */

table.login_zoeken_sitemap {
	margin-left: 580px;
	text-align: right;
	height: 40px;
}

input.text.zoeken_bovenin {
	border: 1px solid #CCCCCC;
	width:50px;
	height: 18px;
}

input.submit.zoeken_button {
	border: 1px solid #CCCCCC;
	padding-left: 3px;
	padding-right: 3px;
	height: 18px;
	font-size: 10px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	color: #333333;
}

input.button.login {
	border: 1px solid #CCCCCC;
	height: 18px;
	font-size: 10px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	color: #333333;
	/* deze margin heb ik erin gestopt.. vanwege het form links van 
	deze knop. Op de een of andere manier heeft een form altijd 1px
	hoogte nodig.. */
	margin-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

input.button.sitemap {
	border: 1px solid #CCCCCC;
	height: 18px;
	font-size: 10px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	color: #333333;
	/* deze margin heb ik erin gestopt.. vanwege het form links van 
	deze knop. Op de een of andere manier heeft een form altijd 1px
	hoogte nodig.. */
	margin-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

/* DIT IS HET EINDE VAN HET BANNER GEDEELTE */
/* DIT IS HET EINDE VAN HET BANNER GEDEELTE */

/* DE SECTIES!! */
div.sectie {
	display: inline;
}

td.tdsecties {
	padding-left: 50px;
}

#sectie a {
	height: 35px;
	display: inline;
	font: bold;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 8px;
	text-decoration: none;
	color: #FF2A00;
}

#sectie a:hover {
	color: #2161B7;
}

#sectie_act a {
	height: 35px;
	display: inline;
	font: bold;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 8px;
	text-decoration: none;
	color: #2161B7;
}


/* DIT IS HET EINDE VAN HET sectie GEDEELTE */
/* DIT IS HET EINDE VAN HET SECTIE!! GEDEELTE */

table.nav_content_verwijzingen {
	width: 100%;
}

/* --- het navigatie gedeelte -- */


#paragraaf a, #paragraaf_act a {
	color: #FF2A00;
	font-weight: bolder;
	display: inline;
	width: 150px;
	text-decoration: none;
	font-size: 11px;
height: 20px;
}

#hoofdstuk a , #hoofdstuk_act a {
	color: #FF2A00;
	font-weight: bolder;
	display: inline;
	width: 150px;
	text-decoration: none;
	font-size: 11px;
	height: 20px;
}

#hoofdstuk a , #hoofdstuk_act a {
	padding-left: 5px;
}

#paragraaf a , #paragraaf_act a {
	padding-left: 15px;
}

#hoofdstuk a:hover,#paragraaf a:hover {
	color: red;
}

#hoofdstuk_act a, #paragraaf_act a {
	color: #2161B7;
	border-bottom-color: #E7E7E7;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

/* DIT IS HET EINDE VAN HET NAV GEDEELTE */
/* DIT IS HET EINDE VAN HET NAV GEDEELTE */

/* DIT IS HET CONTENT !!! GEDEELTE */
/* DIT IS HET CONTENT !!! GEDEELTE */
/* DIT IS HET CONTENT !!! GEDEELTE */
/* DIT IS HET CONTENT !!! GEDEELTE */
p {
	margin-bottom: 0px;
	margin-top: 0px;
}

hr {
	width: 100%;
	border: solid Gray;
	height: 1px;
}


td.ruler {
	background-color: #E7E7E7;
	width: 1px;
	margin-left: 10px;
}

td.de_content {
	vertical-align: top;
	padding-left: 7px;
	padding-right: 10px;
}

td.de_verwijzingen {
	vertical-align: top;
	padding-left: 7px;
	padding-right: 40px;
}

h1 {
	font-size: 120%;
	font-weight: bolder;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
h2 {
	font-size: 110%;
	font-weight: bolder;
	font-style: italic;
	margin-bottom: 3px;
	letter-spacing: 1px;
}
h3 {
	font-size: 100%;
	font-weight: bolder;
	font-style: oblique;
	margin-bottom: 3px;
}
h4 {
	font-size: 90%;
	font-weight: bolder;
	margin-bottom: 3px;
}
h5 {
	font-size: 80%;
	font-weight: bolder;
	margin-bottom: 3px;
}


body, table {
	font-family: "trebuchet ms", verdana;
	font-size: 10pt;
	color: #3D3D3D;
}


#tdinhoud a, #tdverwijzingen a  { 
	text-decoration: none; 
	color: #D74343;  
	font-weight: bolder;  
}
#tdinhoud a:hover, #tdverwijzingen a:hover {
	color:  Red;
	font-weight: bolder;
	text-decoration: none;
}

p.online_module {
	margin-top: 5px;
	cursor: help;
}