html {
	overflow-x:hidden;
	overflow-y:scroll;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(../afbeeldingen/ag_verloop.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 995px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
}
/* HEADER BEGIN */
#header {
	padding: 0px;  /* 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. */
	background-color: #FFFFFF;
}
#header #headerLogo {
	height: 100px;
	width: 795px;
	background-image: url(../afbeeldingen/logo-marijs.jpg);
}
#headerLogoFoto {
	width:587px;
	height:61px;
	position: relative;
	left: 195px;
	top: 19px;
}
#header #headerMenu {
	background-color:#fff;
	padding:0;
	height: 25px;
}
#header #headerFoto {
	position:relative;
	top:-105px;
	left:805px;
	width:170px;
	height:100px;
	background-color:#000000;
}

/* HEADER EINDE */


/* SIDEBAR 1 BEGIN */
#sidebar1 {
	line-height:12px;
	font-size: 10px;
	float: left; /* since this element is floated, a width must be given */
	height:410px;
	width: 155px; /* 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: #ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar1Rand {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFF00;
	padding: 5px;
}
/* SIDEBAR 1 EINDE */


/* SIDEBAR 2 BEGIN */
#sidebar2 {
	line-height:12px;
	font-size: 10px;
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* 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 */
/*	height:400px; */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 20px 15px 10px; /* padding keeps the content of the div away from the edges */
}
#sidebar2Rand {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFF00;
	padding: 5px;
}
/* SIDEBAR 2 EINDE */


/* MAIN CONTENT BEGIN */
#mainContent {
	font-size: 12px;
	line-height:18px;
	margin-top: 20px;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#mainContent a, #mainContent a:link, #mainContent a:visited {
	text-decoration: underline;
	color: #000000;
}
#mainContent a:hover {
	text-decoration: none;
	color: #666666;
}
/* MAIN CONTENT EINDE */

/* FOOTER BEGIN */
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	height:35px;
}
#footer p {
	font-size:10px;
	float:right;
	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 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	color: #666666;
}
/* FOOTER EINDE */


.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;
}

.picBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFF00;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	border-bottom-width: 1px;
}
.picBorder2 {
	border-width: 1px;
	border-style: solid;
	border-color: #FFFF00;
}
.ZwartOpWit a, .ZwartOpWit a:link {
	color: #000000;
	text-decoration: none;
}
.ZwartOpWit a:visited {
	color: #666666;
	text-decoration: none;
}
.ZwartOpWit a:hover {
	color: #999999;
	text-decoration: underline;
}
h1 {
	font-size:18px;
	padding-bottom:0px;
	margin-bottom:0px;
}
h2 {
	font-size:16px;
	padding-bottom:0px;
	margin-bottom:0px;
}
h3 {
	font-size:12px;
	margin-bottom:5px;
	padding:5px;
	background-color: #FFFF00;
}
h4 {padding:0;margin:0;}
