

A:LINK, A:VISITED {
		
		color: #d88f3a;
		text-decoration: none;
		font-weight: bold;
		 
    /* 
-webkit-transition: color .4s linear;  
    -moz-transition: color .4s linear;  
    -o-transition: color .4s linear;  
    -ms-transition: color .4s linear;  
    transition: color .4s linear;  
 */
}
A:HOVER {
		
		color : #9facbd;
		text-decoration : underline;
		font-weight : bold;
}
	
A:ACTIVE {
		
		color: #000000;
		text-decoration: none;
		font-weight: bold;
}

BODY    {
		font-family:  LatoWebLight,  Arial, Helvetica, sans-serif;
		
		color: #000000;
		
		overflow: auto;
		margin: 0px 0px 0px 0px;
		
		line-height: 1.8em;
		font-size: 100%;
		font-size: 1.0em;
 	    text-align: left;
	}
	
TABLE {
      border-collapse: collapse;
}      

TD {
		font-family:  LatoWebLight,  Arial, Helvetica, sans-serif;
		font-size: 1.1em;

		color : #274375;
		
}
#footer TD {
		font-family:  LatoWebLight,  Arial, Helvetica, sans-serif;
		
		color : #ffffff;
		
}
#footer A:LINK, #footer A:VISITED, #footer A:ACTIVE  {
		
		/* color : #00529f; */
		
}
#footer A:HOVER {
	    
	    /* color: #fed30a; */
	    
}


u {

  
  font-size: 1.8em;
  text-decoration: none;
}

H1 {

  font-family:  LatoWebLight,  Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  line-height: 1.4em;
  
  
  text-decoration: none;
  display: inline;
}
H2 {
  font-family:  LatoWebLight,  Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  line-height: 1.2em;
  	
  	
  
  text-decoration: none;
  display: inline;
}

b {
		font-weight: bold;
	}
i {
		font-style: italic; 
		
		
}

.tabelkop0 {

   /* als het nodig is opmaak te wijzigen buiten iest om -- wat? */ 
}

.tabelkop {
  /* stijl 2 */
  
  /* color: #ada9a9;   */
  border: 0px none #ffe000;
  background: #162642;
  color: #ffffff;
}



.tabelkop2 {
/* stijl 3 */
 
  
  /* color: #ada9a9;    */
  border: 0px none #ffe000;
  background: #d88f3a;
  
  
  /* padding gaat nu in tekstbewerking zelf */
 
}
.tabelkop2 A:LINK, .tabelkop2 A:VISITED, .tabelkop2 A:ACTIVE {
		
		color: #162642;
		
}


.tabelkop3 {
  /* stijl 4 */
	
  
  border: 1px solid #162642;
	
}




.tabelkop4 {
 /* stijl 5 */

  
  border: 1px solid #d88f3a;
 
}


.tabelkop5 {
    /* stijl 6 */
	
  
  
}
.tabelkop5 A:LINK, .tabelkop5 A:VISITED, .tabelkop5 A:ACTIVE {
/* = zelfde als  boekenbutton  */
  color: #ffffff;
  
  font-weight: bold;
  border: 1px solid #e2e2e2;
  padding: 5px 5px 5px 5px;
    background: #ffe000;
    /* 
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffe000), to(#dcc109));
    background: -moz-linear-gradient(#ffe000, #dcc109);
    background: linear-gradient(#ffe000, #dcc109);
 */
}

 
.tabelkop5 A:HOVER {
  
  background: #00acf2;
}


.tabelkop6 {
/* stijl 7 */
	
   border: 1px solid #cccccc;
	
}


.tabelkop7 {
/* stijl 8 */
 /* color: #a2191e  !important; */
 /* overrule de sectie stijl */
 
  border: 3px solid #687176;
  background: #c7ab7b;
  color: #ffffff;
 
  
 
}
.tabelkop7 A:LINK, .tabelkop7 A:VISITED, .tabelkop7 A:ACTIVE {
		
		
		color: #687176;
		
}
.tabelkop7 A:HOVER {
		
	   
	    
	    color: #000000;
	    
}


.verderopmaak {
		margin: 0px 0px 4px 0px;
		vertical-align: bottom;
	}

TEXTAREA {
		font-family: Arial, Verdana, "Verdana TT", sans-serif;
		font-size: 14px; 
		background-color: #ffffff;
	    border: 1px solid #162642;
		color: #162642;
}


