

/* TEXT STYLES */
.klein  		{ color: #000000; font-size: 10px; font-family: sans-serif; text-align: left; letter-spacing: 1px; }
.kop1zwart 		{ color: #a92711; font-size: 22px; font-family: sans-serif; font-weight: bold; line-height: 20px; text-align: left; letter-spacing: 0.5; padding-bottom: 0.5em; }
.kop1rood 		{ color: #a92711; font-size: 17px; font-family: sans-serif; font-weight: bold; line-height: 20px; text-align: left; letter-spacing: 0.5; padding-bottom: 0.5em; }

.kop2zwart 		{ color: #1b1b1b; font-size: 16px; font-family: sans-serif; font-weight: bold; line-height: 16px; text-align: left; padding-bottom: 0.5em; }
.kop3zwart 		{ color: #111111; font-size: 14px; font-family: sans-serif; font-weight: bold; line-height: 16px; text-align: left  ; letter-spacing: 0.9px; padding-bottom: 0.5em; }
.kop4zwart 		{ color: #000000; font-size: 13px; font-family: sans-serif; font-weight: bold; line-height: 15.6px; text-align: left; }
.bijschrift		{ color: #000000; font-size: 11px; font-family: sans-serif; font-weight: normal; line-height: 12px; text-align: center; padding-top: 0.3em;letter-spacing: 0;}
.bijschrift2	{ color: #000000; font-size: 11px; font-family: sans-serif; font-weight: normal; line-height: 12px; text-align: left; padding-top: 0.3em; letter-spacing: 0; }
.plattekst		{ color: #000000; font-size: 13px; font-family: sans-serif; font-weight: normal; line-height: 15.6px; text-align: left; }
.intro			{ color: #494949; font-size: 15.3px; font-family: sans-serif; line-height: 17px; text-align: left; letter-spacing: 0px; }
.tekstlinks		{ color: #a72145; font-size: 13px; font-family: sans-serif; font-weight: normal; line-height: 18px; text-align: right; letter-spacing: 0; }
.menutekst		{ color: #000000; font-size: 14px; font-family: sans-serif; font-weight: normal; line-height: 18px; text-align: center; letter-spacing: 1px; }
.submenutekst	{ color: #000000; font-size: 13px; font-family: sans-serif; font-weight: normal; line-height: 18px; text-align: center; letter-spacing: 0;}

.footer_kop			{ color: #111111; font-size: 14.5px; font-family: sans-serif; font-weight: bold; line-height: 16px; text-align: center  ; letter-spacing: 0.7px; padding-bottom: 0.5em; }
.footer_intro		{ color: #494949; font-size: 15.3px; font-family: sans-serif; line-height: 18px; text-align: center; letter-spacing: 0px;}
.footer_intro_bold		{ color: #494949; font-size: 15.3px; font-family: sans-serif; font-weight: bold; line-height: 18px; text-align: center; letter-spacing: 0.7px;}
.footer_plattekst	{ color: #000000; font-size: 13px; font-family: sans-serif; font-weight: normal; line-height: 15.6px; text-align: center;}


/* TEXT STYLE OVERRIDES */
.centered 	{ text-align: center; }
.leftalign 	{ text-align: left }
.rightalign { text-align: right }
.rood  		{ color: #a72145; display: inline; }
.geel  		{ color: #b26500; display: inline; }
.wit  		{ color: white; display: inline; }
.groen 		{ color: #435900; display: inline }


/* LINK STYLES */
a 			{ color: #ffffff; text-decoration: none; }
a:hover  	{ color: #fb9a32; background-color: #f3f1f1; }
a:active  	{ color: orange; }

a.two 			{ color: #a72145; text-decoration: none; font-weight: bold;}
a.two:hover  	{ color: #fb9a32; background-color: #f3f1f1; }
a.two:active  	{ color: orange; }
