@charset "utf-8";
body  {
	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-color: #FFFFFF;
	background-image: url(../export/achtergrond.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
}
.twoColFixLtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 45%;
	position: absolute;
	left: -425px;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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;
	background-image: url(../export/achtergrondlogo.jpg);
	background-repeat: no-repeat;
	height: 272px;
	width: 868px;
} 
#header #zakker {
	position: relative;
	left: 60px;
	top: 60px;
}
#header #news {
	width: 250px;
	float: right;
	position: absolute;
	left: 564px;
	top: 88px;
	font-size: 11px;
	color: #3a3a3a;
	line-height: 25px;
}
#header #news a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#header #news a:hover {
	color: #FF0000;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #FFFFFF;
}
#sidebar1 #logo {
	float: left;
	background-color: #FFFFFF;
	height: 150px;
	width: 150px;
	background-repeat: no-repeat;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent a {
	color: #00A2E2;
	text-decoration: none;
}
#mainContent a:hover {
	color: #FF0000;
}

#mainContent h1 {
	font-size: 22px;
	color: #02A2D0;
	font-variant: small-caps;
	background-image: url(../images/achtergrond_h1.gif);
	background-repeat: repeat-x;
	line-height: 35px;
	font-weight: normal;
}
#mainContent h2 {
	font-size: 15px;
	color: #FF0000;
}

#mainContent p {
	font-size: 12px;
	line-height: 25px;
	color: #3a3a3a;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	border-top: 1px dotted #a2a2a2;
} 
.twoColFixLtHdr  #footer  a {
	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 */
	font-size: 11px;
	color: #00A2E2;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #333333;
}

.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;
}
#mainContent #schuin {
	float: right;
	width: 350px;
	margin-top: 30px;
}

#mainContent #schuin p {
	color: #828282;
	font-style: italic;
}



.schuin {
	font-size: 12px;
	font-style: italic;
	color: #828282;
	text-align: left;
}
.kopjetabel {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	color: #FF0000;
}
#mainContent img {
	float: right;
	margin-left: 30px;
}
#mainContent  li  {
	font-size: 12px;
	line-height: 25px;
	list-style-image: url(../images/lijstpijl.gif);
}
#logo_aanklikken {
	font-size: 11px;
	color: #A4A4A4;
	letter-spacing: 0.1em;
	font-weight: bold;
}
iframe {
	float: right;
}
.twoColFixLtHdr #container #mainContent p #left {
	float: left;
	padding-right: 30px;
}
