body, table, tr, td{
   text-align: justify;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color:#6A0000;

   scrollbar-face-color      : #D40000;
   scrollbar-shadow-color    : #6A0000;
   scrollbar-highlight-color : #FF9595;
   scrollbar-3dlight-color   : #D40000;
   scrollbar-darkshadow-color: #6A0000;
   scrollbar-track-color     : #F7D286;
   scrollbar-arrow-color     : #FFFF80;
}
body{
   background-color: #FFFF80;
 }
a:active, a:focus, a:hover{
   background: #FFFFD4;
   font-weight: bold;
   text-decoration: underline;
}
a{ color: #6A0000;
   font-weight: bold;
   text-decoration: none;
}
.head1{
   font-weight: bold;
   font-size: 130%;
   line-height: 20px;
   text-align: center;
}
.head2{
   font-weight: bold;
   font-size: 110%;
   line-height: 20px;
   color: #FFFF80;
   background-color: red;
   text-align: center;
}
.head3{
   font-weight: bold;
   font-size: 140%;
   line-height: 20px;
   color: #FFFF80;
   background-color: red;
   text-align: center;
   width: 100%;
}
.pyro4_kop{
   color: black;
   font-size: 120%;
   font-weight: bold;
   text-align: center;
}

.kadertje{
   border: 0px solid Black;
   text-align: center;
   padding: 4px 25px;
   background: #FFFF80;
}

.Links {text-align: left; }
.Rechts{text-align: right;}

.FEM_Ref{
   text-align: right;
   padding-right: 10px;
}

.duim td  { font-size: 10px; }
.duim td b{ font-size: 11px; }

.thm_txt{
   text-align: center;
   background-color: #FFFF80;
   color: black;
}
.thm_h1{
   text-align: center;
   background-color: Red;
   color: #FFFF80;
   font-size: 110%;
   font-weight: bold;
   width: 100%;
}

hr{
   background: #D40000;
   color: #D40000;
}

.Artikel{
   font-family: "Times New Roman", Times, serif;
   font-size: 16px;
   line-height: 100%;
   text-align: justify;
}
.VisLink{
  text-decoration: underline;
}

.More{
   text-align: right;
}

/* Gebruik "display: none;" om het Nieuwste Nieuws aan/uit te zetten. */
.NieuwsteNieuws{
  display: block; /*none;*/
  position: absolute;
  left: 25px;
  top: 62px;/*72px;*/
  text-align: left;
  font-size: 11px;
  background-color: #FFFF80;
  width: 150px;
  margin: 5px;
  padding: 5px;
  opacity: .75;               /* snapt Opera en Firefox */  
  filter: alpha(opacity=75);  /* snapt Explorer         */
}
.NieuwsteNieuws .head2{
  display: block;
}
.NieuwsteNieuws a{
  display: block;
}
.NieuwsteNieuws a:active, 
.NieuwsteNieuws a:focus, 
.NieuwsteNieuws a:hover{
  background-color: red;
  text-decoration: none;
  color: White;
}
.Warning{
  position: absolute;
  left: 25px;
  top: 355px;
  background: #B50000;
  color: #FFFF80;
  width: 150px;
  margin: 5px;
  padding: 5px;
  opacity: .75;               /* snapt Opera en Firefox */  
  filter: alpha(opacity=75);  /* snapt Explorer         */
}