body {
	background-image: url('/informatica/site/plaatjes/achtergrond005.jpg');
    background-attachment: fixed;
	font-family: verdana;
    color: #083870;
    font-size:12pt;
}

.header {
    font-size: 40px;
    color: #083870;
    position: fixed;
    background-image: url('/informatica/site/plaatjes/achtergrond005.jpg');
    width: 100%;
    height: 180px;
    margin-left: -20px;
    margin-right: 20px;
    margin-top: -50px;
    z-index: 1;
    }
    
.paginakop {
	font-size:30px;
	font-style:italic; 
	margin-left:930px; 
/*	margin-top:35px;*/ 
	position:fixed;
	z-index: 2;
}

.paginakopAntw {
	font-size:20px;
	font-style:italic; 
	margin-left:520px; 
	margin-top:35px; 
	position:fixed;
	z-index: 2;
}

article {
    font-size: 16px;
	padding: 20px;
	width: 100%; 
    color: #083870;
}

.footer {
	position: relative;
	padding-top: 500px;
	padding-left:40px;
}

h1 {
	margin-top:12.0pt;
	margin-right:0cm;
	margin-bottom:3.0pt;
	margin-left:0cm;
	page-break-after:avoid;
	font-size:16.0pt;
	font-family:"Comic Sans MS";
	color:red;
	font-weight:normal;
	}
h2 {
	margin-top:12.0pt;
	margin-right:0cm;
	margin-bottom:3.0pt;
	margin-left:0cm;
	page-break-after:avoid;
	font-size:12.0pt;
	font-family:"Comic Sans MS";
	color:red;
	font-weight:normal;
	}

ul.menu {
    position:fixed;
    z-index: 2;
    list-style-type: none;
    margin-left: 1%;  /* 20px bij 1920 schermbreedte */
    margin-right: 1%;
    margin-bottom: 0;
    margin-top: 130px;
    overflow: inherit;
/*    background-color: #d0dffc;  /* achtergrondkleur menubalk */
    /*width: 90%;*/
    padding-left: 10px;
/*    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
}

ul.submenu {
    list-style-type: none;
    margin-top: 2%;	/*20px*/
    width: 10px;	/*200px*/
    overflow: hidden;
    background-color: #d0dffc;  /* achtergrondkleur menubalk submenu*/
	}

li.submenu {
    font-weight: bold; 
    font-size: 14px;
    color: #083870;
    display: block;
    border: 1px solid;
    padding-left:10px;
}

li a, .dropbtn {
    display: inline-block;
    color: #083870;		/* initiële tekstkleur hoofdmenu */
    text-align: center;
    padding: 16px 5px;
    text-decoration: none;
    }


li a:hover, .dropdown:hover .dropbtn {
    background-image: url("../site/plaatjes/achtergrond005.jpg");
}

li.dropdown {
    font-weight: bold; 
    color: #083870;
    float: left;
    display: block;
    font-size: 14px;
    padding:0px 10px 0px 10px;
    background-image: url("../site/plaatjes/achtergrond005.jpg");
}

.dropdown-content {
    width: 250px;
    display: none;
    position: fixed;
    background-color: #f9f9f9;  /* achtergrondkleur dropdown-menu*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #083870;  /* tekstkleur dropdown */
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a:hover {background-color: #d0dffc;}

.dropdown:hover .dropdown-content {
    display: block;
}

.prog { font-family:Courier;
		color:red;
		font-weight:bold;
		font-size: 14px;
		}
code {	color:red;
		font-weight:bold;
		font-size:12pt;
}
.tooltip {
    width: 85%;
	position: relative;
    display: inline-block;
    padding:10px 20px 10px 15px; /* boven links onder rechts */   
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #f9f9f9;
    /* background-image: url('/plaatjes/achtergrond005.jpg');*/
    color: #083870;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    left: 45%;
    top:5%;
    opacity: 0;
    transition: opacity 0.3s;
    
    
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    margin-left: 5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.linkZonderOpmaak {
	padding: 0px;
	text-decoration:underline;
}