

body {
	color: InfoText;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: white;
	
}
h1 {
	font-family: "Courier New", Courier, monospace;
	color: #695635;
	font-size: 18px;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	color: #336;
	font-size: 100%;
	vertical-align: text-bottom;
}
h3 {
	
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: "normal";
	background-color: transparent;
	text-align: left;
}
a:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #336;
	text-decoration: none;
	background-color: transparent;
}
a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #336;
	text-decoration: none;
	background: transparent;
}
a:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #336;
	text-decoration: none;
	background: transparent;
}
a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFCC33;
	text-decoration: none;
	background-color: transparent;
}

td {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: "normal";
 vertical-align: top;
 border-style: solid solid solid solid;
 border: thin;
}
a.menulink {
display: block;
width: 200px;
text-align: left;
text-decoration: none;
font-family:verdana;
font-size:12px;
color: #336;
BORDER: none;
border: solid 1px #eaeaea;}
a.menulink:hover {
color: #336;
border: solid 1px #695635;
background-color:transparent;
text-align: left;
}	
a.menulink:active {
color: #336;
border: solid 1px #695635;
background-color:transparent;
text-align: left;
}
a.menulink:visited {
color: #336;
background-color:transparent;
text-align: left;
}

#nieuw{

	margin: 10px;
	padding: 10px;
	float: right;
	width: 20%;
	border: 1px solid;
	border-top-color: white;
	border-left-color: #eaeaea;
	border-right-color: white;
	border-bottom-color: white;
	
}
p.bronnen{
	padding: 5px;
	border: 1px solid;
	border-top-color:  #eaeaea;
	border-left-color: white;
	border-right-color:white;
	border-bottom-color:  #eaeaea;
}
.header {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #695635;
}
.smaller {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
}
.banner {
float: right;
}
.databack {
	background-color: #e0e0f7;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}
#welkom {
	padding: 5px;
	border: 1px solid;
	border-top-color:#eaeaea;
	border-left-color: white;
	border-right-color: white;
	border-bottom-color: white;
	float: left;
	width: 70%;
}
input{
	
	border-color: Gray;
	border-width: 1px;
}


}
@media print { 

html, body { 
size: landscape; 
width: auto; 
} 
#fout{
	padding: 5px;
	border: 1px solid;
	border-top-color: #eaeaea;
	border-left-color: white;
	border-right-color:white;
	border-bottom-color: #eaeaea;
	width: 100%;
	}

