﻿BODY    { font-family: "verdana", Arial, Helvetica, sans-serif;
          font-size: x-small; }
/*background-color: #75aadb;*/          

/* gebruikt voor mailto, linken naar external pagina's, linken in agenda,*/ 
/* en als SYM_rs_a in boekentasberichten, wie is wie,...                 */
/* NIET voor: link_to_pag functie                                        */
A.rs01:link { font-family: Verdana; font-size: 10pt; color: white ; text-decoration: none }
A.rs01:visited { font-family: Verdana; font-size: 10pt; color: white; text-decoration: none }
A.rs01:active { font-family: Verdana; font-size: 10pt; color: white; text-decoration: none }
A.rs01:hover { font-family: Verdana; font-size: 10pt; color: white; text-decoration: none }
/* gebruikt voor de linken naar andere pagina's en voor de items op de linkerbalk */
.rs_linkLeft  { color: white; font-weight: normal; font-size: 10pt; line-height: 14pt; font-family: Verdana; text-decoration: none; text-align: left; }
a.rs_linkLeft:hover {
    color: #fff !important;
    background: #4E698C;
    text-decoration: none;
}
#rs_breadcrumbs { color: black; font-weight: normal; font-size: 8pt; line-height: 12pt; font-family: Verdana; text-decoration: none; text-align: left; border-bottom: 1px solid #FFF; padding-left: 10px;}
#rs_breadcrumbs a { color: white; font-weight: normal; font-size: 8pt; line-height: 12pt; font-family: Verdana; text-decoration: none; text-align: left; }


/* gebruikt voor de pagina text */
.rs_text      { color: black; font-style: normal; font-weight: normal; font-size: 10pt; line-height: 14pt; font-family: Verdana; text-decoration: none; text-align: left }
/* gebruikt voor titels */
.rs_title    {
    font-size: 120%;
    line-height: 120%;
    font-weight: bold;
    color: black;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
} 
/* gebruikt voor italic text */
.rs_italic   { color: black; 
               font-family: Verdana; font-weight: normal; font-style: italic; 
	       text-align: left; line-height: 14pt; font-size: 10pt;   
	       text-decoration: none} 
	       

/* gebruikt voor de highlight colors */
/* naamgeving moet worden rs_high_item_seq */
/* waarbij de waarde voor item 1=welkom 2=info 3=actueel 4=contact 5=ouders */
/* waarbij de waarde voor seq gelijk is aan de volgorde van voorkeur om te gebruiken */
/* old=rs_colorBeige */
.rs_high_1  { color: black; font-style: normal; font-weight: bold; font-size: 10pt; line-height: 14pt; font-family: Verdana; text-decoration: none; text-align: left }
.rs_high_5  { color: black; font-style: normal; font-weight: bold; font-size: 10pt; line-height: 14pt; font-family: Verdana; text-decoration: none; text-align: left }
.rs_high_3_1    { color: #bda955; font-style: normal; font-weight: bold; font-size: 10pt; line-height: 14pt; font-family: Verdana; text-decoration: none; text-align: left }
.rs_colorGreen  { color: #5d8d57; font-style: normal; font-weight: bold; font-size: 10pt; line-height: 14pt; font-family: Verdana; text-decoration: none; text-align: left }
.rs_colorBlue   { color: #5d7da6; font-style: normal; font-weight: bold; font-size: 10pt; line-height: 14pt; font-family: Verdana; text-decoration: none; text-align: left }
.rs_colorBrown  { color: #b39e81; font-style: normal; font-weight: bold; font-size: 10pt; line-height: 14pt; font-family: Verdana; text-decoration: none; text-align: left }
.rs_colorOrange { color: #e48354; font-style: normal; font-weight: bold; font-size: 10pt; line-height: 14pt; font-family: Verdana; text-decoration: none; text-align: left }
.rs_colorWhite  { color: #ffe4fe; font-style: normal; font-weight: bold; font-size: 10pt; line-height: 14pt; font-family: Verdana; text-decoration: none; text-align: left }

/* gebruikt om standaard tabellen te maken */
.rs_default_table {font-family: "verdana", Helvetica, sans-serif;
          font-size: x-small; 
	  color: white; 
	  background-color: #4e698c;
	  text-decoration: none ; 
	  border: 0 solid black;
	  border-collapse: collapse;
	  margin: 0mm;
          padding: 0mm }
	  
.rs_default_td {font-family: "verdana", Helvetica, sans-serif;
          font-size: x-small; 
	  color:  white;
	  background-color: #4e698c;
	  text-decoration: none ; 
	  border: 0.1mm solid white;
	  margin: 0mm;
	  padding: 2mm;
	  }	  
.rs_alt_td {font-family: "verdana", Helvetica, sans-serif;
          font-size: x-small; 
	  color: white;
	  background-color: #5f7a9c;
	  text-decoration: none ; 
	  border: 0.1mm solid white;
	  margin: 0mm;
	  padding: 2mm;
	  }	  
	  
.rs_default_th {font-family: "verdana", Helvetica, sans-serif;
          font-size: x-small; 
	  color: white; 
	  background-color: #4e698c;
	  text-decoration: none ; 
	  border: 0.1mm solid black;
	  margin: 0;
	  padding: 0.5mm;
	  }	  	  

.rs_default_tr {font-family: "verdana", Helvetica, sans-serif;
          font-size: x-small; 
	  color: white; 
	  background-color: #4e698c;
	  text-decoration: none ; 
	  border: 0 solid black;
	  margin: 0;
	  padding: 0;
	  }	  	  

