/* CSS VOOR ALGEMENE OPBOUW VAN DE PAGINA */
/* Container om onze hoofding in te zetten */
#hoofding {
	width: auto;
	font-size: 1em;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	height: auto;
	background-color: #E4E4E4;
}
/* In deze container zitten de navigatie en content */
#main {
	background-color: #9900FF;
	width: auto;
}
.vinkje {
	list-style-position: outside;
	list-style-image: url(../afbeeldingen/algemeen/vinkje.gif);
	font-weight: bold;
	font-variant: small-caps;
	color: #666666;
}

/* Hier komt onze navigatie in te staan */
#navigatie {
	float: left;
	width: 210px;
	position: relative;
	margin-bottom: 2px;
	font-size: 1em;
	line-height: 1em;
	background-image: url(../afbeeldingen/achtergrond/langsmal3.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	color: #000099;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
	color: #003333;
}
h4 {
	font-size: 1.2em;
	color: #003333;
}
h5 {
	font-size: 1em;
}



/* Hier komt de inhoud van onze pagina's te staan */
#content {
	float: right;
	position: relative;
	width: 645px;
	padding-right: 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Div rond alles gezet om te kunnen centreren */
#positioning {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 880px;
	margin-top: 10px;
	text-align: left;
}
#footer {
	/* font size 0.7 em bepaalt de grootte van alle tekst in de footer, dan moet je hem in de andere footer stijlen 
	niet meer invullen */
	background-color: #CCCCCC;
	height: 40px;
	width: auto;
	clear: both;
	color: #000000;
	padding-top: 0.3em;
	font-size: 0.7em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0.3em;
}



/* LAYOUT ALGEMENE TAGS */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 100%;
	line-height: 120%;
	font-family: "Times New Roman", Times, serif;
}


