@charset "UTF-8";
/* CSS Document */
/*
    Dag van Waarde web site CSS
    CSS Positioning version
    by Ontwerpstudio Groot, Lies van den Berg
*/

body  {
	background: #333;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #containerIndex {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 768px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
.thrColFixHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(assets/bg.gif); /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 768px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #containerImpressie {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(assets/bg.gif); /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1620px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.thrColFixHdr #header {
	background-image: url(assets/header.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 229px;
	position: relative;
} 

.thrColFixHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #ab1231;	
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 198px;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 8;
	padding-bottom: 0;
	padding-left: 45px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 199px; /* padding keeps the content of the div away from the edges */
	margin-top: 20px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 9px;
}
.thrColFixHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 199px; /* padding keeps the content of the div away from the edges */
	margin-top: 20px;
	padding-top: 0;
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 9px;
}
.thrColFixHdr #sidebar2 p {
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.thrColFixHdr #sidebar2 h1 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
}
.thrColFixHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 199px;
	padding-top: 0;
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 8px;
}
.thrColFixHdr #sidebar3 p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.thrColFixHdr #sidebar3 h1 {
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
}
.thrColFixHdr #sidebar4 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 8;
	padding-bottom: 0;
	padding-left: 42px;
}
#enclose {
	float: left;
	width: 1024px;
}
.thrColFixHdr #mainContent {
	background: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-right: 253px;
	margin-bottom: 0;
	margin-left: 253px;
	position: relative;
}
.thrColFixHdr #mainContent1 {
	background-image: url(assets/lijn_main_right.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	width: 482px;
	margin: 0px;
	float: right;
}
.thrColFixHdr #mainContent2 {
	padding-left: 20px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	width: 502px;
	margin: 0px;
	float: right;
}
.thrColFixHdr #mainContent3 {
	background-image: url(assets/lijn_main.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	width: 482px;
	margin: 0px;
	float: right;
}
.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;
}
.sticker1 {
	position: absolute;
	left: 350px;
	top: 335px;
}
.sticker2 {
	position: absolute;
	left: -190px;
	top: 20px;
}
.sticker3 {
	position: absolute;
	left: -220px;
	top: 350px;
}
.sticker4 {
	position: absolute;
	left: 225px;
	top: 290px;
}
.sticker5 {
	position: absolute;
	left: 480px;
	top: 270px;
}
.sticker6 {
	position: absolute;
	left: 160px;
	top: 270px;
	text-decoration: none;
}

p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #ab0230;
}
.adres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #ab0230;
}
.kopje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #ab0230;
}
.kopjeWit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
}
.quote {
	color: #ab1231;
}

#td img {
	display: block;
	position: absolute;
	top: 202px;
}
a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:link:hover {
	color: #ab0230;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 210px; }
.thrColFixHdr #sidebar2 {
	width: 199px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 8px;
}
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 .thrColFixHdr #sidebar3{ padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

