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

body {
/* background-color: #851523; */
background-image: url(../image-files/tile.jpg);
background-repeat:repeat;
margin: 0;
padding: 0;
font-family: tahoma, sans-serif; 
color: #443220; /* ALT #434343; */
font-size: 85%;
line-height: 1.5em;
letter-spacing: 0.03em;
padding-bottom:40px;
}

/* -- General Link Styling -- */

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

a:visited {
color: #57030e;
text-decoration:none;
}

a:hover {
color: #DF344B;
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: #851523;
padding:3px;
}

.Navigation a:visited,
.ExtraNav a:visited{
color: #57030e;
padding:3px;
}

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

.FooterLink a:link{
text-decoration:underline;
}

.FooterLink a:hover{
color: #DF344B;
}

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

#PageWrapper {
width: 950px;
}

#Header {
height: 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 {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
margin-bottom: 0; /* */
}

.Liner {
padding: 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/psycholoog-utrecht-banner.jpg) top left no-repeat;
position:relative;
z-index:1;
}

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

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

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

#ContentColumn, #ExtraColumn, #NavColumn {
position:relative;
z-index:10;
}

#ContentColumn, #ExtraColumn {
margin-top:-140px;  /* default -40px */
}

#NavColumn {
margin-top:-120px; /* default -200px */
}

#Footer {
position:relative;
z-index:1;
}

#Footer .Liner {
padding:0;
margin-left:260px;
margin-right:40px;
background-color:#851523; /* donker */
color:#FFF;
position:relative;
z-index: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; NOT USED */
}


/* ------ 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: absolute;
top: 137px; /* DEF 137px - determines horizontal positioning of the hornav links */
right: 40px; /* DEF 40px */
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:#abd0ea; /* lighter color in 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 {
background-color: transparent; /* new */
color: #443220; /* default 757474 */
font-weight: normal;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

h1 {
font-size: 180%;
}

#ContentColumn h1,
#ContentColumn h2,
#ContentColumn h3,
#ContentColumn h4,
#ContentColumn h5,
#ContentColumn h6 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif; /* alternative "Century Gothic", arial, sans-serif; */
font-variant: small-caps;
}

#ContentColumn h2 {
border-bottom: 1px solid #0b2937;
}


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

blockquote {
margin: 12px 56px;
color: #006;
font-size: 110%;
font-family: 'Courier New', Courier, monospace; 
/* font-family: 'Monotype Corsiva', 'Apple Chancery', cursive; */
}



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

.QuoteBox {
background: #c4e3f8 url(../image-files/quotebox.gif) top left no-repeat;
width: 85%;
margin: 18px auto 24px auto;
padding: 4px;
color: #434343;
font-family: 'Monotype Corsiva', 'Apple Chancery', cursive; 
}

.CalloutBox {
background: #fff;
width: 85%;
margin: 18px auto 24px auto;
padding: 4px;
color: #434343;
border: 1px solid #ce970d;
}

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

.ReminderBox {           /* the container box */
background-color: #851523;
width: 35%;
margin: 0 0 12px 18px;
padding: 4px;
float: right;             
color: #FFF;
font-family: "Century Gothic", arial, sans-serif;
}

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

.ReminderBox p {
padding: 0 4px;
}

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

.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 dotted #abd0ea; /* ALT solid #8F8FB3 */
border-bottom: 1px dotted #abd0ea; /* ALT 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;
}
