html { 
  padding: 0px;
  margin: 0px;
  height: 100%;
  /*overflow: hidden;*/
}

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	height: 100%;
	/*overflow: hidden;*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.borderstyle {
	border-top: 1px solid;
	border-color: #A9A9A9;
}

pre {
	font-size: 12px;
	font-family: Lucida Console,Courier New;
	line-height: 16px;
}

th {
	font-size: 11px;
	font-family: verdana,bitstream vera sans,sans-serif;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	line-height: 16px;
}

td {
	font-size: 11px;
	font-family: verdana,bitstream vera sans,sans-serif;
	vertical-align: top;
	line-height: 15px;
}

form{
	margin-top:0px;
	margin-bottom:0px;
	display: inline;
	}
.select {  
	font-size      : 11px;
	line-height	: 16px;
	height      : 18px;
}
.selectmultiple {  
	font-size   : 11px;
	line-height	: 16px;
	color       : #00255A;
  	border      : 1px solid #2765ab;
  	display		: inline;
}
.aantalbox {
  font-size		: 11px;
  text-align	: center;
  height		: 16px;
  color			: #00255A;
  border		: 1px solid #2765ab;
  display		: inline;
}
.bevestig {  
	font-size   	: 11px;
	color           : #2765ab;
	line-height		: 15px;
	height          : 22px;
	padding			: 1px;  
}	
.searchbox {
  font-size      : 11px;
  height           : 18px;
  color            : #00255A;
  border           : 1px solid #2765ab;
  display		   : inline;
}
.textarea {
	font-family	:	verdana;
  	font-size	:	12px;
 	color		:	#00255A;
 	border		:	1px solid #2765ab;
}
.textbox {
	font-family	:	verdana;
  	font-size	:	11px;
  height           : 16px;
  color            : #00255A;
  border           : 1px solid #2765ab;
  display		   : inline;
}
.text {
	background-color: #f8f8ff;
	font-family	:	verdana;
  	font-size	:	11px;
  height           : 16px;
  color            : #2ca384;
  border           : 0px solid #2765ab;
  display		   : inline;
}
H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-variant : normal;
	font-weight : 800;
	font-color : #2765ab;
	margin-top:2px; 
	margin-bottom:2px;
}
H2 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-variant : normal;
	font-weight : 700;
	color : #2765ab;
	margin-top:2px; 
	margin-bottom:2px;
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-variant : normal;
	font-weight : 700;
	color : #2765ab;
	margin-top: 0px; 
	margin-bottom:2px;
}
H4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-variant : normal;
	font-weight : 700;
	color : #2ca384;
	margin-top:2px; 
	margin-bottom:2px;
}

.prestatie {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

.back_color_header {
	background-color: #9ab0e0; /*#b8d6ff*/
}
/* only used for even rows */
.back_color_rows {
	background-color: #FFFFFF;
	border-left: 1px dashed #2765ab;
}
/* only used for even rows */
.back_color_rowsleft {
	background-color: #FFFFFF;
	border-right: 1px dashed #2765ab;
}
/* only used for even rows */
tr.back_color_rows {
	background-color: #f8f8ff;
}

p {
	font-size: 11px;
	font-family: verdana,bitstream vera sans,sans-serif;
	}
	
p.heading {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	padding: 0px;
	margin: 0px;
}

p.subheading {
	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: #2765ab;
	text-align: center;
}
.statistics {
	color: #000000;
	font-size: 1.1em;
	font-style: italic;
}
/* foutmelding formhandler*/
.errormsg { 
	font-weight : bold;
    color: red; 
    padding: 2px; 
} 
a:link {
	text-decoration: none;
	color:#2765ab;
}
a:visited {
	text-decoration: none;
	color:#2765ab;
}
a:active {
	text-decoration: none;
	color:#2765ab;
}
a:hover {
	text-decoration : none;
	color:#2765ab;
}