INPUT {
	font-family: Arial, Verdana, "Verdana TT", sans-serif;
    font-size: 14px;    
	height: 21px;
    background-color: #ffffff;
	border: 1px solid #162642;
	padding: 1px 0px 1px 2px;
	color: #162642;
		
}

SELECT {
		font-family: Arial, Verdana, "Verdana TT", sans-serif;
		font-size: 1.1em;
		
	
		border: 1px solid #162642;
		color : #000000;
}

INPUT.RADIO {
		font-family: Arial, Verdana, "Verdana TT", sans-serif;
		font-size: 1.1em;
		background-color: transparent;
		border-color: #444f55;
		color: #0F1F17;
}
.checkbox {
		background-color:  transparent;
		color:				transparent;
		padding:           0;
		border:            0;
}



HR {
	display: block;
	height:1px; 
	border:none; 
	color:#ffffff; 
	background-color: #918578; 
	width:100%; 
	text-align:right; 
	margin: 0 0 0 auto;
}

.imgborder_aan {
/* niet voor klikbare afbeeldingen wel voor niet klikbare */
		border-color: #eb0000;
		border-width: 0px;
		border-style: solid;
}

.imgborder_uit {
/* niet voor klikbare afbeeldingen wel voor niet klikbare */
		border-color: #474747;
		border-left-color: #ededed;
		border-top-color: #ededed;
		border-width: 0px;
		border-style: solid;
}

/* voor klikbare afbeeldingen */
.highslide img {
	border: 0px solid #ffffff;
}
.highslide:hover img {
    border: 0px solid #ffffff;
	
}

a.poplink {
	text-decoration: none;
}
a.poplink .popdeel {
	display: none;
}
a.poplink:hover .popdeel {
	background-color: #f8f4f0;
	border: 1px solid #828282;
	display: block;
	text-align: left;
	font-family: arial;
	font-size: 13px;
	padding: 8px;
	text-decoration: none;
	width: 450px;
}

#rechtsboven A:LINK, #rechtsboven A:VISITED {
		
  cursor: pointer;
  display: inline-block;
  background-color: #666666;
  padding: 5px 14px 6px;
  color: #ffffff;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
		
}


.boekenbutton {
	color: #ffffff;
	font-weight: bold;
	/* border: 1px solid #ffffff;  */
	padding: 5px 5px 5px 5px;
	background-color: #FFDE15;
	background-image: url(boeken.jpg);
	background-size: Auto 30px;
	width: 146px;
    height: 30px;
    border: none;
    cursor:pointer;
    margin: 5px 0 0 0;
}

 
.boekenbutton:hover {
	/* background: #00adef; */
	border-top: 1px solid #00acf2;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 1px solid  #00acf2;
} 
 .zoekhighlight {
  font-style: italic;
} 
 #zoekresultaten {
		font-family:  LatoWebLight,  Arial, Helvetica, sans-serif;
		font-size: 1.1em;

		color : #00529f;
		line-height: 1.5em;
		text-align: left;
} 
 #zoekresultaten TD {
		border: 2px #ff0000 solid;
		text-align: left;
		
}   
.addthis_sharing_toolbox {
 /* dit gedeelte is ongeveer 80% van breedte dus even uitrekenen wat de marge moet zijn links als het midden is*/ 
 margin: 8px 0px 5px 0px;
 /* float:right; */
 
 /* center door ondertsand maar uiterekenen wat breedte is van hele ding 
 width: 142px;
 margin: 0 auto;  */

}
.addthis_horizontal_follow_toolbox {
 /* dit gedeelte is ongeveer 80% van breedte dus even uitrekenen wat de marge moet zijn links als het midden is*/ 
 
 /* border: 1px solid #ff00ff;  */
 /* center door onderstaand maar uiterekenen wat breedte is van hele ding */
 float:right;
 width: auto;
 margin: 0px 0px 0px 0px ;  

}

#menu {
     * verticale menu */
      background-color: #ffffff;
}
#menu A:LINK, #menu A:VISITED {
		
		color: #172742;
		text-decoration: none;
		font-weight: bold;
		 
    -webkit-transition: color .4s linear;  
    -moz-transition: color .4s linear;  
    -o-transition: color .4s linear;  
    -ms-transition: color .4s linear;  
    transition: color .4s linear;  
}
#menu A:HOVER {
		
		color: #000000;
		text-decoration : underline;
		font-weight : bold;
}

#menu .menu_nolink   {  
      color:#9facbd; 
}
#menu .menu_nolink:HOVER {
       /* color: #ff0000; */
}
#menu .menu_nolink_sub {  
       /* color: rgba(255, 255, 255, 0.3);  */
}	

