/* @charset "utf-8"; */

/*algemene instellingen die voor pagina geldt
* {
	font-family: Calibri;
	font-size: 12pt;
	color: #006;
}

p {
	font-family: Calibri;
	font-size: 12pt;
	
}*/
/* table, td, th {  
  border: 1px solid ;
  text-align: left;
} 
table {
  border-collapse: collapse;
  width: 100%;
}*/
th, td {
  padding-left:5px;
  padding-right: 5px;
}
/*einde algemene instellingen*/


/*pagina container bepaald de totale breedte en de achtergrondkleur*/
.container
{
	width: 900px;
	margin:0 auto;
	
/*	background-color:#F00; /*leesmodus kleur #f9f5ea*/
	
}
/*einde pagina container*/

/*pagina container bepaald de totale breedte en de achtergrondkleur*/
.container1050
{
	width: 1050px;
	margin:0 auto;
/*	background-color:red; /*leesmodus kleur #f9f5ea*/
	
}
/*einde pagina container*/

/* tooltip on hover over div*/
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #006;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/* einde tooltip on hover over div*/

.button {
/*  background-color: #4CAF50;*/
  
  background-color: #F5F5F5;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  display: inline;
  font-family: Calibri;
  font-weight: bold;
  font-size: 12pt;
  color: #006;
  cursor: pointer;
}

.button2 {
/*  background-color: #4CAF50;*/
  
  background-color: #F5F5F5;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  display: inline;
  font-family: Calibri;
  font-weight: bold;
  font-size: 10pt;
  color: #006;
  cursor: pointer;
}

.knop {
	color: #00C;
	font-family: Calibri;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}

.knop2 {
	color: #F00;
	font-family: Calibri;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #006;
}
a:visited {
	text-decoration: none;
	color: #006;
}
a:hover {
	text-decoration: underline;
	color: #03F;
}
a:active {
	text-decoration: none;
	font-family: Calibri;
	font-size: 12pt;
	color: #006;
	font-style: normal;
	font-weight: normal;
}
.Tekst1 {
	font-family: Calibri;
	font-size: 12pt;
	color: #006;
	vertical-align: top;
}
	
.Tekst4 {
	font-family: Calibri;
	font-size: 10pt;
	color: #F00;
	vertical-align: middle;
	font-style: italic;
	font-weight: normal;
	
}

.Tekst41 {
	font-family: Calibri;
	font-size: 10pt;
	color: #006;
	vertical-align: middle;
	font-style: italic;
	font-weight: normal;
	}

.Tekst5 {
	font-family: Calibri;
	font-size: 10pt;
	color: #006;
	font-style: italic;
	}
	
.Tekst6 {
	font-family: Calibri;
	font-size: 10pt;
	color: #006;
	vertical-align: middle;
	font-style: italic;
	font-weight: normal;
	}
	
.Tekstkop{
	font-family: Calibri;
	font-size: 13pt;
	font-weight: bold;
	color: #006;
}

.Tekstvet {
	font-family: Calibri;
	font-size: 12pt;
	font-weight: bold;
	color: #006;
}	

.table {
  border: 1px solid black;
  border-collapse: collapse;
  
}

.rood {
	color:#F00;
}

.ee {
	font-family: Calibri;
	font-size: 12pt;
	color: #00C;
}

.regels {
	font-family: Calibri;
	font-size: 10pt;
	color: #006;
	font-weight: normal;
}

.Regel {
	font-family: Calibri;
	font-size: 10pt;
	font-weight: normal;
	color: #006;
	text-align: center;
}

.hoofdregel {
	font-size: 8pt;
	color: #000;
}
