/* hieronder staan de def. van de tags in de HTML code. Een verandering past de hele website waar de lile wordt aangeroepen aan */


/* Het body-element*/

body{
  background-color:#ffefd5;
  font-size: 11pt;
  font-family: Arial, Helvetica, sans-sarif;
  margin-left: 2%;
  margin-right: 4%;
}
body.header{
	background-color:yellow
}
body.navigatie{
   background-image: url(../picture/nav/bg_nav1.jpg);
   background-repeat: repeat-y;
   background-position: 0% 0%;
}
body.woordenlijst{
   background-image: url(../picture/nav/bg_nav1.jpg);
   background-repeat: repeat-y;
   background-position: 0% 0%;
}

/* alles met het anker-element */
a:active{
	color: #191970;
}

a:hover{
	color: red;
}

a:link{
	color: blue;
}

a:visited{
	color: #da70d6;
}





/* de rest van de elementen */

acronym{
	text-decoration: underline
	
}

form{
  font-size: 11pt;
}

h1{
  font-size: 220%;
}
h2{
  font-size: 200%;
}

h3{
  font-size: 180%;
  margin-bottom: 10pt;
}

h4{
  font-size: 160%;
  margin-bottom: 8pt;
}

h5{
  font-size: 140%;
  margin-bottom: 6pt;
}

h6{
  font-size: 130%;
  margin-bottom: 5pt;
  
}

p{
	margin-bottom: 0pt;
}

p.inspringen05{
  margin-left: 5%;
}
p.inspringen10{
  margin-left: 10%;
}

table{
  font-size: 11pt;
}
table.navigatie{
  font-size: 10pt;
}
/* Hieronder staan de class-waarden die in het menu (navigatie) gebruikt worden */

.algemeen_1{
	text-decoration: none;
}
.algemeen_2{
	text-decoration: none;
	display: none;
}

.banjaert_nieuws_1{
	text-decoration: none;
}

.banjaert_nieuws_2{
	text-decoration: none;
	display: none;
}

.banjaert_omgeving_1{
	text-decoration: none;
}

.banjaert_omgeving_2{
	text-decoration: none;
	display: none;
}

.banjaert_oud_1{
	text-decoration: none;
}

.banjaert_oud_2{
	text-decoration: none;
	display: block;
}

.banjaert_sloop_1{
	text-decoration: none;
}

.banjaert_sloop_2{
	text-decoration: none;
	display: none;
}

.banjaert_sloop_voorbereiding_1{
	text-decoration: none;
}

.banjaert_sloop_voorbereiding_2{
	text-decoration: none;
	display: none;
}

.banjeart_nieuwbouw_1{
	text-decoration: none;
}

.banjeart_nieuwbouw_2{
	text-decoration: none;
	display: none;
}

.bijeenkomsten_1{
	text-decoration: none;
}

.bijeenkomsten_2{
	text-decoration: none;
	display: none;
}

.home_1{
	text-decoration: none;
}

.home_2{
	text-decoration: none;
	display: none;
}

/* Hieronder staan de waarden die in 'class=' gebruikt kunnen worden. Enkel deze tags worden aangepast */



.center{
	text-align: center;
}
.hidden{
	display: none;
}

.linethrough{
  text-decoration: line-through;
}

.overline{
  text-decoration: overline;
}

.underline{
  text-decoration: underline;
}

.emailadres{
	background-color:inherit;
	color:blue;
}

.wegwerken{
	display:none;
}

/* Dit is nodig voor de plaatjes te "Faden"*/


#photoHolder{
background:#fff;
background-repeat: no-repeat;
background-position: 50% 50%
}
#photoHolder2{
background:#fff;
background-repeat: no-repeat;
background-position: 50% 50%
}
#photoHolder3{
background:#fff;
background-repeat: no-repeat;
background-position: 50% 50%
}
#photoHolder4{
background:#fff;
background-repeat: no-repeat;
background-position: 50% 50%
}
#photoHolder5{
background:#fff;
background-repeat: no-repeat;
background-position: 50% 50%
}
#photoHolder6{
background:#fff;
background-repeat: no-repeat;
background-position: 50% 50%
}
#photoHolder7{
background:#fff;
background-repeat: no-repeat;
background-position: 50% 50%
}
#photoHolder8{
background:#fff;
background-repeat: no-repeat;
background-position: 50% 50%
}
#photoHolder9{
background:#fff;
background-repeat: no-repeat;
background-position: 50% 50%
}
#photoHolder10{
background:#fff;
background-repeat: no-repeat;
background-position: 50% 50%
}
#photoHolder11{
background:#fff;
background-repeat: no-repeat;
background-position: 50% 50%
}
#photoHolder12{
background:#fff;
background-repeat: no-repeat;
background-position: 50% 50%
}
#photoHolder13{
background:#fff;
background-repeat: no-repeat;
background-position: 50% 50%
}
#photoHolder14{
background:#fff;
background-repeat: no-repeat;
background-position: 10% 50%
}
#photoHolder15{
background:#fff;
background-repeat: no-repeat;
background-position: 50% 50%
}
