/*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; 
}

/*Header*/
.header {
position: absolute;
z-index: 1;
margin-top: 0;
margin-left: 0;
width: 100%;
height: 100%;
}

/*Bodytext*/
.inhoud { 
z-index: 2;
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;
}

.center {
text-align: center;
}

/*Tabel*/
.tabel {
margin: 0;
}
.cel {
padding-left: 20px;
}
.tabel_lijn {
}
.cel_lijn {
}
.kader {
border-style: solid;
border-color: #000000;
border-width: 1px;
}
.width3 {
width: 3%;
}
.width50 {
min-width: 48%;
}
