/*Style sheet basis pagina's (printen)*/

/*Achtergrond*/
body {
}

/*Link eigenschappen*/
a:link { 
color: #000000; 
}
a:visited {
color: #000000;
}
a:hover { 
color: #000000; 
}
a:active {
color: #000000; 
}

/*Header*/
.header {
position: absolute;
z-index: 1;
margin-top: 0;
margin-left: 0;
width: 100%;
height: 100%;
}

/*Bodytext*/
.inhoud { 
position: fixed;
z-index: 2;
margin-top: 100px;
padding: 20px;
height: 100%;
} 
/*wel of niet tonen in scherm*/
.screen {
display: none;
}
/*wel of niet tonen bij printen*/ 
.print {
}

/*Text*/
.txt_stand {
font-size: 10pt;
font-weight: bold; 
font-style: normal; 
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}
.txt_fout {
font-size: 10pt;
font-weight: bold; 
font-style: normal; 
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}
.txt_nieuws {
font-size: 9pt;
font-weight: bold;
font-style: normal; 
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}
.txt_kop {
font-size: 28pt;
font-weight: bold;
font-style: normal; 
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}
/*Email-adres*/
span.email {
direction: rtl;
unicode-bidi: bidi-override;
font-size: 10pt;
font-weight: bold;
font-style: italic; 
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}

ul{
list-style-image: url(graph/list.jpg);
list-style-position: outside;
}

.button {
display: none;
}

.center {
text-align: center;
}


/*Tabel*/
.tabel {
margin: 0;
}
.cel {
padding-left: 20px;
}
.tabel_lijn {
border-collapse: collapse;
border: 1px; 
border-style: solid; 
border-color: #000000;
}
.cel_lijn {
border-collapse: collapse;
border: 1px; 
border-style: solid; 
border-color: #c0c0c0;
}
.kader {
border-style: solid;
border-color: #000000;
border-width: 1px;
}
.width3 {
width: 3%;
}
.width50 {
min-width: 48%;
}
