body {
	margin: 0 10% 0 10%;
	padding: 0;
	font-size: 12px;
	background-color: #FFF; /* wit*/
    background-image: url(images/bg_blok3.gif);
}

#mainTable {
	margin: 0 auto;
	border: 1px solid #D02312; /*middel kleur*/
	/*/*/line-height: 1.5em; /* */
    background-color: #FFFFFF;
}
#mainTable td {
	padding: 20px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	border-left: 2px dotted #E27232; /*middel kleur*/
	font-size: 14px;
	/*/*/font-size: 100%; /* */
}

#maincontent a:link, #maincontent a:visited {/* rob 13-3-2004*/
	color: #D02312;
	text-decoration: none;
	font-weight: bold
}
#maincontent a:hover, #maincontent a:active {
	color: #000;
	background-color: #D02312;
	border: 2px solid #D02312;
	text-decoration: none;
}/* rob 13-3-2004*/

#sidebar {
	width: 200px;
	font-size: 12px;
	/*/*/font-size: 85%; /* */

}
#header {
	background-color: #E27232; /*donker bruin*/
	color: #FBFBF8; /*middel kleur*/
	background-image:   url("images/bg_oranje.jpg");
}
#footer {
	background-color: #E27232; /*middel kleur*/
	color: #E27232; /*middel kleur*/
	background-image:   url("images/bg_oranje.jpg");
	right: auto;
}

td, p, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p.small{
	line-height: 100%;
	text-align: center;
}
h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 16px;
	line-height: 20px; }
h2 {
	font-size: 100%;
	margin-bottom: 0px;
}
h3 {
	font-size: 80%;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
}
h5 {
	font-size: 100%;
	margin-bottom: 0px;
	font-weight: normal;
}
h6 {
	font-size: 100%; /* zorgt voor kader plaatje links boven*/
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
}
#sidebar a {
	/*/*/padding: 3px;
	display: block;
	border: 2px dotted #D02312; /*licht grijs*/
	text-decoration: none;
	line-height: 1em;
	width: 160px; /* */
}
#sidebar a:link, #sidebar a:visited {
	color: #666; /*middel grijs*/
}
#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF; /*wit*/
	background-color: #CC0000; /*rood*/
	border: 2px solid #000; /*zwart*/
}
#current a {
	color: #FFFFFF !important; /*wit*/
	/*/*/background-color: #E27232!important; /*middel grijs*/
	border: 2px dotted #C4461E !important; /* */ /*middel grijs*/
}
#sidebar ul {
	/*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 1em; /* */
}

#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}
#n4shell {
/* Happy hunting. This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
	border: 1px solid #000; /*zwart*/
	/*/*/border: 0; /* */
}
#footer a:link, #footer a:visited {
	color: #FBFBF8; /*donker grijs*/
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF; /*wit*/
	background-color: #CC0000; /*rood*/
	border: 2px solid #000; /*zwart*/
	text-decoration: none;
}

.note {
	border: 1px #cce solid; /*licht blauw*/
	margin: 0px 1em 1em;
	background-color: #F2F5FC; /*zeer licht blauw*/
	padding: 5px;
}
.pictureborder {
	border: 1px #C4461E solid; /*licht grijs*/
	margin: 0px 1em 1em;
	background-color: #F8EBE5; /*zeer licht grijs*/
	padding: 5px;
}
.picture {
	border: 1px solid #C4461E; /*licht grijs*/
}
.content {
	padding: 1.5em;
	border: 1px #C4461E solid; /*licht grijs*/
	margin: 0 1em 1em;
	background-color: #F8EBE5; /*zeer licht grijs*/
}
/*.content a:link, .content a:visited {
	color: #000;
	text-decoration: none;
}
.content a:hover, .content a:active {
	color: #000;
	background-color: #C4461E;
	border: 2px solid #C4461E;
	text-decoration: none;
}*/
