.midden {
	padding: 3px;
}

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;
}

th {
	font-size: 11px;
	font-family: trebuchet ms,bitstream vera sans,sans-serif;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

td {
	font-size: 11px;
	font-family: trebuchet ms,bitstream vera sans,sans-serif;
	vertical-align: top;
}

form{
	margin-top:0px;
	margin-bottom:0px;
	display: inline;
	}
.select {  font-size      : 11px;
	line-height	: 13px;
	height      : 18px;
}
.bevestig {  
	font-size   	: 11px;
	line-height		: 13px;
	 height         : 20px;
	padding			: 1px,1px,1px,1px;
}	
.searchbox {
  font-size      : 11px;
  height           : 16px;
  color            : #00255A;
  border           : 0px solid #000000;
  display		   : inline;
}

h1 {
	font-size: 			16px;
	font-family: 		trebuchet ms,bitstream vera sans,sans-serif;
	color: 				#990000;
	margin-top:			0px;
	margin-bottom:		3px;
}

h2 {
	font-size: 			14px;
	font-family: 		trebuchet ms,bitstream vera sans,sans-serif;	
	margin-top:			0px;
	margin-bottom:		0px;
	}

#ranglijst-container {
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing:border-box;	
}

#ranglijst-menu {
	float: left;
	padding:0px;
	margin:0px;
	width: 1%;
	}
#ranglijst-content {
	position: absolute;
	left: 13%;
	height: 100%;
	width: 99%;
	margin:0px;
	top: 75px;	
}
/*breedte van 77 verhoogd naar 99% */
#ranglijst-content-header {
	height: 17%;
	margin: 0px;
	width: 99%;
	top: 0px;
}

#ranglijst-content-output {
	overflow: auto;
	width: 99%;
	margin: 0px;
	padding: 0px;
	height: 82%;
}

.prestatie {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

.prestatie_table {	
	width: 98%;
	text-align: left;
}

.back_color_header {
	background-color: #2D4B75; /*#b8d6ff*/
}
/* only used for even rows */
.back_color_rows {
	background-color: #FFFFFF;
	border-left: 1px dashed #2D4B75;
}
/* only used for even rows */
.back_color_rowsleft {
	background-color: #FFFFFF;
	border-right: 1px dashed #2D4B75;
}
/* only used for even rows */
tr.back_color_rows {
	background-color: #E8EBF0;
}

p {
	font-size: 11px;
	font-family: trebuchet ms,bitstream vera sans,sans-serif;
	}
	
p.heading {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	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: #B1411E;
}
.statistics {
	color: #000000;
	font-size: 1.1em;
	font-style: italic;
}
/* foutmelding formhandler*/
.errormsg { 
	font-weight : bold;
    color: #0a6247; 
    padding: 1px; 
} 
a:link {
	text-decoration: none;
	color: #990000;
	font-weight : normal;
}
a:visited {
	text-decoration: none;
	color:#FF9900;
	font-weight : normal;
}
a:active {
	text-decoration: none;
	color: #FF9900;
	font-weight : normal;
}
a:hover {
	font-variant: normal;
	text-decoration : none;
	color: #FF9900;
}