@charset "utf-8";
/*
 CSS Document
Kleuren Codes : 
Zwart	000000
Wit		FFFFFF
Rood	FF0000
Geel	FFFF00
Blauw	0000FF
Groen	00FF00
Grijs	808080
*/

section {
	background: #000000;
}
.grafiekstaaf {
	height: 25px;
	background: #FFFF00;
	color: #FF0000;
}
body {
	background-color: #000;
	background-image: url(../fireachtergrond.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	border-color: #FFFF00;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #FFFF00;
}
a:visited {
	color: #00FF00;
}
a:hover {
	color: #FF0000;
}

table
	{
	width: 100%;
	border-collapse: separate;
	border-color: #FFFF00;
	background-color: #000000;
	background-image: url(../fireachtergrond.jpg);
	margin: 0px;
	padding: 0px;
}
#tabel_zwart
	{
	width: 100%;
	border-collapse: separate;
	background-color: #000000;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#tabel_search
	{
	width: 100%;
	border-collapse: separate;
	background-color: #000000;
	background-image: none;
	margin: 0px;
	padding: 0px;
	width: 500px;
	height: 240px;
}

body h1 {
	font-family: Algerian;
	font-weight: bold;
	color: #FF0000;
	font-size: 36px;
	margin: 0px;
	padding: 0px;
}
body h2 {
	font-family: Algerian;
	font-weight: bold;
	color: #FF0000;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
}
body h3 {
	color: #FFFF00;
	font-size: 36px;
	margin: 0px;
	padding: 0px;
}
body h4 {
	color: #FF0000;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
}
body h5 {	
	color: #FFFF00;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
}
body h6 {
	color: #FFFF00;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.font7 {
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
}		
.font8 {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
.font9 {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}		
.font12 {
	font-size: 36pt;
	font-family: Arial, Helvetica, sans-serif;
}
.barcode {
	font-size: 36pt;
	font-family: "Free 3 of 9";
}				
.rood {
	color: #FF0000;
}
.geel {
	color: #FFFF00;
}
.zwart {
	color: #000000;
}
.wit {
	color: #FFFFFF;
}
.accentuering {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.links {
	text-align: left;
}
.rechts {
	text-align: right;
}
.centreren {
	text-align: center;
}
.uitlijnen {
	text-align: justify;
}
.button {
 border-radius: 15px 50px;
  width: 135px;
  height: 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.button3 {
  background-color: #ff0000;
  color: white;
}
.button3:hover {
  background-color: #ff0000;
  color: black;
  border: 2px solid #ffff00;
}
