/*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; 
}

/*Taalkeuze*/
.tl_tekst {
display: none;
}
.tl_huidig {
display: none;
}
.tl_keuze {
display: none;
}

/*Quick Plug logo (top)*/
.logo_screen {
display: none;
}
.logo_print {
border: 0;
position: fixed;
z-index: 1;
margin-left: 25%;
height: 108px;
width: 304px;
}
.send {
display: none;
}

/*Menu*/
.menu {
display: none;
}

/*Bodytext*/
.inhoud { 
position: fixed;
z-index: 2;
margin-top: 100px;
padding: 20px;
hight: 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;
}

.pl_center {
margin-left: 10%; 
margin-right: 10%;
}

/*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;
}