html /* DOCTYPE issue */
{ scrollbar-track-color:rgb(32,32,32);
  scrollbar-face-color:rgb(32,32,32);
  scrollbar-arrow-color:darkorange;
}

frameset {
  color:white;
  border-width:0px;
  border-style:solid;
  border-color:darkorange;
  background-color:black;
  
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

frame {
  color:white;
  border-width:0px;
  border-style:solid;
  border-color:darkorange;
  background-color:black;
  
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;

}

body {

color:darkorange;
background-color:black;

font-family:"Times New Roman", Times, serif;
font-size:16px;
font-style:normal;
font-weight:normal;

border-width: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

table
{
color:darkorange;
border-width:0px;
}

table.table_std /* vervangt table.N */
{
table-layout:fixed;
width:90%;  margin-left:5%; margin-right:5%; /* vervangt align="center" */
border-collapse:separate;
border-spacing:8px;
border-style:solid;
border-color:dimgray;
}

td.td_kopafb /* vervangt td.N_img */
{
/* Text Properties */
vertical-align:middle;
/* Dimension Properties --> ex  width:1%; */
width:51px;
/* Border and Outline Properties */
border-width:0px;
border-style:solid;
border-color:dimgray;
/* Text Properties */
vertical-align:middle;
/* Padding Properties */
padding:2px;
}
td.td_koptekst
{ border-width:0px;
  margin-left:0px; /* vervangt align="left" */ 
  vertical-align:middle; /* vervangt valign="middle" */
}

td.subkop
{
/* Border and Outline Properties */
border-width:0px;
padding:4px;
vertical-align:middle;
}
td.td_lichaam /* vervangt td.N */
{
margin-left:0px; /* vervangt align="left" */
/* Border and Outline Properties */
border-width:1px;
border-bottom-width:3px;
border-style:solid;
border-color:dimgray;
/* Padding Properties */
padding:6px;
}

img.img_std /* schaal via width en height bij <IMG> */
{
border-width:0px;
}

/* MC_logo (schaal via width en height bij <IMG> */
img.MC_logo
{
border-width:0px;
}

/* MC_logo schaal 1/2 */
img.MC_logo2
{
width:57px;
height:48px;
/* Border and Outline Properties */
border-width:0px;
}

/* MC_logo schaal 1/3 */
img.MC_logo3
{
width:38px;
height:32px;
/* Border and Outline Properties */
border-width:0px;
}

/* MC_email schaal 1/2 */
img.MC_email2
{
width:18px;
height:12px;
/* Border and Outline Properties */
border-width:0px;
}

/* MC_email schaal 1/3 */
img.MC_email3
{
width:12px;
height:8px;
/* Border and Outline Properties */
border-width:0px;
}

/* MC_home schaal 1/2 */
img.MC_home2
{
width:12px;
height:12px;
border-width:0px;
}

/* TITELTEKST (titels boven de site) */
/* ==========----------------------------- */
.titeltekst
{ color:white;
  position:relative;
  font-size:30px;
  font-family:"Times New Roman", Times, serif;
  font-style:italic;
  font-weight:bold;
}
.titeltekst3D2
{ font-size:18px;
  font-weight:normal;
}
.titeltekst3D3
{ color:darkorange;
  font-size:14px;
  font-style:normal;
  font-weight:normal;
}

/* KOPTEKST (titels boven de tabellen) */
/* =========----------------------------------- */
.koptekst
{
/* Text Properties */
color:white;
vertical-align:bottom;
position:relative;
padding: 0;
/*  Font Properties */
font-family:"Times New Roman", Times, serif;
font-size:26px;
font-style:italic;
font-weight:bold;
}

/* SUBKOPTEKST (subtitels in tabellen) */
/* =========----------------------------------- */
.subkoptekst
{
/* Text Properties */
color:white;
vertical-align:bottom;
position:relative;
/*  Font Properties */
font-family:"Times New Roman", Times, serif;
font-size:22px;
font-style:italic;
font-weight:bold;
}

/* VOETTEKST (gebruikersinfo, disclaimer, privacy) */
/* ==========--------------------------------------------------- */
.voettekst
{
color:dimgray;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
font-weight:normal;
text-decoration:none;
}
a.voettekst:link {color:dimgray;}
a.voettekst:visited {color:dimgray;} 
a.voettekst:hover{font-size:16px;} 
a.voettekst:active{color:white;}

/* STANDAARDTEKST (incl. vergroten en kleurwissel) */
/* =================------------------------------------------ */
.standaardtekst
{
/* Text Properties */
color:darkorange;
text-decoration:none;
/*  Font Properties */
font-family:"Times New Roman", Times, serif;
font-size:16px;
font-style:normal;
font-weight:normal;

cursor:default; /* geen pointer (van pijl naar handje) want dit is geen link */
outline-width:0px;
/* outline: none; voor geen active/focus borders => kills accessibility ? */
/*
outline-style:solid;
outline-color: red;
*/
}

/* CSS Pseudo-classes/elements */
a.standaardtekst:link {color:darkorange;}
a.standaardtekst:visited {color:darkorange;}
a.standaardtekst:hover {font-size:20px;}
a.standaardtekst:active {color:white;}
a.standaardtekst:focus { color:white; } /* => no active/focus borders */


/* INHOUDTEKST (incl. vergroten en kleurwissel) */
/* =================------------------------------------------ */
.inhoudtekst
{
/* Text Properties */
color:darkorange;
text-decoration:none;
/*  Font Properties */
font-family:"Times New Roman", Times, serif;
font-size:18px;
font-style:italic;
font-weight:bold;
}
/* CSS Pseudo-classes/elements */
a.inhoudtekst:link {color:darkorange;}
a.inhoudtekst:visited {color:darkorange;}
a.inhoudtekst:hover {font-size:22px;}
a.inhoudtekst:active {color:white;}

/* LINKTEKST (incl. vergroten en kleurwissel) */
/* ==========----------------------------------------- */
.linktekst
{
/* Text Properties */
color:dimgray;
text-decoration:underline;
/*  Font Properties */
font-family:"Times New Roman", Times, serif;
font-size:16px;
font-style:normal;
font-weight:normal;
}
/* CSS Pseudo-classes/elements */
a.linktekst:link {color:dimgray;}
a.linktekst:visited {color:dimgray;}
a.linktekst:hover {font-size:20px;}
a.linktekst:active {color:white;}

/* LINKTEKSTORANGE (incl. vergroten en kleurwissel) */
/* =================----------------------------------------- */
.linktekstorange
{
/* Text Properties */
color:darkorange;
text-decoration:underline;
/*  Font Properties */
font-family:"Times New Roman", Times, serif;
font-size:16px;
font-style:normal;
font-weight:bold;
}
/* CSS Pseudo-classes/elements */
a.linktekstorange:link {color:darkorange;}
a.linktekstorange:visited {color:darkorange;}
a.linktekstorange:hover {font-size:20px;}
a.linktekstorange:active {color:white;}


.submit
{
background-color:black;
color:dimgray;
font-size:10px;
border-style:inset;
border-width:3px;
border-color:dimgray;
}

.lijn
{ color:dimgray;
  line-height:30%;
}

marquee
{
font-family:Arial,Helvetica,sans-serif;
color:darkorange;
}

/* HOOFDING */
.styleH1
{
/* Text Properties */
color:white;
/*  Font Properties */
font-family:"Times New Roman", Times, serif;
font-size:36px;
font-style:italic;
font-weight:bold;
}

/* H1 voor 3D white face */
.H1 {color:white; font-size:42px; font-family:"Times New Roman", Times, serif; font-style:italic; font-weight:bold; position:relative;}

/* H3 voor 3D white face */
.H3
{
/* Text Properties */
color:white;
/*  Font Properties */
font-family:"Times New Roman", Times, serif;
font-size:20px;
font-style:italic;
font-weight:normal;
/* Positioning Properties */
position:relative;
}


/* kleur in 3D op positie */
.o3D-4 {position:absolute; top:4px; left:4px; color: darkorange; z-index:-4; padding:0; }
.g3D-4 {position:absolute; top:4px; left:4px; color: dimgray; z-index:-4; padding:0; }
.o3D-3 {position:absolute; top:3px; left:3px; color: darkorange; z-index:-3; padding:0; }
.g3D-3 {position:absolute; top:3px; left:3px; color: dimgray; z-index:-3; padding:0; }
.g3D-2 {position:absolute; top:2px; left:2px; color: dimgray; z-index:-2; padding:0; }
.g3D-1 {position:absolute; top:1px; left:1px; color: dimgray; z-index:-1; padding:0; }
.w3D {position:absolute; top:0px; left:0px; color:white; z-index:0; padding:0; }

/* OUDE VERSIE */
.3Dw-light {position:absolute; padding: 0; top:-1px; left:-1px; z-index: -5;color:darkorange; }
.3Dw-shade {position:absolute; padding: 0; top:+1px; left:+1px; z-index: -1; color:dimgray; }
.3Dw-extrashade {position:absolute; padding: 0; top:+2px; left:+2px; z-index: -2;color:dimgray; }
.3Dw-supershade {position:absolute; padding: 0; top:+3px; left:+3px; z-index: -3;color:dimgray; }
.3Dw-ultrashade {position:absolute; padding: 0; top:+4px; left:+4px; z-index: -4;color:dimgray; }
.3Dw-face {position:absolute; padding: 0; top:0px; left:0px; z-index: 0;color:white; } 


/* H2 voor 3D orange face */
.H2
{
/* Text Properties */
color:darkorange;
/*  Font Properties */
font-family:"Times New Roman", Times, serif;
font-size:16px;
font-style:normal;
font-weight:normal;
/* Positioning Properties */
position:relative;
}


.styleH2
{
/* Text Properties */
color:darkorange;
/*  Font Properties */
font-family:"Times New Roman", Times, serif;
font-size:16px;
font-style:normal;
font-weight:normal;
}

.styleH3
{
/* Text Properties */
color:white;
/*  Font Properties */
font-family:"Times New Roman", Times, serif;
font-size:20px;
font-style:italic;
font-weight:normal;
}

/* INFO */
.styleI1
{
/* Text Properties */
color:white;
vertical-align:bottom;
/*  Font Properties */
font-family:"Times New Roman", Times, serif;
font-size:36px;
font-style:normal;
font-weight:bold;
}

/* MARQUEE */
.styleM1
{
/* Text Properties */
color:darkorange;
/*  Font Properties */
font-family:"Times New Roman", Times, serif;
font-size:16px;
font-style:italic;
font-weight:normal;
}

.styleM2
{
/* Text Properties */
color:white;
/*  Font Properties */
font-family:"Times New Roman", Times, serif;
font-size:16px;
font-style:italic;
font-weight:bold;
}

.style1 {
font-family:"Times New Roman", Times, serif;
	color:white;
font-size:28px;
	font-weight: bold;
}

.style2 {
font-family:Arial, Helvetica, sans-serif;	
color: #C0C0C0;
font-size:10px;
	font-weight: bold;
}

/* KALENDER */
.styleK1
{
/* Text Properties */
color:white;
/*  Font Properties */
font-family:"Times New Roman", Times, serif;
font-size:28px;
font-style:normal;
font-weight:bold;
}

.styleK2
{
background-color:darkorange;
/* Text Properties */
color:white;
/*  Font Properties */
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-style:normal;
font-weight:bold;
}

.styleK3
{
background-color:darkorange;
/* Text Properties */
color:black;
/*  Font Properties */
font-family:"Times New Roman", Times, serif;
font-size:18px;
font-style:normal;
font-weight:bolder;
}

.styleK4
{
background-color:black;
/* Text Properties */
color:white;
/*  Font Properties */
font-family:"Times New Roman", Times, serif;
font-size:16px;
font-style:normal;
font-weight:normal;
}

