
/**/
BODY     { background-color: #fff5d9 }
/*
.content
	---------------------------------------------------------------------------------------------------	
	Deze class wordt gebruikt voor de texten in de pagina's.
*/
.content                        { color: black; font-size: 13px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, Verdana; line-height: 17px }
/*
.content_small
	---------------------------------------------------------------------------------------------------	
	Deze class wordt gebruikt voor de onderschriftenn in de pagina's.
*/
.content_small { color: black; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, Verdana; line-height: 17px }
/*
.content_small_oblique
	---------------------------------------------------------------------------------------------------	
	Deze class wordt gebruikt voor de onderschriften (cursief) in de pagina's.
*/
.content_small_oblique { color: black; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, Verdana; font-style: italic; line-height: 17px }
/*
.header
	---------------------------------------------------------------------------------------------------	
	Deze class wordt gebruikt voor de headings in de pagina's.
*/
.header             { color: #003b2b; font-size: 13px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: 600; text-decoration: none }
/*
.header_sub
	---------------------------------------------------------------------------------------------------	
	Deze class wordt gebruikt voor de headings in de arrangementenpagina'.
*/
.header_sub { color: #003b2b; font-size: 14px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: 600; text-decoration: none }
/*
.A:link, A:visited, A:hover, A:active
	---------------------------------------------------------------------------------------------------	
	Deze class wordt gebruikt voor de koppelingen in de pagina's.
*/
A:link                   { color: #003b2b; font-size: 13px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }
A:visited                       { color: #003b2b; font-size: 13px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }
A:hover                 { color: #ffba04; font-size: 13px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none }
A:active                       { color: #003b2b; font-size: 13px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }
/*
.tabel
	---------------------------------------------------------------------------------------------------	
	Deze class wordt gebruikt voor de tabellen in de pagina's.
*/
.tabel         { color: black; font-size: 13px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 17px }
/*
.prijslijst_groen
	---------------------------------------------------------------------------------------------------	
	Deze class wordt gebruikt voor het groen & de groene rand in de tarieventabel in de pagina's.
*/
.prijslijst_groen     { color: black; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 17px; border: solid 1px #003b2b }
/*
.prijslijst_groene_lijn
	---------------------------------------------------------------------------------------------------	
	Deze class wordt gebruikt voor  de groene rand in de tarieventabel in de pagina's.
*/
.prijslijst_groene lijn { border-style: solid none none; border-width: 1px medium medium; border-color: #00281f #00281f #003b2b }
/*
prijslijst_wit
	---------------------------------------------------------------------------------------------------	
	Deze class wordt gebruikt voor het wit & de hierin lopende tekst in de tarieventabel in de pagina's.
*/
.prijslijst_wit  { color: black; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: normal; line-height: 17px }
/*
prijslijst_geel
	---------------------------------------------------------------------------------------------------	
	Deze class wordt gebruikt voor het gele blok  & de hierin lopende tekst in de tarieventabel in de pagina's.
*/
.prijslijst_geel  { color: black; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: italic; line-height: 17px; background-color: #ffba04; margin-top: 12px; margin-bottom: 12px }
/*
.formulier
	---------------------------------------------------------------------------------------------------	
	Deze class wordt gebruikt voor de opmaak van de formulieren.
*/
.formulier       { color: black; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: white; border: solid 1px #003b2b }
/*
.afbeelding
	---------------------------------------------------------------------------------------------------	
	Deze class wordt gebruikt voor de afbeeldingen.
*/
.afbeelding { margin-left: 30px }
