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

body {
background-color: #cecac9;
margin: 0;
padding: 0;
font-family: tahoma, sans-serif;
color: #434343;
font-size: 85%;
line-height: 1.5em;
letter-spacing: 0.03em;
padding-bottom:40px;
}

/* -- General Link Styling -- */

a:link {
color: #2b4481;
text-decoration:none;
}

a:visited {
color: #222e4d;
text-decoration:none;
}

a:hover {
color: #0998e0;
text-decoration:none;
}

#ContentColumn a:link {
text-decoration:underline;
}

#ContentColumn a:visited {
text-decoration:underline;
}

#ContentColumn a:hover {
text-decoration:underline;
}

.Navigation a:link,
.ExtraNav a:link  {
color: #2b4481;
padding:3px;
}

.Navigation a:visited,
.ExtraNav a:visited{
color: #222e4d;
padding:3px;
}

.Navigation a:hover,
.ExtraNav a:hover {
color: #0998e0;
/* background: #FFF url(../image-files/degradation.gif) top left repeat-x; */
padding:3px;
}



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

#PageWrapper {
width: 950px; /* 950px */
}

#Header {
height: 300px; /* 300px */
}

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

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

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

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

#Footer {
height: 111px; /* */
clear: both;
width: 100%;
text-align: center;
padding: 0px 0; /* 8px 0 */
margin-bottom: 0; /* */
position: relative; /* */
z-index: 1; /* */
bottom: -10px; /* */
}

.Liner {
padding: 10px; /* 10px */
}

#Header .Liner {
padding: 0;
}

#NavColumn .Liner {
margin: 10px;
}



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

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

#Header {
background: url(../image-files/banner.jpg) top left no-repeat;
position:relative;
z-index:1;
}

/*
#NavColumn {
background: url(../image-files/navigator-color.gif) top left repeat-x;
}
*/

#ExtraColumn .Liner {
padding-top:0;
}

#ContentColumn .Liner {
padding: 0 30px 0;
}

#ContentColumn, #ExtraColumn, #NavColumn {
position:relative;
margin-bottom: -50px; /* new */
z-index:10;
}

#ContentColumn, #ExtraColumn {
margin-top:-100px; /* POSITION BODY*/
}

#NavColumn {
margin-top:-320px; /* POSITION LEFT NAV */
}

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

#Footer .Liner {
padding-top:61px; /* VERTICALE POSITIE FOOTERTEXT */
/* padding:0; */
margin-left:160px; /* 260 */ /* HORIZONTALE POSITIE FOOTERTEXT */
margin-right:0px; /* 40 */
/* background-color:#aa3333; ACCENT KLEUR FOOTER */
/* color:#FFF; */
/* position:relative; */
z-index:0; /* 5 */
}

#Footer p {
  margin:0;
}


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

.Navigation {
width: 100%;
}

/* -- Nav Headers -- */

.Navigation ul {
list-style-type: none;
position: relative;
margin: 0;
padding: 0;
}

.Navigation h3 {
border-top: 1px solid #757474;
border-bottom: 1px solid #757474;
padding:5px 0;
font-family: "Century Gothic", arial, sans-serif;
font-variant: small-caps;
font-size:120%;
}

.Navigation li {
padding:0;
margin: 0;
margin-bottom: 3px;
}

.Navigation a {
display:block;
width:100%;
padding: 3px 3px 3px 0;
/* background: url(../image-files/arrowdarkblue.gif) center left no-repeat; */
}


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

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

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a {
text-decoration: none;
}

.ThumbnailLink .Caption {
text-decoration: underline;
}

/* -- Horizontal Text NavBar -- */

#Header {
position:relative;
}

#Header .ExtraNav { /* POSITION HORNAV */
position: absolute;
top: 5px; /* ALT 190 */
right: 20px; /* ALT 40 */
font-size: 90%;
}


.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;
}

#Footer .ExtraNav {
/* background-color:#cecac9; /* LICHTE BALK FOOTER */
}



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

#NavColumn {
font-size: 90%;
}

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

#Footer {
font-size: 90%;
}

h1, h2, h3, h4, h5, h6 {
color: #757474;
font-weight: normal;
font-family:Tahoma, sans-serif;
}

h1 {
font-size: 180%;
}

#ContentColumn h1,
#ContentColumn h2,
#ContentColumn h3,
#ContentColumn h4,
#ContentColumn h5,
#ContentColumn h6 {
font-family: "Century Gothic", arial, sans-serif;
font-variant: small-caps;
}



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

blockquote {
margin: 12px 56px;
color: #006;
font-size: 110%;
font-family: 'Courier New', Courier, monospace;
}



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

.CalloutBox {
background: #DFDCDC url(../image-files/calloutbox.gif) top left no-repeat;
width: 85%;
margin: 18px auto 24px auto;
padding: 4px;
color: #434343;
font-family: "Century Gothic", arial, sans-serif;
}

.ReminderBox p,
.CalloutBox p {
margin: 8px;
font-size: 95%;
}

.ReminderBox {           /* the container box */
background-color: #aa3333; /* ACCENTKLEUR */
width: 35%;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #FFF;
font-family: "Century Gothic", arial, sans-serif;
border: 1px solid #aa3333;
}

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

.ReminderBox p {
padding: 0 4px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #FFF;
border-top: 1px solid #8F8FB3;
border-bottom: 1px solid #8F8FB3;
margin: 20px auto;
padding: 0 2px;
}

/* -- RSS Box -- */

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



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

.Clear {
clear: both;
}

img {
border: 0 solid #DDD;
}

/* -- 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;
}
