/* CSS Document */

@page {
	size:210mm 297mm;
	margin-top:20mm;
	marging-left:20mm;
	margin-right:30mm;
	margin-bottom:10mm;
}
 
body, html {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	line-height: 1.7em;

	/* Scrollbars (alleen IE) */ 
	scrollbar-arrow-color:##AE5700; 
	scrollbar-track-color:#FFFFFF; 
	scrollbar-face-color:#793D00; 
	scrollbar-highlight-color:#CC99CC; 
	scrollbar-3dlight-color:#FFFFFF; 
	scrollbar-darkshadow-color:#666666; 
	scrollbar-shadow-color:#8D8B76;
}

body {
	margin: 0;
	padding: 0;
}

/* TAGS */
/* Stijl voor hoofstuktag (h1...h6) */
h1,h2,h3,h4,h5,h6 {
	color: #00457d;
}

/* Stijl voor tabellen */
th, tr, td {padding: 5px;}

th {
	text-align: left;
}

table.small_table {padding: 2px;}
th.small_table {padding: 2px; font-size: 10px;}
td.small_table {padding: 2px; font-size: 8px;}

/* Stijl voor hoofdstukken en paragraven */
h1 {font-size: 150%;}
h2 {font-size: 120%;}
h3 {font-size: 100%;}
h4 {font-size: 90%;}
h5 {font-size: 90%;}
h6 {font-size: 90%;}

/* Stijl voor hyperlink plaatjes in imagetag (img) */
a img {
	border: none;
}

/* Stijl voor lijn (hr) */
hr {
	color: #713800;	
}

/* Stijl voor normale links */
a {font-weight: bold;}
a:link {text-decoration: none;color: #793D00; }
a:visited {text-decoration: none; color: #793D00;}
a:hover {text-decoration: none; color: #AE5700;}
a:active {text-decoration: none; color: #793D00;}

/* PAGINA LAYOUT      */
/* Container          */

/* Outermenu         */
#outermenu {
	display: none;
}
/* ------------------ */

/* Stijl voor HEADER */
#header {
	display: none;
}

#printlogo {
	display: none;
}

/* ------------------ */

/* Topmenu            */
#topmenu {
	display: none;}

#topmenunavcontainer {
	display: none;
}

/* ------------------ */
#menuscheidingbovenrechts {
	display: none;
}

#menuscheidingbovenlinks {
	display: none;
}
/* ------------------ */
/* Stijl voor CONTENT */

#contenttekst {
}
/* ------------------ */
/* Leftmenu           */

#leftmenu {
	display: none;
}

/* ------------------ */
/* rightmenu           */
#rightmenu {
	display: none;
}

/* ------------------ */
/* Stijl voor FOOTER */
#footer {
	display: none;
}
/* ------------------ */
input.knop {display: none;}

.knop1, .knop2, .knop3 {display: none;}

.noprint {display: none;}
