@media screen { 

body {
	margin: 0px;
	padding: 20px 0 0 0;
	background: #003;   /* o.a. tbv achtergrond inline docEditor*/
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #003;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

H1, H3 {font-family: Arial, Verdana, Helvetica, sans-serif}

H1, H3 {color: #003}
H2, H4 {color: #663200}
H1 {font-size: 140%; line-height: 120%; margin-bottom: 10px}
H2 {font-size: 140%; line-height: 120%; margin-bottom: 10px}
H3 {font-size: 110%; line-height: 110%; margin-bottom: 4px}
H4 {font-size: 110%; line-height: 110%; margin-bottom: 4px}

p {margin-top:0px}

a {
	color: #632f00;
	text-decoration: underline
}

a:hover {color: #003; text-decoration:none}

.hmnuTitel, .hmnuTitelActief, .hmnuBullit, .hmnuRB {
 	height: 30px;
	background: #E5C190;
	border-bottom: 1px solid #CC8505;
}
.hmnuRB {height: 30px}
#hmnuR4 td {
	border: none
}
.hmnuTitel, .hmnuTitelActief {
	width: 131px;
	font-family: "LegacySerif", "Times New Roman", "MS Serif", Times, serif;
	font-size: 20px;
	font-weight: Bold;
	color: #BF9765;
	text-decoration: none;
	overflow: hidden;
	}
.hmnuBullit img {
 	height: 30px;
	overflow: hidden;
}
.hmnuTitel a, .hmnuTitelActief a {
	color: #BF9765;
	text-decoration: none
}
.hmnuTitelActief, .hmnuTitelActief a:hover {color: #663300}

.menuItem {margin-bottom: 4px}    /* vervalt */
.mnuButton {
	width: 125px;
	height: 30px;
	margin-bottom: 4px;
	cursor: hand;
	overflow: hidden
}
.mnuTekst, .mnuTekstHover {
	padding-left: 10px;
	padding-right: 16px;
	font-family: Times New Roman, Times, serif;
	font-size: 9pt;
	line-height: 8pt;
	font-weight: bold;
	color: #663200;
}

.mnuButton a {text-decoration: none}
.mnuTekstHover, .mnuTekstHover a, .mnuTekstHover a:hover {color:#fff}

#titelbalk {
	font-family: Times New Roman, Times, serif;
	font-size: 18pt;
	padding: 12px;
	background: #9999cc;
	color: #fff;
}

.cmsDoc {padding:0px 20px 0px 20px}
.doprint {display: none}

}


@media print	{
	.noprint	{display: none; page-break-after: avoid;}
	.table		{page-break-inside: avoid; background-color: #C0C0C0;}
	
	body {
		margin: 0;
		background-color: #fff;
	}
	body, td, a, h1, h2, h3, h4	{
		font-family: Verdana,Arial,Helvetica,sans-serif;
		color: #000000;
	}
	body, td, input, textarea, select {font-size: 9pt}
}


