/*
De standaard instelling van Lezen aan Zee
body gegevens
*/
body         {
	background-color:#000011;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 300;
	background-image: url(Pictures/Home/Logo_0a.jpg);
			  }
/*
De kopgegevens
*/
div.Index    { font: 800 44pt Times New Roman;
             }

div.Kop      {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: 800;
             }

div.Kop1     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: 800;
             }
div.Kop2     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 800;
             }

div.Klein     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 300;
             }

div.Hoofdsponsor     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: 800;
             }
			 
div.Sponsor1     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 800;
             }
			 
div.Sponsor2     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 800;
             }
			 
div.jaar     { font: 800 22pt Arial, Helvetica, sans-serif;
               text-align: center;
             }
div.maand    { font: 800 18pt Arial, Helvetica, sans-serif;
               text-align: center;
             }
div.datum    { font: 300 10pt Arial, Helvetica, sans-serif;
               text-align: center; 
             }
/*
Onderstreep de koppelingen niet en maak de koppelingen rood.
Laat de koppelingen zwart oplichten als ze geactiveerd worden
*/		 
a            { text-decoration:none;}
               a:link {color:#333333;}
			   a:visited {color:#333333;}
			   a:active {color:#333333;}
             }
/*
Tabelgegevens
*/
tr			 { 
              vertical-align: top;
			 }
td           {
              vertical-align: top;
             }

