<!-- StyleSheet voor school, Kleuren representeren een Hex.Decimale waarden  -->

<style type="text/css">{  }


<!-- 1. Links  -->
	
	a:link    { color: #000000; text-decoration: none }
	a:visited { color: #000000; text-decoration: none }
	a:active  { color: #000000; text-decoration: none }
	a:hover   { color: #000000; text-decoration: underline; font-weight:; cursor: hand  }

        a.menu:hover   { color: #000000; text-decoration: none; font-weight:; cursor: hand  }

<!-- 2. Tekst iFrame/hoofdpagina (standaard en appart gedefinieerd  -->
	
	#kop1 	        { font-family : "ComicSans"; font-size : 16px; color: #005292; font-weight:bold; }
	#subkop1	{ font-family : "Verdana"; font-size : 13px; color: #005292; font-weight:bold; } <!-- Kleur van subkop (bv nieuwtje naam) -->
        #subkop2	{ font-family : "Verdana"; font-size : 14px; color: #ffba00; font-weight:bold; }
	
	#subkop1rood	{ font-family : "Verdana"; font-size : 13px; color: #ff0000; font-weight:bold; }
	#foutmelding	{ font-family : "Verdana"; font-size : 10px; color: #ff0000; font-weight:bold; }
	#uitleg 	{ font-family : "Verdana"; font-size : 10px; color: #000000; }
	#tekst 	        { font-family : "Verdana"; font-size : 12px; color: #000000; }
	#btekst 	{ font-family : "Verdana"; font-size : 10px; color: #000000; }
	#tekst2 	{ font-family : "Verdana"; font-size : 10px; color: #7089BB; }  <!-- Bezoekerstellerkleur -->
	#tekstdik 	{ font-family : "Verdana"; font-size : 12px; font-weight: bold; color: #000000; }
	
<!-- 2.1 Tekst voor hele pagina (zonder style ID)  -->

	td 		{ font-family : "Verdana";  font-size : 12px; color: #000000; }


<!-- 2.2 Opmaak kalender tabel  -->
#kalkop 	{background-color: #003366}
#kalnor		{background-color: #E5F3FB}
#kalwee		{background-color: #D6F0FE}
#kalvrij 	{background-color: #98DAFF}

<!-- 3. Kleuren voor tabellen en achtergronden -->
       
	#paginaachtergrond 	{background-color: #000000}
	#tabelachtergrondmenu 	{background-color: #7089BB}  <!-- Kleur die gelijk is aan het plaatje MENU -->
	#tabelachtergrondmenu2 	{background-color: #FFFFFF}  <!-- Kleur die gelijk is aan het plaatje2 BANNER -->
	#menuachtergrond	{background-color: #CCDDEA}  <!-- Achtergrondkleur van menu -->
	#tekstachtergrond	{background-color: #ffffff}
	#inhoudachtergrond 	{background-color: #EFF2F8}
	#borderkleur		{border-color    : #7089BB}
	.border {border-collapse: collapse;}

<!-- 3.1 Blokjes (Links-rechts, Linksonder-Rechtsonder -->

	#blokLeftUp 	{background-color: #ffffff}
	#blokRightUp 	{background-color: #7089BB}
	#blokLeftDown 	{background-color: #7089BB}
	#blokRightDown 	{background-color: #005292}

<!-- 4. Style voor Scollbar (IE 5.0 // Niet overal zichtbaar) -->

	BODY { 	        background-color: #FFF0DF;
			margin-top: 5;  			<!-- Rand boven (aantal pixels)-->
			
			
			
			

  	     }

<!-- 5. Gastenboek kleuren -->



#page_nav { font-size: smaller}
#guestbook_counter { font-size: 10; font-weight: bold}
#guestbook_date { color: #B2B2B2; font-size: xx-small}
#guestbook_name { font-family: Verdana, Tahoma; font-weight: bold;}
#guestbook_message { font-size: 12px}


TEXTAREA  {
    font-family : tahoma;
    font-size : 9pt;
    border-color : 000000;
   
    border-width : 1px;  }
INPUT  {
    font-family : tahoma;
    font-size : 9pt;
    border-color : 000000;
    border-width : 1px;  }




	
</STYLE>