/* Forum tekst en styles */

p.ForumQuote	{ padding:4px; border:1px solid #E0E0E0; margin:10px 5px; font-family:Verdana; font-style:oblique; font-size:7.5pt; background-color:#F8F8F8 }

p.ForumTime  	{ font-family: Verdana; font-size: 6.5pt }

p.ForumText  	{ font-family: Verdana; font-size: 7.5pt; margin-top: 0; margin-bottom: 0 }

p.ForumSubject 	{ font-family: Verdana; font-size: 8pt; font-weight: bold; margin-bottom: 10 }



/* Standaard tekst */

p				{ font-family: Verdana; font-size: 10pt }



/* Inschrijf tekst */

p.Inschrijf		{ font-family: Verdana; font-size: 8pt; color: #FEAC1E; font-weight:bold }



/* Standaard links */

a:link			{ font-family: Verdana; color: #003399 }

a:visited		{ font-family: Verdana; color: #003399 }

a:hover			{ font-family: Verdana; color: #FEAC1E }



/* Links fineprint */

a:link.Bottom	{ font-family: Verdana; color: #000000; text-decoration: none }

a:visited.Bottom{ font-family: Verdana; color: #000000; text-decoration: none }

a:hover.Bottom	{ font-family: Verdana; color: #FEAC1E; text-decoration: none }



/* Links navigatie menu */

a:link.Nav		{ font-family: Verdana; color: #003399; text-decoration: none }

a:visited.Nav	{ font-family: Verdana; color: #003399; text-decoration: none }

a:hover.Nav		{ font-family: Verdana; color: #FEAC1E; text-decoration: none }



/* Div */

div.hide		{ display: none }

div.show		{ display: block }

/* Quotes voor Combi Vitaal */
.cvQuote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7CC61B;
	text-align: center;
	display: block;
	padding: 10px;
	width: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7CC61B;
	border-bottom-color: #7CC61B;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.cvQuoteZwart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	display: block;
	padding: 10px;
	width: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7CC61B;
	border-bottom-color: #7CC61B;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}