@charset "utf-8";
/* CSS Document */

<style type="text/css"> 
<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #99CCFF; /* #DDDDDD */
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* ***************************************************************
*                  Left Sidebar                                  *
**************************************************************** */

.twoColFixLtHdr #sidebar1 {
	clear: both;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers,
	or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #DDFCFF; /* the background color will be displayed for the length of the content in the column,
	but no further #EBEBEB #99CCFF */
	margin: 0 20px 4px 0;
	padding: 55px 10px 80px 20px;
	font: 11px/18px 'Verdana', sans-serif;
    }

#sidebar1 h3 a:link, #sidebar1 h3 a:active, #sidebar1 h3 a:visited {
	font: normal bolder 1.4em georgia, sans-serif;
	color: #7D775C;
	letter-spacing: 2px; 
	text-align: right;
	}

#sidebar1 ul {
	float: left;
	text-align: right;
	margin: 0px 5px 0px 0px;
	list-style-position: inside;
	list-style-type: none;
	width: 95%;
	}
	
#sidebar1 ul li {
	font: italic normal 1.0em georgia, sans-serif;
	letter-spacing: 1.6px;
	margin: 0px 10px 12px 0px;
	padding: 0 20px 0 10px;
	}	


/* ***************************************************************
*                  Main Content                                  *
**************************************************************** */
.twoColFixLtHdr #mainContent { 
	margin: 0 1.5em 1.0em 18px;
	 /* the left margin on the following div element [margin: 0 0 0 250px;] creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 100% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753; 
}

#mainContent h1 {
	font: italic normal 1.6em georgia, sans-serif;
	text-align: center;
	color: #7D775C;
	letter-spacing: 2px; 
	margin: 50px auto 12px auto; 
	}
} 

/* ***************************************************************
*                  Main Content (1) SIN SIDEBAR                  *
**************************************************************** */
.twoColFixLtHdr #mainContent1 { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 100% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753; 
}

#mainContent1 h1 {
	margin: 80px 0 15px 250px;
	}	

#mainContent1 h3 {
	font: italic normal 1.2em georgia, sans-serif;
	text-align: left;
	margin: 0 0 8px 250px;
	/* color: #7D775C; */
	letter-spacing: 2px; 
	}

/* ***************************************************************
*                  Main Content (2) Scripturequoter              *
**************************************************************** */

 .scripturequoter_right {
	margin: 15px -35px 0 203px;
    height: 300px;
	background: #99CCFF; /* #00BBBB */; 
	opacity: 0.6;
}

 .scripturequoter {
	margin: 15px -35px 0 -20px;
    height: 200px;
	background: #99CCFF; /* #00BBBB */; 
	opacity: 0.6;
}

/* ***************************************************************
*                  FOOTERS                                       *
**************************************************************** */
.twoColFixLtHdr #footer {
	width: 960px;
	margin: opx auto 0px;
    text-align: center;
	position: relative;
	line-height: 17px;
	font: 11px/18px 'Verdana', sans-serif; 
	}
	
#footer p {
	color: #AAB3B4;
	margin: 10px opx 10px 0px;
	padding-top: 13px;
	}
	
.twoColFixLtHdr #footer2 { 
padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
/* font-size: 90%; */
height: 550px; /* height: 500px;  */
clear: both;
margin: 0;
padding: 0;
text-align: center;
background-color: #EEE; /* background-color: #FFF; background:#99CCFF;  #DDDDDD */
border-top: 1px solid #999;
}

ul.foot{
/* ****************** Gewijzigd de volgende elementen **************
float: left;
text-align: center; */
float: left;
text-align: center;
list-style-position: inside;
list-style-type: none;
/* width: 10%; */
background-color: #EEE; /* background-color: #FFF; */
margin: 0;
padding: 0px 2%;
}

ul.foot li a, ul.foot li a:link, ul.foot li a:active {
text-decoration: none;
font-size: 11px; /* 9px --> 11px */
line-height: 11px;
color: #606060;
padding: 0;
}

ul.foot a:hover {
color: #222; /* #333 #303030 */
/* background-color: #DDFCFF; */
padding: 0;
}

.footkopje {
margin-bottom: 9px;
padding: 0;
border-bottom: 1px dashed #606060;
}

.twoColFixLtHdr #footer2 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */  
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* ************************************************
 *                   BUTTON                       * 
************************************************* */
/* 
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #004488 /*#FFA9BA*/ /* ;
	font: 17px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1em .55em; /* top, right, bottom, left */ /* 
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	opacity: none;
}
.button:hover {
	text-decoration: none;
	font: 18px Arial, Helvetica, sans-serif;
	color: #007700; /* #007700 #FFFFFF*/ /* 
	background: #EEE; /* #00BBBB */ /* 
	opacity: none;
}
.button:active {
	position: relative;
	top: 1px;
    color: #FF7EAD;
	opacity: none;
}

.breedteES, .breedteES:hover, .breedteES:active {
width: 110px;
opacity: none;
}

.breedte, .breedte:hover, .breedte:active {
width: 85px;
opacity: none;
} */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* ***************************************************************
*                  HYPERLINKS                                    *
**************************************************************** */

/* #content a:link, #content a:visited { color: #f04939; #006666; text-decoration:none; outline:none;} */ 
#content a:link, #content a:active     { color: #006666; text-decoration:none; outline:none;}
#content a:hover                       { color: #333; text-decoration:underline; outline:none;}

/*  a:link, a:visited   { color: #f04939; text-decoration:none; outline:none;} */ 
a:link, a:active, a:visited  { color: #006666; text-decoration:none; outline:none;}
a:hover                      { color: #333; text-decoration:underline; outline:none;}



--> 
</style>