@charset "utf-8";
body  {
	font: 80% 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background: #f1e5b7;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	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;
		line-height: 22px;
}
* {
margin: 0; 
padding: 0;
}

table.beheer{
		color: #83746a;
	font-size: 70%;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background-image: none;
}

.twoColFixLtHdr #container { 
	width: 988px;  /* 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. */
	padding: 0px;
	background-image: url(../images/bg_totaal.gif);
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD;
	background-image: url(../images/bg_top.jpg);
	height: 204px; 
	vertical-align: top;
	margin: 0;
	padding-top: 0px;
	padding-left: 238px;  /* 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. */
} 

.landen{ 
	text-align: right;
	padding-top: 162px;
	padding-right: 33px;  /* 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. */
}

.landen a{ 
	text-align: right;
	padding-left: 28px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 162px; /* 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 */
	padding: 30px 0px 15px 45px;
	background-image: url(../images/bg_menu.gif);
	background-repeat: no-repeat;
	color: #748d99;
}

.twoColFixLtHdr #sidebar1 a:link {
	line-height: 28px;
	color: #748d99;
	text-decoration: none;
	text-transform: capitalize;
	font-variant: small-caps;
}

.twoColFixLtHdr #sidebar1 a:hover {
	line-height: 28px;
	color: #748d99;
	text-decoration: underline;
	text-transform: capitalize;
	font-variant: small-caps;
}

.twoColFixLtHdr #sidebar1 a:active {
	line-height: 28px;
	color: #f0781f;
	text-decoration: none;
	text-transform: capitalize;
	font-variant: small-caps;
}

.twoColFixLtHdr #sidebar1 a:visited {
	line-height: 28px;
	color: #748d99;
	text-decoration: none;
	text-transform: capitalize;
	font-variant: small-caps;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 207px; /* 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: 34px 25px 30px 112px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/bg_content.gif);
	top: 205px; 
	color: #83746a;
	font-size: 90%;
	min-height: 385px;
} 

.twoColFixLtHdr #mainContent_cms { 
	margin: 0 0 0 207px; /* 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: 34px 40px 30px 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	top: 205px; 
	color: #83746a;
	font-size: 90%;
	height: 480px;
} 

.twoColFixLtHdr #mainContent h1 { 
	color: #748d99;
	margin: 0; 
	padding-bottom: 6px;
	text-transform: capitalize;
	font-variant: small-caps;
	font-size: 110%;
}

.twoColFixLtHdr #images{ 
	margin: 0 0 0px 30px; /* 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: 10px 0px 22px 24px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	top: 205px; 
	float: right;
	width: 120px;
} 

.twoColFixLtHdr #image{ 
	width: 110px;
	height: 82px;
	border: 1px solid #e1853b;
	background-position: center;
	margin-bottom: 21px;
} 

img.image_big{ 
	width: 466px;
	height: 360px;
	border: 1px solid #e1853b;
	background-position: center;
	margin-top: 10px;
	float: left;
} 

H1 { 
	color: #748d99;
	margin: 0; 
	padding-bottom: 6px;
	text-transform: capitalize;
	font-variant: small-caps;
	font-size: 130%;
}

.twoColFixLtHdr #footer { 
	padding: 2px 16px 0px 0px; 
	margin: 0px 4px 0px 4px;
	background:#FFF; 
	height: 26px;
	border: #f68e60 1px solid;
	color: #c08250;
	text-align: right;
	font-size: 90%
} 
.twoColFixLtHdr #footer 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 */
}
.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;
}

.fade {
	width: 745px;
	height: 181px;
	background-repeat: no-repeat;
	padding: 0px;
	background-position: top;
	
} 

p.images {
	 width:745px; 
	 height:181px;
	 padding: 0px;
	 margin: 0px;
	 vertical-align: bottom;
	 color: #8B8B8B;
	 background-position: top;
}

table.tabs{
	width: 705px;
	height: 28px;
}

.tabs td{
	background-image: url(../images/tab.gif);
	width: 105px;
}

table.tabs a:link{
	font-size: 80%;
	padding-left: 18px;
	color: WindowFrame;
	text-decoration: none;
}

table.tabs a:visited{
	font-size: 80%;
	padding-left: 18px;
	color: WindowFrame;
	text-decoration: none;
}

a.actief:link{
	font-size: 80%;
	padding-left: 18px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.actief:active{
	font-size: 80%;
	padding-left: 18px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.actief:visited{
	font-size: 80%;
	padding-left: 18px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

tr.edit_pages{
	font-size: 80%;
	line-height: 26px;
	border-bottom: 1px solid Black;
}

table.tarieven{
	margin-bottom: 23px;
}