
/* - - - - - - - - - - - - - -*
 * BEGIN startpagina Doribert *
 * - - - - - - - - - - - - - -*/		

body {
			 margin: 2% 15% 2% 15%;
			 background:  #333333;
			 color: #ffcc33; 
			 font-size: 90%;
			 }
			 

#TabelAlg{
					margin-left: auto;
					margin-right: auto; 
	 				/*border: 1px solid #336633; donkergroen*/
					background: #333333;
					}

#TabelAlgVoet	{	width: 581px;
								margin-left: auto;
								margin-right: auto; 
							}
 
/* - - - - -*
 * BEGIN .p *
 * - - - - -*/		

p {	margin-left: 5px;
		margin-right: 0px;
		font-family: "trebuchet ms", arial, helvetica, sans-serif;
		font-size: 90%;
		color: #ccccff;
		}
 
.p1	{margin-left: 5px;
		 margin-right: 0px;
		 color: #d47321; /*oranje*/
		 font-size: 110%;
		}	
		
		
		
.p2	{margin-left: 5px;
		 margin-right: 0px;
		}		

.pnavwie {margin-left: 5px;
			margin-right: 25px;
			color: #ccccff;
			font-size: 75%;
	 	}
				
.right {	float: right;
				  margin: 0 0 5px 5px;
		   	  margin-right: 8px;	
			 }					
				
				
				
/* - - - - - -*
 * EINDE .p   *
 * - - - - - -*/		


/* - - - - - - - - - - - *
 * BEGIN tabelindeling   *
 * - - - - - - - - - - - */		

.TabIntro	{ width: 545px;
					  background: #333333; /*donkergrijs*/
						border: 6px solid #cb5679; /*roze*/
						color: #ccccff;
						padding: 4px 20px 4px 4px;
					  font-size: 88%;
				  }
						
					  
.TabSmal{ width: 10px;
				  background: #333333;
				  font-size: 75%;
				 }

.TabFoto{ width: 100px;
				  background: #333333; /*donkergrijs*/
					border: 6px solid #cb5679; /*roze*/
					padding: 4px 4px 0 4px;
				  font-size: 75%;
			  }

.TabTxt{ width: 410px;
				  background: #333333; /*donkergrijs*/
					border: 6px solid #cb5679; /*roze*/
					color: #ffcc33;
					padding: 4px 26px 4px 4px;
				  font-size: 88%;
			  }

/* - - - - - - - - - - - - - -*
 * BEGIN hyperlinks in tekst  *
 * - - - - - - - - - - - - - -*/		
a.nav:link    {color: #99cc99; text-decoration: underline}
a.nav:visited {color: #ffcc33; background-color: #336633; text-decoration: none}
a.nav:hover   {color: #336633; background-color: #99cc99; text-decoration: none} 
a.nav:active  {color: white; text-decoration: none}		
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * BEGIN knoppenbalk boven en onder  - Doribert            *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - */		

a.knop0:link	{	background: #1F1A17; /*zwart Ongedierte*/
								border: 1px solid #1F1A17; /*zwart Ongedierte*/
								width: 105px; 
								font-size: 75%;
								color: #ffffff; /*wit*/
								text-align: center;
								text-decoration: none;
								padding: 0 2px 0 2px;
								margin: 1px;
								display: block;
								float: left;
							}
a.knop0:visited	{	background: #ffffff; /*wit*/
									border: 1px solid #1F1A17; /*zwart Ongedierte*/
									width: 105px; 
									font-size: 75%;
									color: #143B88; /*blauw Rimdo*/
									text-align: center;
									text-decoration: none;
									padding: 0 2px 0 2px;
									margin: 1px;
									display: block;
									float: left;
								}
a.knop0:hover		{	background: #143B88; /*blauw Rimdo*/
									border: 1px solid #ffffff; /*wit*/
									width: 105px;
									font-size: 75%;
									color: #ffffff; /*wit*/
									text-align: center;
									text-decoration: none;
									padding: 0 2px 0 2px;
									margin: 1px;
									display: block;
									float: left;
								}
a.knop0:active	{	background: #c0c0c0; /*wit*/
									border: 1px solid #000000 /*zwart*/
									width: 105px;
									font-size: 75%;
									color: #c0c0c0;
									text-align: center;
									text-decoration: none;
									padding: 0 2px 0 2px;
									margin: 1px;
									display: block;
									float: left;
								}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*
 * EINDE knoppenbalk boven en onder  -  Doribert            *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/		


