/* ------------------------------------------------------------
	overgenomen van de voorbeeld site (hoogstamfruitnh.com)
	------------------------------------------------------------ */

body,tr,td {
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial;
	color: #43604a;
}
.background {
	background-color: #546558;
}
.contentTitle {
	font-size: 14pt;
	font-family: Verdana, Helvetica, Arial;
	color: #2e4032;
}
.kop /* zelfde als contentTitle, speciaal voor jw's onderdelen gebruikt standaard kop */
{
	font-size: 14pt;
	font-family: Verdana, Helvetica, Arial;
	color: #2e4032;
}
.contentText {
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial;
	color: #43604a;
}
.txt {
	/* zelfde als .contentText{}*/
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial;
	color: #43604a;
}
.contentTextArea {
	background-color: #ffffff;
	background-image: url(images/site/backgroundImage.gif);
	background-attachment: fixed;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.contentMenu {
	background-image: url(images/site/navFrame.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 221;
	height: 352;
}
.disclaimer {
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial;
	color: #666666;
}
hr {
	width: 100%;
	height: 1px;
	color: #666666;
}

/* ------------------------------------------------------------
	gewone tekst hyperlinks en menu hyperlinks
	------------------------------------------------------------ */

A {
	color: #f0a247;
	font-weight: bold;
}
A:hover {
	color: #43604a;
}

.mainNav {
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial;
	color: #204929;
	font-weight: bold;
	text-decoration: none;
}
.mainNav:hover {
	color: #007700;
}

/* ------------------------------------------------------------
	formulier elementen
	------------------------------------------------------------ */

.buttons {
	background: #efefef;
	border-color: #444444;
	border-width: 1;
	font-family: Tahoma;
	font-size: 12px;
	color: #444444;
	width: 75;
}
.forms {
	background: #efefef;
	border-color: #cecece;
	border-width: 1;
	border-style: inset;
	font-family: Tahoma;
	font-size: 13px;
	color: #444444;
}

/* ------------------------------------------------------------
	de tabjesbladen
	------------------------------------------------------------ */

.tabelKop {
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
}

.tab
{
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	height: 18;

	font-family: Verdana, Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000066;
}
a.tab:link
{
	text-decoration: none;
}
a.tab:visited
{
	text-decoration: none;
}
a.tab:active
{
	color: #333399;
}
a.tab:hover
{
	color: #ff9933; /* oranje */
	color: #000066; /* grijs */
	background-color: #cccccc;
}

.tabSelected
{
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	height: 18;

	font-family: Verdana, Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #ff9933;
	background-color: #cccccc;
}
a.tabSelected:link
{
	text-decoration: none;
}
a.tabSelected:visited
{
	text-decoration: none;
}
a.tabSelected:active
{
	color: #000066;
}
a.tabSelected:hover
{
	color: #000066; /* grijs */
	background-color: #cccccc;
}

/* ---------------------------------------------------------------
   het cms gedeelte aan de voorkant
   --------------------------------------------------------------- */
.cmsWie
{
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	color: #000000;
	font-style:italic;
}

.cmsSubject
{
	font-weight:bold;
}

.cmsTeaser
{
	font-family: Verdana, Arial, helvetica;
	font-size: 11px;
	color: #000000;
	font-style:italic;
}
.cmsKaderSubject
{
	background-color:#D7C2AD
}

.cmsKaderTeaser
{
	border-left: dashed 1 #D7C2AD;
	border-right:dashed 1 #D7C2AD;
	border-bottom:dashed 1 #D7C2AD;
}

.cmsKaderBericht
{
	border-left: dashed 1 #D7C2AD;
	border-right:dashed 1 #D7C2AD;
	border-bottom:dashed 1 #D7C2AD;
	border-top:dashed 1 #D7C2AD;
}

#titleFrame
{
 background: #ffffff; 
 background-image: url(images/site/titleFrame.gif); 
 background-repeat: no-repeat; }
}