html { 
  padding:0px;
  margin:0px;
  height: 100%;
  /*overflow: hidden;*/
}
/* onderstaande horen bij popup javascript*/
body    {
overflow : scroll;
overflow-x : hidden;}
.popper {
position : absolute;
visibility : hidden;}

/*
body {
	font-size: 0.7em;
	font-family: bitstream vera sans,sans-serif;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow: hidden;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
*/
.style {
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	padding-left: 2px; 
}
.style1 {
	color: #0267cc;
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
	padding-left: 2px;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
	border: thin none #FFFFFF; 
}
.borderstyle {
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #A9A9A9;
}

.kop1 {
	font-family: trebuchet ms,bitstream vera sans,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B1411E;
	padding:0px;
	margin:0px;
}

th {
	text-align: center;
	font-size: 11px;
	font-family: trebuchet ms,bitstream vera sans,sans-serif;
	font-style: strong;
	color: #ffffff;
}

td {
	vertical-align: top;
	font-size: 11px;
	font-family: trebuchet ms,bitstream vera sans,sans-serif;
}

form{
	margin-top:0px;
	margin-bottom:0px;
	display: inline;
	}
	
.searchbox {
  font-size      : 11px;
  height           : 18px;
  color            : #000000;
  border           : 1px solid #000000;
  display		   : inline;
}

h1 {
	font-size: 		1.9em;
	font-family:	Trebuchet MS,bitstream vera sans,sans-serif;
	margin-top:		2px; 
	margin-bottom:	2px;
}

h2 {
	font-size: 		1.2em;
	font-family:	Trebuchet MS, bitstream vera sans,sans-serif;
	margin-top:		2px; 
	margin-bottom:	2px;
	}
h3 {
	font-size: 		14px;
	font-family:	Trebuchet MS, bitstream vera sans,sans-serif;
	margin-top:		0px; 
	margin-bottom:	2px;
	}
h4 {
	font-size: 		14px;
	font-family:	Trebuchet MS, bitstream vera sans,sans-serif;
	margin-top:		0px; 
	margin-bottom:	2px;
	}	
	
.select {
	font-family	: Trebuchet MS, bitstream vera sans, sans-serif;
	font-size	: 11px;
	line-height	: 13px;
	height      : 18px;
}
.textarea {
	font-family	: Trebuchet MS, bitstream vera sans, sans-serif;
	font-size	: 11px;
	line-height	: 13px;
}
.textbox {
	font-family	:	Trebuchet MS, bitstream vera sans, sans-serif;
  	font-size	:	11px;
  	height           : 18px;
  	color            : #00255A;
 	border           : 1px solid #2765ab;
 	display		   : inline;
}

.bevestig {
	font-family	: Trebuchet MS, bitstream vera sans, sans-serif;
	font-size	: 11px;
	line-height	: 13px;
	padding		: 2px,2px,0px,2px;
}
.back_color_header {
	background-color: #C0C0C0; /*#b8d6ff*/
}
.back_color_header1 {
	background-color: #B1411E;
}
/* only used for even rows */
tr.back_color_rows {
	background-color: #e7e7e7;
}

p {
	font-size: 110%;
	}
	
p.heading {
	font-family: trebuchet ms,bitstream vera sans,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B1411E;
	padding:0px;
	margin:0px;
}

p.subheading {
	font-family: trebuchet ms,bitstream vera sans,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding:0px;
	margin:0px;
}
p.message {
	font-size: 80%;
	font-style: italic;
}
p.click_message {
	font-size: 95%;
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
}
p.error_message {
	font-weight: bold;
	padding:0px;
	color: #B1411E;
}
.statistics {
	color: #000000;
	font-size: 1.1em;
	font-style: italic;
}
/* foutmelding formhandler*/
.errormsg { 
    font-size: 12px; 
	font-weight : bold;
    color: #0a6247; 
    padding: 1px; 
} 
a:link {
	font-weight: normal;
	text-decoration: none;
	color:#B1411E;
	font-weight : normal;
}
a:visited {
	font-weight: normal;
	text-decoration: none;
	color:#B1411E;
	font-weight : normal;
}
a:active {
	font-weight: normal;
	text-decoration: none;
	color:#B1411E;
	font-weight : normal;
}
a:hover {
	font-weight: normal;
	font-variant: normal;
	text-decoration : underline;
	color:#0a6247;
}
