html	{
	position: relative;
	min-height: 100%;
}
body	{
	margin: 0 0 40px;
	background: #ffffff;
	font-family: Roboto;
	}
a	{
	color:  #0066cc;
	text-decoration:	none;
	}
a:hover	{
	color:  #0066cc;
	text-decoration:	underline;
}
a:visited	{
	color:  #0066cc;
	text-decoration:	none;
}
.mainpage	{
	width: 96%;
	margin: 0px auto 10px auto;
}
.headertekst	{
	position: relative;
	width: 100%;
	margin: 20px auto auto auto;
	font-size: 28px;
	color: #0066cc;
	border: 0px solid #0066cc;
}
.headertable	{
	position: relative;
	width: 100%;
	font-size: 24px;
	color: #0066cc;
}
.head	{
	font-weight: none;
	font-style: italic;
	color: #0066cc;
	border-bottom: 1px solid #0066cc;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.rel_td	{
	height: 25px;
	border: 1px solid #0066cc;
	color: #0066cc;
}
.input{
	font-size: 12px;
	width: 98%; 
	border: none; 
	outline: none;
}
textarea:focus, input:focus{
  outline: none;
}

.button	{
	display: block;
	width: 120px;
	height: 25px;
	border: 1px solid #0066cc;
	background-color: #ffffff;
	color: #0066cc;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.linkerkolom	{
	position: relative;
	width: 39%;
	margin: 0px auto auto 0px;
}
.rechterkolom	{
	position: absolute;
	top: 100px;
	right: 5%;
	width: 50%;
	margin: 0px 0px auto auto;
	border: 0px solid #000000;
}
.rechterkolom2	{
	position: absolute;
	top: 500px;
	right: 5%;
	width: 50%;
	margin: 0px 0px auto auto;
	border: 0px solid #000000;
}
.circel {
  border-radius: 50%;
  padding: 10px 10px 10px 10px;
  background: #00ff00;
  border: 2px solid #fff;
  color: #000;
  text-align: center;
  font: 16px lato;
  font-style: italic;
}
.circel2 {
  border-radius: 50%;
  padding: 8px 10px 8px 10px;
  background: #00ff00;
  border: 2px solid #0c95d3;
  color: #000000;
  text-align: center;
  font: 20px Lato, sans-serif;
}
.w30    {
    width: 30px;
}
.w50    {
    width: 50px;
}
.w100    {
    width: 100px;
}
.w150    {
    width: 150px;
}
.w200    {
    width: 200px;
}
.w300    {
    width: 300px;
}


}
.striped-table	{
	position: relative; 
	width: 100%; 
	margin: 20px auto;
}
.striped-table tr:nth-child(odd)	{background: #ffffff; color: #0c95d3;}
.striped-table tr:nth-child(even)	{background: #0c95d3; color: #ffffff;}

.striped-table tr:nth-child(odd)	a{background: #ffffff; color: #0c95d3;}
.striped-table tr:nth-child(even)	a{background: #0c95d3; color: #ffffff;}

.striped-table a: {color: #aaaaaa;}

.material-icons {
	  font-family: 'Material Icons';
	  font-weight: normal;
	  font-style: normal;
	  font-size: 16px;  /* Preferred icon size */
	  display: inline-block;
	  line-height: 1;
	  text-transform: none;
	  letter-spacing: normal;
	  word-wrap: normal;
	  white-space: nowrap;
	  direction: ltr;
	
	  /* Support for all WebKit browsers. */
	  -webkit-font-smoothing: antialiased;
	  /* Support for Safari and Chrome. */
	  text-rendering: optimizeLegibility;
	
	  /* Support for Firefox. */
	  -moz-osx-font-smoothing: grayscale;
	
	  /* Support for IE. */
	  font-feature-settings: 'liga';
	}
.material-icons-outlined {
	  font-family: 'Material Icons Outlined';
	  font-weight: normal;
	  font-style: normal;
	  font-size: 16px;  /* Preferred icon size */
	  display: inline-block;
	  line-height: 1;
	  text-transform: none;
	  letter-spacing: normal;
	  word-wrap: normal;
	  white-space: nowrap;
	  direction: ltr;

	  /* Support for all WebKit browsers. */
	  -webkit-font-smoothing: antialiased;
	  /* Support for Safari and Chrome. */
	  text-rendering: optimizeLegibility;

	  /* Support for Firefox. */
	  -moz-osx-font-smoothing: grayscale;

	  /* Support for IE. */
	  font-feature-settings: 'liga';
	}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	color:#ffffff; 
	background: #0066cc;
	font-size: 12px;
	text-align: center;
	line-height:40px;
	border-top: 1px solid #0066cc;
}