/* Stylen voor algemen HTML elementen */
html
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

th 
{  /*
	border-width: 2px;
	border-style : solid;
	border-color : black;
	*/
  text-align : left;	
}

/* Alle images een standaard border, standaard groote etc. Mocht je voor een bepaald image dit 
willen wijzigen dan moet je het daar overrulen.
*/

img 
{
    border-color: inherit ;
    border-style: none   ;
    border-width : 2px;    
    padding: 10px;    
    text-align: right;
    width: 300px;
    height : 225px;
	 float: right;	 
}


ul 
{
	  padding: 0;
	  margin: 0pt;
	  list-style: none;
}        

	  
a:link { 
    text-decoration: none;
	width : 100%;
}

/* Als de cursor over een link gaat dan achtergrondkleur wijzingen  */

a 
{
		width : 100%;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color : 
}

a:hover 
{
	background-color: #ADD8E6; 
	text-decoration: underline;
}
	  

li > ul 
{
		top: auto;
		left: auto;	
}
	
.lijnAanOnderkant
{
    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    
}

.lijnenAanZijkant
{
    border-right-color: rgb(149,171,255);
    border-right-style: solid;
    border-right-width: 5px;
    border-left-color: rgb(149,171,255);
    border-left-style: solid;
    border-left-width: 5px;
}

/* Styl om naam van VVMN in grote lettes te krijgen */

.standaardTitle
{
   font-size : 36px;   
   color: #0002E3;	
	font-weight: bold;
}

/* Een standaard header voor paginas */

.standaardHeader
{
   font-size : 20px;   
}

/* Verslagen en andere tekst paginas */
.verslagBody
{
    background-color:  /* rgb(214,214,214);*/
    background-image: none;    
}
.verslagHeader 
{
   font-size : 16px;    
   font-weight: 700;   
   position: relative;
   font-family: verdana ;
}

.verslagParagraaf 
{
   position: relative;
   width : 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;		
}

.verslagParagraafKop
{
   position: relative;
   width : 100%;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 16px;		
   font-weight: bold;

}

.verslagFooter 
{
}


/* Menu tabellen */


.menuContainer
{
       
}

.menuTABLE
{
}

.menuTR
{
}

.menuTD
{
	font-size: 14px;
	color: #0002E3;
}

.menuTH /* Kopjes voor de verschillende rubrieken */
{
	color: #0002E3;
	font-weight: bold;
	font-size: 18px;
}
/* stylen voor activiteiten kalender */

.activiteitenTabel
{
   border-width : 0px;
}

.activiteitenRij_
{
   border-color : black ;
   border-style : inherit   ;
   border-width : 2px;
}

.visRij /* Styl om een visactiviteit aan te geven */
{
   background-color : rgb(149,171,255);
}

.bindRij /* Styl om een bindactiviteit aan te geven */
{
   background-color: rgb(188,204,255);
}

.eerstvolgendeRij /* Styl om de volgende activiteit aan te geven */
{
   background-color: rgb(33,33,255);
}



.standaardBackgroundColor {
   background-color: rgb(149,171,255);/* rgb(149,171,255); */
}
