/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #fff;
margin: 0;
padding: 0;
font-family: Verdana, Arial, sans-serif;
color: #101801;
font-size: 80%;
line-height: 1.5em;
letter-spacing: 0.03em;
}

/* -- General Link Styling -- */

a:link {
color:#cf4827;
text-decoration:underline;
}

a:hover {
color:#e8863e;  
text-decoration:underline;
}

a:visited {
color:#cf4827;
text-decoration:underline;
}


/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 980px;
}

#Header {
height: 223px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 200px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */  /* 0 190px 250px */
}

#NavColumn {
float: left;
width: 200px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -980px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign) */
}

#ExtraColumn {
float: left;
width: 180px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0; 
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#NavColumn .Liner {
margin-top: 310px;
margin-left: 30px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
position:relative;
margin: 0 auto;
background: url(../image-files/liner.jpg) top left repeat-y;
}

#Header {
position:relative;
margin: 0 auto;
background: url(../image-files/header.jpg) top left no-repeat;
}

#ContentColumn .Liner {
padding: 0px 30px 0;
margin-top: 150px; 
margin-left: 10px;
}

#ExtraColumn .Liner {
padding-top: 135px; 
color: #101801; /* fontkleur rechterkolom */
}

#ContentColumn, #ExtraColumn, #NavColumn {
position:relative;
margin-top: -160px; 
margin-bottom: -100px; 
z-index: 100;
}

#NavColumn {
margin-top:-355px; 
}

#Footer {
position:relative;
background: url(../image-files/footer.jpg) bottom right no-repeat;
height: 230px; 
z-index:1;
}

#Footer .Liner {
/*margin-left: 0px;*/
margin-right: 20px;
padding-top: 110px; 
}



/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Arial, Helvetica, Verdana, sans-serif;
background-color: transparent;
padding-bottom: 5px;
}

/* -- Nav Headers -- */

.Navigation h3 { 
padding: 20px 0 0;
font-size: 150%;
color: #fff;
margin: 12px 0; 
}

.Navigation ul {
list-style-type: none;
/* background: url(../image-files/navicon.png) top left no-repeat; */
position: relative;
top: -35px; 
margin: 0;
padding: 0;
padding-top: 30px;
margin-bottom: -30px;
}

.Navigation ul,
.Navigation h3 {
padding-left: 10px; 
}

.Navigation li {
padding: 0; 
margin: 1px; /* 5px */
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
    background-image:url("../image-files/li-icon-link.png");
	background-repeat:no-repeat;
	color: #101801;
	display: block; 
	padding: 1px 0px 1px 20px;
	text-decoration: none;
}

.Navigation a:visited {
	background-image:url("../image-files/li-icon-link.png");
	background-repeat:no-repeat;
	color: #384a14;
	display: block;  
	padding: 1px 0px 1px 20px;
	text-decoration: none;
}

.Navigation a:hover {
	background-image:url("../image-files/li-icon-hoover.png");
	background-repeat:no-repeat;
	color: #ffffff;
	display: block; 
	padding: 1px 0 1px 20px;
	background-color: transparent;  
	text-decoration: none;
}


/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a {
color: #384a14;
text-decoration: none;
}

.ThumbnailLink a:hover {
text-decoration: none;
border: none; 
}

.ThumbnailLink .Caption {
color: #384a14;
font-weight: bold;
text-decoration: underline;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #fff;
}

/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Verdana, Arial, sans-serif;
}

#Header {
position:relative;
}

#Header .ExtraNav {
font-size: 80%;
position: absolute;
top: 0;
right: 0;
background:#transparant;
}

#Footer .ExtraNav {
margin: 12px 195px 20px 255px;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
margin: 0;
}

.ExtraNav ul li {
display: inline;
text-align: center;
}

.ExtraNav a {
text-align: center;
padding: 0 4px;
}

.ExtraNav a:link  {
color: #384a14;
font-weight: bold;
text-decoration:none;
padding:3px;
}

.ExtraNav a:hover  {
color: #384a14;
font-weight: bold;
padding:3px;
text-decoration:underline;
background-color:#none;
}

.ExtraNav a:visited  {
color: #384a14;
font-weight: bold;
padding:3px;
text-decoration:none;
}


/* ------ Section 6 - Specific Font Styles ------ */

#NavColumn {
font-size: 90%;
}

#ExtraColumn {
font-family: Verdana, Arial, sans-serif;
font-size: 90%;
}

#Footer {
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
text-align:left;
line-height:normal;
color: #101801;
clear: both;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight: normal;
}

h2, h3, h4, h5, h6 {
margin-top: 25px;
}

h1, h2, h3 {
/*text-transform: capitalize;*/
}

h1 {
text-align:center;	
}

h2 {
border-bottom:1px solid #919862;
margin-top: 28px;
}

h3 {
color: #384a14;
font-weight: bold;
}

h4 {
text-transform:uppercase;
text-align:center;
}

.Caption {
font-size: 85%;
font-weight: bold;
display: block;
}

#ContentColumn .Caption {
  color: #101801;
}



/* ------ Section 7 - Boxes ------ */

.Blockquote {
margin-left: 18px;
width: 90%;
padding: 4px;
color: #101801;
font-size: 80%;
/*font-family: 'Courier New', Courier, monospace;*/
}

.CalloutBoxGreen {
background-color: #d0d099;
width: 85%;
border: 2px solid #fff;
margin: 18px auto 24px auto;
padding: 4px;
color: #101801;
}

div.CalloutBoxGreen p {
margin: 13px;
}

p.CalloutBoxGreen {
padding: 13px;
}


.CalloutBox {
background-color: #e8863e;
width: 85%;
border: 2px solid #fff;
margin: 18px auto 24px auto;
padding: 4px;
color: #fff;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

.QuoteBox {
background-color: #fff;
width: 85%;
border: 1px dotted #93c36c;
margin: 18px auto 24px auto;
padding: 4px;
color: #78441b;
}

.QuoteBox p {
margin: 6px;
font-size: 100%;
text-align: center;
font-style:italic;
}

.ReminderBox {          
background-color: #ffffff;
width: 27%;
border: 2px solid #ffffff;
margin: 0 0 12px 18px;
float: right;             
color: #384a14;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #e8863e;
}

.ReminderBox p {
text-align: center;
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.ReminderBox a:link {
color:#cf4827;
}

.ReminderBox a:visited {
color:#101801;
}

.ReminderBox a:hover {
color:#e8863e;
}

.ReturnToNavBox {
background-color: #fff;
border-top: 1px solid #8f8566;
border-bottom: 1px solid #8f8566;
margin: 40px auto 0;
padding: 0 2px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
margin: 8px auto;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #fff;
line-height: 14px;
text-align: center;
}



/* ------ Section 8 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

img {
border: 0 solid #000;
}

/* -- lists -- */

#ContentColumn ul {
list-style-type: disc;
margin: 0 0 8px 10px;
}

#ContentColumn li {
margin: 0 0 8px 5px;
}

#ContentColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#ContentColumn li {
margin: 0 0 8px 5px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.Center { 
text-align: center;
}

/* footer link */


.FooterLink a:link {
text-align: center;
color: #384a14;
}
 
.FooterLink a:visited {
text-align: center;
color: #384a14;
}

.FooterLink a:hover {
text-align: center;
color: #384a14;
background-color:#fff;
text-decoration:underline;
}



