/*Style sheet basis pagina's (screen)*/

/*Achtergrond*/
body {
background-color: #000000;
margin: 0;
overflow: -moz-scrollbars-vertical;
}

/*Link eigenschappen*/
a:link { 
color: #cc3300; 
}
a:visited {
color: #669900;
}
a:hover { 
color: #cc3300; 
}
a:active {
color: #cc3300; 
}

/*Taalkeuze*/
.tl_tekst {
position: absolute;
margin-top: 40px;
margin-left: 35px;
z-index: 4;
font-size: 8pt;
font-weight: bold; 
font-style: normal; 
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
.tl_keuze {
z-index: 5;
position: absolute;
margin-left: 50px;
margin-top: 60px;
width: 36px;
height: 25px;
border: 0;
}
.tl_huidig {
z-index: 6;
position: absolute;
margin-left: 105px;
margin-top: 60px;
width: 36px;
height: 25px;
}

/*Quick Plug logo (top)*/
.logo_screen {
z-index: 3;
position: absolute;
margin-left: 35%;
height: 119px;
width: 323px;
border: 0;
}
.logo_print {
display: none;
}
.send {
z-index: 3;
position: absolute;
margin-left: 80%;
margin-top: 60px;
border: 0;
width: 125;
height: 27;
}

/*overflow: hidden;*/
/*Menu*/
.menu {
position: absolute;
z-index: 2;
margin-top: 100px;
margin-left: 0;
width: 200px;
height: 700px;
}

/*Bodytext*/
/*background-image: url(graph/ground.jpg);*/
/*background-repeat: repeat;*/
.inhoud { 
z-index: 1;
position: absolute;
padding: 20px;
background-color: #ffffff;
margin-top: 120px;
margin-left: 201px;
height: 70%;
min-height: 70%;
width: 68%;
overflow-y: scroll;
overflow-x: hidden;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-face-color: #669900;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #669900;
scrollbar-darkshadow-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
} 

/*wel of niet tonen in scherm*/
.screen {
}
/*wel of niet tonen bij printen*/ 
.print {
display: none;
}

/*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: #cc3300;
}
.txt_kop {
font-size: 28pt;
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;
}
/*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 {
color: #000000;
background-color: #669900;
font-size: 12px;
text-decoration: none;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
cursor: pointer;
}

.pl_center {
margin-left: 10%; 
margin-right: 10%;
}

/*Tabel*/
.tabel {
margin: 0;
}
.cel {
padding-left: 20px;
}
.tabel_lijn {
}
.cel_lijn {
}
.kader {
border-style: solid;
border-color: #000000;
border-width: 1px;
}