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


body {
background-color: #ffffff; /* white, for overall bg */
margin: 0;
padding: 0;
background:url(../images/achtergrond.jpg) top repeat-x;

}

body, {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #000;
font-size: 13px;
}

/*-- General Link Styling ---- */

a:link {
color:blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



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

#PageWrapper {
width: 984px;
}

#Header {
height: 122px;
}

#ContentWrapper {
float: left;
width: 100%;
margin-top: 126px;
}

#CenterColumn {
margin: 0 130px 0 155px; /* STEP 4: set to "0 RightColumnWidth 0 LeftColumnWidth" */
}

#LeftColumn {
float: left;
width: 149px; /* STEP 1: To set right and left columns at 180, set 1 less than 180 here */
margin-left: -100%;
margin-top: 126px;
}

#RightColumn {
float: left;
width: 118px; /* STEP 2: also 1 less than 180 */
margin-left: -120px; /* STEP 3: set to -(RightColumnWidth) */
margin-top: 126px;
}

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

.Liner {
padding: 10px 10px;
}

#Header .Liner {
padding: 10px 10px;
}

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



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

#PageWrapper {
background-image: url(../images/middel.gif);
background-repeat: repeat-y;
border: 0px;
margin: 0px auto;
}

#Header {
background-image: url(../images/top.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
position: absolute;
top: 0;
margin: 0;
padding: 0;
width:984px;
}


div#menu-top {
	margin-top: 52px;
	margin-left:210px;
}

#menu-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	float: left;
}

#menu-top li {
	margin-left: 3px;
	background:url(../images/menu-midden.jpg) repeat-x left top;
	display: inline;
	float: left;
	height: 41px;
}

#menu-top a {
	float: left;
	background:url('../images/menu-links.jpg') no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#menu-top a span {
	font-weight:bold;
	background: url('../images/menu-rechts.jpg') no-repeat right top;
	padding:15px 15px 4px 6px;
	color:#000;
	text-align:center;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
	height: 41px;
	
}

 #menu-top a:hover {  color: #F60; }
 #menu-top a:hover span { color: #f60; }



#ContentWrapper {
background-image: url(../image-files/anguilla-background.gif);
background-repeat: repeat-y;
}

#LeftColumn {
background-image: url();
background-repeat: repeat-y;
}

#CenterColumn {
background-image: url();
background-repeat: no-repeat;
border-left: 0 solid #f0f5fb;
border-right: 0 solid #f0f5fb;
}

#RightColumn {
background-image: url();
background-repeat: no-repeat;
}

#Footer {
background: url(../images/eind.gif) bottom no-repeat;
}



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


.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}


/* --- Nav Headers ---- */

.Navigation h3 {
padding: 0;
font-size: 12px;
color: #1d487e;
border-bottom: 1px solid #fff;
margin: 12px 0;
}



/* --- Nav List ---- */

.Navigation ul {
list-style-type: none;
padding: 0 0 0px 5px;
margin: -6px 0 0 -4px;
}

.Navigation li {
background-color: #ffc;        /* --- tan, for button backgrounds ---- */
border: 1px solid #8f8fb3;
margin-bottom: 3px;
}


/* --- Navigation Link styles ---- */

.Navigation a {
color: blue;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 3px;
text-decoration: none;
}

.Navigation a:visited {
color: purple;
text-decoration: none;
}

.Navigation a:hover {
color: red;
background-color: #d3e4fb;
text-decoration: underline;
}




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


/* Thumbnail-with-Caption Navigation  */

.imageCaptionLinkGroup {
text-align:center;
}

.imageCaptionLinkGroup a {
text-decoration:none;
}

.imageCaptionLinkGroup .caption {
text-decoration:underline;
}


/* --- Horizontal Text NavBar ---- */

.text-NavBar {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
margin: 12px auto 12px auto;
width:700px;
}

.text-NavBar ul {
list-style-type: none;
padding-left:0;
}

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

.text-NavBar a {
color: blue;
text-decoration: none;
text-align: center;
padding:0 4px;
}

.text-NavBar a:visited {
color: purple;
text-decoration: none;
}

.text-NavBar a:hover {
color: red;
background-color: #d3e4fb;
text-decoration: underline;
}




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

#LeftColumn {
font-size: 90%;
color: white;
}

#RightColumn {
font-size: 90%;
}

#Footer {
font-size: 90%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #1d487e;
}

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


h1 {
margin-top: 5px;
font-family: 'Palatino Linotype', Palatino, 'Times New Roman', Georgia, serif;
border-bottom: 0 solid #8f8fb3;
text-align:center;
clear: both
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid #8f8fb3;
clear: both
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
clear: both
}


#LeftColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

#RightColumn h4 {
font-size: 90%;
color: white;
margin-top:0;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
clear: both;
line-height: 14px;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 14px;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

.small {
font-size: 85%;
font-weight: bold;
}

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


.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin:13px;
}
p.CalloutBox {
padding:13px;
}

div.CalloutBox h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.CalloutBox h1, h2, h3, h4, h5, h6 {
padding: 0;
}




.C2LeftBox {           /* the container box */
background-color: #ddd;
width: 40%;
border: 1px solid #8f8fb3;
margin: 2px 18px 12px 0;
float: left;             /* adding float enables text to flow around it */
color: #006;
}

.C2LeftBox h5 {
margin:0;
padding:2px;
text-align:center;
background-color: #fff;
}

.C2LeftBox p {
font-size:11px;
padding:0px 4px;
line-height:13px;
}


.ReminderBox {           /* the container box */
background-color: #ddd;
width: 24%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float:right;             /* adding float enables text to flow around it */
color: #006;
}

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

.ReminderBox p {
font-size:11px;
padding:0px 4px;
line-height:13px;
}


.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter {
padding: 5px;
background-color: #8f8fb3;
border: 5px solid #f0f5fb;
}
.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float:left;
}
.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float:right;
}
.AdSenseBoxCenter {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}


.ReturnToNavBox {
background-color: #fff;
width: 100%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin-left: -4px;
padding: 4px;
}
	

/* --- RSS Box ---- */

#RSSbox {
width: 148px;
background-color: #ffc;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 14px;
text-align: center;
}





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


.clear {
clear: both;
}


img {
border: 0px solid #ddd;
}


/* lists */

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

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


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

#CenterColumn 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;
}