/* Creator: Sick Elephantman */
/* Creation date: 23-02-2005 */

/* body blauwe achtergrondkleur */
body
			{
         font-family:      Verdana; 
         background-color: #4646ff
			}

/* koptekst blauw en vet*/
div#kop
			{
         text-align:       center;
         font-family:      Verdana;
         color:            #4646ff;
         font-size:        13px;
         font-weight:      800;
			}
			
/* hoofdlaag gele achtergrond, dikke rode lijn rondom */
div#inhoud
			{
         background-color: #4646ff;
         text-align:       left;
         font-weight:      600;
         font-size:        16px;
			}

/* hoofdlaag gele achtergrond, dikke rode lijn rondom */
div#laag1
			{
         background-color: #ffffa8;
         padding:          10px;
         border-width:     5px;
         border-style:     solid;
         border-color:     #FF0000;
         margin-top:       00px;
         margin-left:      20px;
         margin-right:     20px;
         text-align:       center;
         font-weight:      normal;
         font-size:        12px;
			}

/* class laag 2 gele achtergrond, dunne rode lijn rondom */
.laag2
			{
         background-color: #ffffa8;
         padding:          10px;
         border-width:     1px;
         border-style:     solid;
         border-color:     #FF0000;
         margin-top:       00px;
         margin-left:      01px;
         margin-right:     01px;
			font-family:		Verdana;
         font-size:        12px;
			font-weight:		300;
         text-align:       center;
			text-decoration:	none;
			}
    
/* id laag 2l gele achtergrond, dunne rode lijn rondom, links uitlijnen */
div#laag2l
			{
         background-color: #ffffa8;
         padding:          10px;
         border-width:     1px;
         border-style:     solid;
         border-color:     #FF0000;
         margin-top:       00px;
         margin-left:      01px;
         margin-right:     01px;
			font-family:		Verdana;
         font-size:        12px;
			font-weight:		300;
         text-align:       left;
			text-decoration:	none;
			}

/* class laag 2l gele achtergrond, dunne rode lijn rondom, links uitlijnen */
.laag2l
			{
         background-color: #ffffa8;
         padding:          10px;
         border-width:     1px;
         border-style:     solid;
         border-color:     #FF0000;
         margin-top:       00px;
         margin-left:      01px;
         margin-right:     01px;
			font-family:		Verdana;
         font-size:        12px;
			font-weight:		300;
         text-align:       left;
			text-decoration:	none;
			}

/* laag 3 kleiner type letters */
div#laag3
			{
         text-align:       center;
			font-weight:		300;
         font-size:        10px;
			}
/* datumlaag kleine grijze letters */
div#laag5
			{
         text-align:       center;
         font-family:      "arial";
         color:            #c0c0c0;
         font-size:        09px;
         font-weight:      normal;
			}

/* tabel font */
table
			{
         background-color: #ffffa8;
			font-family:		Verdana;
         font-size:        12px;
         font-weight:      normal;
         text-align:       justify;
			text-decoration:	none;
			}
 
tr
			{
         background-color: #ffffa8;
			font-family:		Verdana;
         font-size:        12px;
         font-weight:      normal;
         text-align:       justify;
			text-decoration:	none;
			}
			
/* de links in table */
		
tr a:link
			{
			font-family:		Verdana;		/* niet bezochte link	*/
			font-size:			13px;
			font-weight:		600;
			color:				#007EFF;		/* blauw						*/
			text-decoration:	none;
			}

table a:visited
			{
			font-family:		Verdana;		/* bezochte link			*/
			font-size:			13px;
			font-weight:		600;
			color:				#00009B;		/* donker-blauw			*/
			text-decoration:	none;
			}

table a:hover
			{
			font-family:		Verdana;		/* cursor over link 		*/
			font-size:			13px;
			font-weight:		600;
			color:				#FF0000;		/* rood	 					*/
			text-decoration:	none;
			}

div#inhoud  a:link
			{
			color: 				#FFFFA8;
			text-decoration:	none;
			}

div#inhoud  a:visited 
			{
			color: 				#FFC100;
			text-decoration:	none;
			}
			
div#inhoud  a:active  
			{
			color: 				#000000;
			font-weight: 		800;
			text-decoration:	none;
			}
			
div#inhoud  a:hover   
			{
			background-color: #FF0000;
			text-decoration:	none;
			}

div#laag2 a:link
			{
			font-family:		Verdana;		/* niet bezochte link	*/
			font-size:			13px;
			font-weight:		600;
			color:				#007EFF;		/* blauw						*/
			text-decoration:	none;
			}

div#laag2 a:visited
			{
			font-family:		Verdana;		/* bezochte link			*/
			font-size:			13px;
			font-weight:		600;
			color:				#00009B;		/* donker-blauw			*/
			text-decoration:	none;
			}

div#laag2 a:hover
			{
			font-family:		Verdana;		/* cursor over link 		*/
			font-size:			13px;
			font-weight:		600;
			color:				#FF0000;		/* rood	 					*/
			text-decoration:	none;
			}

div#laag2l a:link
			{
			font-family:		Verdana;		/* niet bezochte link	*/
			font-size:			13px;
			font-weight:		600;
			color:				#007EFF;		/* blauw						*/
			text-decoration:	none;
			}

div#laag2l a:visited
			{
			font-family:		Verdana;		/* bezochte link			*/
			font-size:			13px;
			font-weight:		600;
			color:				#00009B;		/* donker-blauw			*/
			text-decoration:	none;
			}

div#laag2l a:hover
			{
			font-family:		Verdana;		/* cursor over link 		*/
			font-size:			13px;
			font-weight:		600;
			color:				#FF0000;		/* rood	 					*/
			text-decoration:	none;
			}

.txtcenter
			{
         text-align:       center;
			}

.txtleft
			{
         text-align:       left;
			}

.vet
			{
         font-size:        14px;
         font-weight:      900;
			}

.red     {
			color:				#FF0000;		/* rood	 					*/
         }
         
.demb    {
         background-color: #ffffff;
			font-family:		Times New Roman;
			text-align:       center;
         }
  
.demb09  {       
			font-size:			11px;
         }
         
.demb11  {       
			font-size:			14px;
         }

.demb12  {       
			font-size:			16px;
         }
         
.demb14  {       
			font-size:			18px;
         }
         
.demb20  {       
			font-size:			25px;
         }



