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

body			{
			background-color:	pink;
			font-family:		verdana;
			}

td			{
			font-family:		verdana;
			text-align:		left;
			}
		
div#koptekst
			{
			background-color:	#099107;  /*groen*/
			font-family:		verdana;
			font-size:		large;
			margin-left:		20px;
			margin-right:		20px;
			text-align:		center;
			}

div#inhoud
			{
			background-color:	pink;
			font-family:		verdana;
			font-size:		12px;
			}

div#buitenlaag
			{
			background-color: #A14DA1;
			font-family:		verdana;
			padding:		10px;
			border-width:		5px;
			border-style:		solid;
			border-color:		#099107;
			margin-top:		00px;
			margin-left:		20px;
			margin-right:		20px;
			text-align:		center;
			}

div#binnenlaag
			{
			font-family:		verdana;
			text-align:		left;
			font-size:		10px;
			}

div#binnenrand
			{
			border-width:		5px;
			border-style:		solid;
			border-color:		#099107;
			font-family:		verdana;
			text-align:			left;
			font-size:			10px;
			}

div#binnenrandc
			{
			border-width:		5px;
			border-style:		solid;
			border-color:		#099107;
			font-family:		verdana;
			text-align:			center;
			font-size:			10px;
			}

div#datumlaag
			{
			text-align:       	center;
			font-family:      	verdana;
			color:            	#000000;
			font-size:        	09px;
			font-weight:      	normal;
			border-width:		1px;
			border-style:		solid;
			border-color:		#099107;
			margin-left:		20px;
			margin-right:		20px;
			}

div#ayatollah		/* gelijk aan buitenlaag, maar met achtergrondplaatje 	*/
			/* en chars gelijk aan link-chars			*/
			{
			background: 		#F3F9E9 url(../jpg/ayatollah.jpg)  no-repeat;
			font-family:		Verdana;
			font-size:		13px;
			font-weight:		600;
			color:			#356900;
			border-width:		5px;
			border-style:		solid;
			border-color:		#099107;
			margin-top:		00px;
			margin-left:		20px;
			margin-right:		20px;
			}


div#pleelist		/* gelijk aan buitenlaag, maar met achtergrondplaatje 	*/
			/* en chars gelijk aan link-chars			*/
			{
			background: 		#F3F9E9 url(../jpg/pleelist/pleelist.jpg)  repeat;
			font-family:		Verdana;
			font-size:		   15px;
			font-weight:		600;
			color:			   #000000;
			text-align:       center;
			border-width:		5px;
			border-style:		solid;
			border-color:		#099107;
			margin-top:		   00px;
			margin-left:		20px;
			margin-right:		20px;
			}

/* ALGEMENE LINKS */
a:link			/* niet bezochte link	*/
			{
			font-family:		Verdana;
			font-size:		13px;
			font-weight:		600;
			color:			#356900;	/* donkergroen				*/
			text-decoration:	none;
			}

a:active 		/* Actieve link		*/
			{
			font-family:		Verdana;		
			font-size:		13px;
			color:			#000000;	/* zwart				*/
			text-decoration:	none;
			}

a:visited		/* bezochte link	*/
			{
			font-family:		Verdana;		
			font-size:		13px;
			font-weight:		600;
			color:			#FF2DFF;	/* roze					*/
			text-decoration:	none;
			}

a:hover  		/* cursor over link	*/
			{
			font-family:		Verdana;		
			font-size:		13px;
			color:			#66FF33;	/* lichtgroen				*/
			text-decoration:	none;
			}

/* LINKS IN DE BUITENLAAG */
div#buitenlaag a:link	/* niet bezochte link	*/
			{
			font-family:		Verdana;		
			font-size:		13px;
			font-weight:		600;
			color:			#2CAA00;	/* donkergroen				*/
			text-decoration:	none;
			}

div#buitenlaag a:visited /* bezochte link			*/
			{
			font-family:		Verdana;		
			font-size:		13px;
			font-weight:		600;
			color:			#FF99FF;	/* lichtroze				*/
			text-decoration:	none;
			}

div#buitenlaag a:hover  /* cursor over link	*/
			{
			font-family:		Verdana;		
			font-size:		13px;
			color:			#66FF33;	/* lichtgroen				*/
			text-decoration:	none;
			}

/* LINKS IN DE PLEELIST */
div#pleelist a:link	/* niet bezochte link	*/
			{
			font-family:		Verdana;		
			font-size:		   15px;
			font-weight:		600;
			color:			   #5562F9;	/* mblauw			*/
			text-decoration:	none;
			}

div#pleelist a:visited /* bezochte link			*/
			{
			font-family:		Verdana;		
			font-size:		   15px;
			font-weight:		600;
			color:			   #303092;	/* dblauw				*/
			text-decoration:	none;
			}

div#pleelist a:hover  /* cursor over link	*/
			{
			font-family:		Verdana;		
			font-size:		   15px;
			color:			   #15EEE3;	/* turq				*/
			text-decoration:	none;
			}

/* classes kleuren */
.black			{
			color:			#000000;
			}

.grey			{
			color:			#A7A7A7;
			}

.red			{
			color:			#F14127;
		 	font-weight:		500;
			}

.pink			{
			color:			#FE94B4;
			}

.yellow        		{
			color:			#FFFF00;
			}

.lblue        		{
			color:			#BDD2FB;
			}


/* classes letters */ 
.vet     		{
          		font-weight:     	800;
         		}
          			
.middelgroot {
			font-size:		13px;
            }
            