/* CSS VOOR ONZE NAVIGATIE */
.hoofdnav {
	text-decoration: none;
	display: block;
	width: 180px;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	padding-left: 8px;
	color: #000099;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
}
.hoofdnav:hover {
	text-decoration: none;
	display: block;
	width: 180px;
	font-style: normal;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000099;
	color: #000099;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
}
.subnav {
	font-size: 0.8em;
	display: block;
	width: 160px;
	margin-left: 35px;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 5px;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subnav:hover {
	font-size: 0.8em;
	display: block;
	width: 160px;
	margin-left: 35px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 3px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000099;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.hoofdnav_aktief {
	text-decoration: none;
	display: block;
	width: 172px;
	font-style: normal;
	font-weight: bolder;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
	color: #0000FF;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	background-image: url(../afbeeldingen/menu/pagemarker.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.subnav_aktief {
	font-size: 0.8em;
	display: block;
	width: 160px;
	margin-left: 25px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 15px;
	background-image: url(../afbeeldingen/menu/pagemarker.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* CSS VOOR FOOTER */
.footerstijl {
	/* dit is de stijl voor de gewone -niet link tekst in de footer, er is geen font size meer omdat hij de 
	font-size van de #footer volgt.
	De inline erbij gezet omdat hij anders in verschillende browsers een extra spatie gaf*/
	color: #666666;
	display: inline;
}

.footernav {
/* bepaalt de stijl van de links in de footer, ook geen font-size meer nodig */
	color: #666666;
	text-decoration: none;
	display: inline;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
}
.footernav a {
/* bepaalt mee de stijl van de links in de footer: footernav zet links een streepje, footernav a rechts.
	Er is ook geen font-size meer nodig, neemt die van #footer */
	color: #666666;
	text-decoration: none;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 4px;
	padding-left: 4px;
}
.no_decoration {
	text-decoration: none;
}

.footernav a:hover {
/* bepaalt de stijl van de footer-links bij mouse over */
	color: #666666;
	text-decoration: underline;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 4px;
	padding-left: 4px;
	
}
.tabel {
	border-top: thin solid #333333;
	border-bottom: thin solid #333333;
}
.float_right {
	float: right;
	margin: 3px;
}
.nadruk {
/* Om een woord te accentueren, gebruikt bij biblion */
	font-size: 1.em;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
}
.nadruk-midden {
/* Om een woord te accentueren, gebruikt bij biblion */
	font-size: 1.em;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}

h6 {
/* Om een woord te accentueren, gebruikt bij biblion */
	font-size: 1.em;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
}

.uitlnpost_nav {
/* OM een soort van navigatie te creeren, gebruikt bovenaan bij de uitleenposten, om iets makkelijker de 
	uitleenpost te kunnen kiezen */
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.uitlnpost_nav:hover {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
}
.faqtabel {
/* ook hier een stijl gemaakt om nadien te kunnen aanpassen met behavior van P7 */
	margin-left: 75px;
	padding: 5px;
}
.faqtabel_selected {
	margin-left: 75px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-left-color: #666666;
	padding: 5px;
}
.gebogenlijn {
	/* om een gebogen lijn in een tabel te zetten, gebruikt bij faq2 */
	background-image: url(../afbeeldingen/achtergrond/gebogen%20lijn_neerwaarts.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin-left: auto;
	width: 500px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.vraag {
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	font-weight: bold;
	margin-top: 75px;
	margin-bottom: 0px;
	width: 500px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.faqvak {
	width: 550px;
	background-image: url(../afbeeldingen/achtergrond/gebogenlijn_opwaarts.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
	padding-left: 25px;
	list-style-type: circle;
	text-decoration: none;
	color: #333333;
}


.rechtsboven {
	height: 129px;
	width: 187px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.centreren {
	text-align: center;
}
.kleinertekstvak {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#navigatie a:link {
	color: #000099;
}
#navigatie a:visited {
	color: #000099;
}
#navigatie a:hover {
	color: #000099;
}
a:link {
	color: #333333;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #000000;
}
#footer a:link {
	color: #666666;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #666666;
	text-decoration: overline;
}
.foto_links {
	float: left;
	margin-right: 20px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
}
.divs_onder_elkaar {
	clear: both;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-bottom: 5px;
}


.divs_onder_elkaar_geenscheiding {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
}
.div_links {
	float: left;
	height: 90px;
	width: 120px;
	margin-top: 20px;
	margin-right: 10px;
}

.foto_rechts {
	float: right;
	margin-left: 20px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
}
.achtergrond_jeugd {
	background-image: url(../afbeeldingen/achtergrond/achtergr_jeugd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.float_left {
	float: left;
	margin-right: 3px;
}
.kleinertekstvak_witruimte {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
}
.div_aansluitend {
	margin-right: auto;
	margin-left: auto;
}
.divs_onder_elkaarSmal {
	clear: both;
	margin-bottom: 5px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
}
.gebogenlijnStreep {
	/* om een gebogen lijn in een tabel te zetten, gebruikt bij faq2 */
	background-image: url(../afbeeldingen/achtergrond/gebogen%20lijn_neerwaarts.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin-left: auto;
	width: 500px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #CCCCCC;
}
.navvolw {

	font-family: "Comic Sans MS", Verdana, arial, sans-serif;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 25px;
	width: 150px;
	padding-top: 5px;
	font-style: normal;
	background-color: #DDE5E8;
}
.navvolw:hover {

	font-family: "Comic Sans MS", Verdana, arial, sans-serif;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	list-style-type: upper-roman;
	display: block;
	background-color: #CCCCCC;
}
.navjeugd {


	font-family: "Comic Sans MS", Verdana, arial, sans-serif;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 25px;
	width: 150px;
	padding-top: 5px;
	font-style: normal;
	background-color: #53A1CF;
}
.navjeugd:hover {



	font-family: "Comic Sans MS", Verdana, arial, sans-serif;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	display: block;
	font-style: normal;
	background-color: #CCCCCC;
}
.navcat {

	font-family: "Comic Sans MS", Verdana, arial, sans-serif;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 25px;
	width: 150px;
	padding-top: 5px;
	font-style: normal;
	background-color: #F3E686;
}
.navcat:hover {

	font-family: "Comic Sans MS", Verdana, arial, sans-serif;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	list-style-type: upper-roman;
	display: block;
	background-color: #CCCCCC;
}
.achtergrcontact {
	background-image: url(../afbeeldingen/achtergrond/grond1%20(600%20x%20430).jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../afbeeldingen/achtergrond/grond3.jpg);
}
#hoofding_rechts a:link {

	color: #333333;
}
#hoofding_rechts a:visited {


	color: #333333;
}
#hoofding_rechts a:hover {



	color: #333333;
}
.achtergrhoofdbib {
	background-image: url(../afbeeldingen/achtergrond/rekken4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.intro {
	height: 500px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	top: 50px;
	margin-top: 50px;
}
.titel {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}
.vraagbreed {

	text-align: right;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	font-weight: bold;
	margin-top: 75px;
	margin-bottom: 0px;
	padding: 0px;
	width: 550px;
}
.gebogenlijnbreed {

	/* om een gebogen lijn in een tabel te zetten, gebruikt bij faq2 */
	background-image: url(../afbeeldingen/achtergrond/gebogen%20lijn_neerwaarts.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin-left: auto;
	width: 600px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.div_nieuw {
	clear: both;
	margin-bottom: 5px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #CCCCCC;
}
.opgeschoven {
	width: 230px;
	margin-left: 235px;
	font-weight: bold;
}
.gebogenlijnAVM {

	/* om een gebogen lijn in een tabel te zetten, gebruikt bij faq2 */
	background-image: url(../afbeeldingen/achtergrond/gebogen%20lijn_neerwaarts.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin-left: auto;
	width: 485px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #CCCCCC;
}
.ondertitelAVM {

	text-align: right;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	font-weight: bold;
	margin-top: 75px;
	margin-bottom: 0px;
	width: 470px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.opvallend {
	font-size: 1em;
	font-style: italic;
	font-weight: bolder;
	font-variant: small-caps;
	color: #000099;
}
.DVD {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
	border: medium outset #999999;
	font-weight: bold;
	float: right;
}
.div_aansluitendSTreep {
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.kleur {
	color: #003399;
	font-weight: bold;
	text-transform: uppercase;
}
.zilver {
	font-weight: bold;
	color: #999999;
	text-transform: capitalize;
	font-size: 1.1em;
}
.center {
	text-align: center;
}
.divs_Smal_midden {
	clear: none;
	margin-bottom: 5px;
	width: 400px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
}
.kader {
	width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #333333;
}
.onderlijnd {
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	width: 370px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.onderlijnd2 {

	color: #000000;
	text-decoration: none;
	font-weight: bolder;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	width: 155px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.divs_Smal_kader {
	clear: both;
	margin-bottom: 5px;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
	border: thin solid #999999;
}
.divs_Smal_kader-oranje {
	clear: both;
	margin-bottom: 5px;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
	border: thin solid #F09715;
	text-align: center;
}

.opsomming {
	list-style-position: outside;







	list-style-image: url(../afbeeldingen/algemeen/boekje2.jpg)
.jpg).jpg);
	font-weight: bold;
	font-variant: small-caps;
	color: #993300;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	list-style-type: square;
	text-decoration: none;
	font-size: 1em;
}
.div_kaderlinks {
	clear: both;
	width: 500px;
	border-left-width: thick;
	border-left-style: double;
	border-left-color: #999999;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	text-decoration: none;
}
.kleiner {
	font-size: 0.8em;
	font-style: italic;
}
.divs_kader {

	clear: both;
	margin-bottom: 5px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
	border: thin solid #999999;
}
.divs_kader-rood {
	clear: both;
	margin-bottom: 5px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
	border: thin double #F00;
	font-size: large;
	text-align: center;
}

.italic {
	font-style: italic;
}
.italic_rood {
	font-style: italic;
	font-size: small;
	color: #F00;
}

.divs_onder_elkaar450 {

	clear: both;
	margin-bottom: 5px;
	width: 445px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
}
.groot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #003300;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
}
.divs_Smal_kader_kleur {
	clear: both;
	margin-bottom: 5px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
	border: thin solid #886563;
	text-align: center;
	color: #886563;
}
.divs_kader_kleur {
	clear: both;
	margin-bottom: 5px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
	border: thin solid #00F;
}
.divs_kader_rood {
	clear: both;
	margin-bottom: 5px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
	font-size: large;
	border: 10px solid #C00;
}

.divs_Smal_midden_left {
	clear: both;
	margin-bottom: 5px;
	width: 400px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
	text-align: right;
}
.divs_Smal_right {
	clear: both;
	margin-bottom: 5px;
	width: 400px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
	float: right;
}
.nadruk_fel {

/* Om een woord te accentueren, gebruikt bij biblion */
	font-size: 1.em;
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
	color: #BB1B1D;
}
.nadruk_fel_midden {

/* Om een woord te accentueren, gebruikt bij biblion */
	font-size: 1.em;
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
	color: #BB1B1D;
	text-align: center;
}

.nadruk_lichtblauw {
	color: #60BFFE;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.1em;
}
.smal_achtergr {
	border: thin solid #DFE0DB;
	width: 400px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../afbeeldingen/activiteiten/poezieatelier/schrijven3-1.jpg);
	color: #BB1B1D;
	font-weight: bold;
	padding: 5px;
}
.lijst1 {

	list-style-position: outside;
	list-style-image: url(../afbeeldingen/activiteiten/jbw08/bulletjbw.jpg);
	font-weight: bold;
	font-variant: small-caps;
	color: #7E0050;
}
.vinkje_Blauw {
	list-style-position: outside;
	list-style-image: url(../afbeeldingen/algemeen/vinkje_blauw.gif);
	font-weight: bold;
	font-variant: normal;
	color: #60BFFE;
	text-indent: 2px;
}
.vinkje_Oranje {
	list-style-position: outside;
	list-style-image: url(../afbeeldingen/algemeen/vinkje_oranje.gif);
	font-weight: bold;
	font-variant: normal;
	color: #F09715;
	text-indent: 2px;
}
.vinkje_Rood2 {
	list-style-position: outside;
	list-style-image: url(../afbeeldingen/algemeen/vinkje_rood2.gif);
	font-weight: bold;
	font-variant: normal;
	color: #B5141B;
	text-indent: 2px;
}


.rand {
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.letterfretter {
	color: #C80076;
	font-weight: bold;
}
.div_kaderlinksRoos {

	clear: both;
	width: 500px;
	border-left-width: thick;
	border-left-style: double;
	border-left-color: #C80076;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	text-decoration: none;
}
.nadruk_geel {

	color: #D6C531;
	font-weight: bold;
	font-variant: normal;
	font-size: 1.0em;
}
.divs_popup {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: normal;
	width: 550px;
	color: #996600;
	border: thin solid #996600;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.nadruk_bruin {
	color: #996600;
	font-weight: bold;
	font-variant: normal;
	font-size: 1em;
	text-align: center;
}
.nadruk_groen {
	color: #435A2C;
	font-weight: bold;
	font-variant: normal;
	font-size: 1em;
	text-align: center;
}

.nadruk_oranje {



	color: #FE7900;
	font-weight: bold;
	font-variant: normal;
	font-size: 1em;
}
.kleine_tekst {
	font-size: 0.8em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.divs_Smal_middenSpec1 {
	clear: none;
	margin-bottom: 5px;
	width: 400px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
	font-style: italic;
	color: #333333;
}
.div_kaderlinks_bruin {

	clear: both;
	width: 500px;
	border-left-width: thick;
	border-left-style: double;
	border-left-color: #996600;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	text-decoration: none;
}
.vinkje_jbw {
	list-style-position: outside;
	list-style-image: url(../afbeeldingen/algemeen/vinkje_jbw2012.gif);
	font-weight: bold;
	font-variant: normal;
	color: #00859A;
	text-indent: 2px;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	color: #003333;
}
.divs_zoek {
	clear: none;
	width: 165px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	color: #000099;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	font-size: 0.7em;
	padding: 5px;
	float: none;
	border: thin none #D4D4D4;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}.divs_breder_midden {
	clear: none;
	margin-bottom: 0px;
	width: 500px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
}
.divs_breder_Rechts {
	clear: none;
	margin-bottom: 0px;
	width: 500px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: auto;
}
.divs_smaller_Rechts {
	clear: none;
	margin-bottom: 0px;
	width: 300px;
	margin-right: 10px;
	margin-left: auto;
	padding: 0px;
}

.divs_breder_Links {
	clear: none;
	margin-bottom: 0px;
	width: 500px;
	margin-right: auto;
	margin-left: 5px;
	padding: 0px;
}


.divs_breder_midden-lijnbruin {
	clear: none;
	margin-bottom: 0px;
	width: 500px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: groove;
	border-left-color: #993300;
}

.divs_breder_midden-center {
	clear: none;
	margin-bottom: 5px;
	width: 500px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.divs_breder_midden-center_kader {
	clear: none;
	margin-bottom: 5px;
	width: 500px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: thin solid #CCC;
}


.midden-rood {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-variant: normal;
	color: #993300;
	font-size: 1.1em;
	text-align: center;
}
.vinkje_normal {
	list-style-position: outside;
	list-style-image: url(../afbeeldingen/algemeen/vinkje_rood.gif);
	text-indent: 2px;
}
.vinkje_iersevlag {
	list-style-position: outside;
	list-style-image: url(../afbeeldingen/activiteiten/starttoread/vlag.jpg);
	text-indent: 2px;
	color: #060;
	font-weight: bold;
}
.vinkje_kogel {
	list-style-position: outside;
	list-style-image: url(../afbeeldingen/algemeen/kogel.jpg);
	text-indent: 2px;
	color: #960;
	font-weight: bold;
	font-size: 1.2em;
	font-variant: small-caps;
}


.divs_breder_midden_lijn {
	clear: none;
	margin-bottom: 5px;
	width: 500px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
}
.links_uitlijnen {
	text-align: left;
}
.Oranje-midden {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #F09715;
	text-align: center;
}
.tekst_gewoon {
	font-size: medium;
	font-style: normal;
}
.kader_rood {
	font-size: x-large;
	font-weight: bold;
	font-variant: normal;
	color: #F00;
	text-align: center;
	border: medium solid #C00;
	padding: 5px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

