@charset "utf-8";
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: 0px;
	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: #83B2D0;
}
.twoColFixRtHdr #container {
	width: 910px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F2F2F2;
	font-weight: normal;
} 

.twoColFixRtHdr #containertop {
	height: 19px;
	width: 910px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

.twoColFixRtHdr #containertop a {
	color: #FFFFFF;
	text-decoration: none;
}

.twoColFixRtHdr #containertop a:hover {
	text-decoration: underline;
}



.twoColFixRtHdr #container #mainContent #leesmeer {
	font-family: inherit;
	font-size: 10px;
	color: #666666;
	padding: 10px 0px 10px 3px
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 33px;
	color: #555555;
	background-image: url(images/h1_line_2.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	font-weight: lighter;
	text-indent: 5px;
	text-align: left;
}
.twoColFixRtHdr #container #mainContent h3 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.twoColFixRtHdr #container #mainContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #053769;
}
.twoColFixRtHdr #container #mainContent ul {
	
	list-style-type: square;
}

p {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #053769;
	text-align: justify;
}

.twoColFixRtHdr #containerfloor {
	height: 70px;
	width: 100%;
	float:left;
	position: absolute;
	bottom:0px;
	left: -18px;
}

.twoColFixRtHdr #header {
	background: #DDDDDD;
	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. */
	margin-right: auto;
	margin-left: auto;
	position:relative;
	height: 305px;

} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* 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 */
	margin-bottom: 10px;
	margin-left: 20px;
	background:none;
}
.twoColFixRtHdr #sidebarhome {
	width: 200px;
	padding: 0px;
}

.twoColFixRtHdr #mainContent {
	padding-right: 15px;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {  
	margin-right: auto;
	margin-left: auto;
	position:relative;
	height: 70px;
} 

.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #container li {
	font-family: inherit;
	font-size:12px;
	font-weight: normal;
}
.twoColFixRtHdr #container ul {
	font-family: inherit;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	list-style-type: square;
}

.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: 10px;
	margin-bottom: 10px;
	font-family: inherit;
	font-size: 10px;
	text-align:right;
	color: #666666;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: inherit;
	font-size: 10px;
	color: #666666;
}
.textdiv, .twoColFixRtHdr #container #mainContent td { /* this class can be used to float an element left in your page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: auto;
		font-weight: normal;
		color: #053769;
}
.textdiv{ /* this class can be used to float an element left in your page */
	padding: 10px;
}

.headdiv, .twoColFixRtHdr #container #mainContent th { /* this class can be used to float an element left in your page */
	font-family: inherit;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
}
.twoColFixRtHdr #container #mainContent hr {
	color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}


.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;
	display:block;
	visibility:hidden;
}

.twoColFixRtHdr #sidebarheader {
	background: url(/images/SideHeader_continu.jpg) left top;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	text-indent: 10px;
}

.dropshadowcontent {
	position: relative;
	background-color: #F2F2F2;
	color: 053769;
	border: 1px solid #cccccc;
	top: -10px;
	right: -10px;
	z-index: 10;
	background-image:url(images/SideHeader.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

.dropshadow {
	position: relative;
	z-index: 5;
	background-image: url("images/dropshadow.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
}

.twoColFixRtHdr #container #mainContent img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.twoColFixRtHdr #container #mainContent .no_border{
	border-top-style:none;
	border-bottom-style:none;
	border-right-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #container #mainContent .only_border_top_bottom{
	border-bottom-color:#ffffff;
	border-top-color: #ffffff;
	border-right-style: none;
	border-left-style: none;
}

.red {
	font-family: inherit;
	font-size: 12px;
	font-weight:inherit;
	color: #FF0000;
}
.p-shadow, .p-shadowtweedehands{
 

  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom left !important ;
  background: url(/images/shadow.gif) no-repeat bottom left ;
  margin: 10px 10px 0 0  !important;
  margin: 10px 5px 0 0;
}

.p-shadowtweedehands {
  clear: none;
}
 
.p-shadowbuffer{
  background: none !important;
  background: url(/d/cssdropshadows/img/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 0 6px 6px;
 
}
 
.p-shadowcontent, .p-shadowcontentservice, .p-shadowcontenttweedehands,.p-shadowcontenttweedehandsmouseover, .p-shadowcontentclassic{
background-color: #CCCCCC;
	border: 1px solid #999999;
	margin: -6px -6px 6px 6px !important;
	margin: 0;
}		

.p-shadowcontentservice{
	height: 248px;
	width: 180px;
}	

.p-shadowcontenttweedehands, .p-shadowcontenttweedehandsmouseover{
	height: 180px;
	width: 750px;
}	


.p-shadowcontentclassic{
width: 635px;
padding: 0px 0px 0px 0px;
}	

.p-shadowcontenttweedehandsmouseover{
border: 1px solid #ffffff;
cursor: pointer;
}
.fout {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.stopformmargin{
margin-bottom:3px;
margin-top:0px;
}

table.main 
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.main td 
{background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.main td.head
{background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border: 1px #fff solid;
font-size: 12px;
font-weight: bold;} 


