@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;
	font-family: Calibri, Geneva, sans-serif;
	font-size: 70%;
	height: 281px;
	clear: none;
	margin: 0px;
	line-height: 20px;
}
.twoColFixRtHdr #container {
	width: 900px;
	text-align: left;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 100%;
} 
.twoColFixRtHdr #header {
	background-image: url(images/header_bg.jpg);
	border-right-width: 0px;
	border-left-width: 0px;
	background-repeat: no-repeat;
	height: 407px;
	padding: 0;
	background-position: center top;
	width: 900px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	position: static;
	top: 0px;
} 
.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;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFF;
}
.twoColFixRtHdr #mainContent {
	width: 610px;
	background-color: #fff url(images/fauxcolumns.png);
	overflow: hidden;
	top: 280px;
	color: #222222;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 28px;
	font-family: Calibri, Geneva, sans-serif;
} 
.twoColFixRtHdr #mainContentContact {
	top: 280px;
	color: #999;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 33px;
	padding-bottom: 0;
	padding-left: 28px;
	font-family: Calibri, Geneva, sans-serif;
} 
.twoColFixRtHdr #footer {
	margin-left: 26px;
	height: 30px;
	margin-right: 26px;
} 
.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;
}
h1 {
	font-size: x-large;
	color: #666;
	font-family: Calibri, Geneva, sans-serif;
}
h2 {
	font-size: large;
	color: #666;
}
body,td,th {
	color: #666;
	font-family: Calibri, Geneva, sans-serif;
	padding-top: 0px;
	clip: rect(0px,0px,0px,0px);
	font-size: 90%;
	background-image: url(images/bg_01_07.gif);
}
#sidebar1 h3 {
	color: #666666;
}
#container #sidebar1 {
	
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-transform: none;
	line-height: 20px;
	color: #333333;
	margin-top: 7px;
}
a:link {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	position: relative;
	text-decoration: underline;
}
#menu {
	font-variant: small-caps;
	color: #FFF;
	border-right-width: 22px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	z-index: 2;
	height: 30px;
	width: 96%;
	top: 276px;
	text-align: justify;
	text-indent: 10px;
	word-spacing: 10px;
	background-color: #6C0;
	padding-right: 0px;
	padding-top: 5px;
}

#apDiv1 {
	position:relative;
	width:900px;
	height:41px;
	z-index:1;
	left: 208px;
	top: 55px;
}
.tabbed_area {
	height: 20px;
	top: 376px;
	position: relative;
	width: 850px;
	padding-top: 9px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 35px;
}

ul.tabs {
	margin:0px;
	text-align: left;
	padding: 0px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	color:#1F1F2E;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
}
ul.tabs li a:hover {
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #FFF;
	color: #FFF;
	text-decoration: none;
}
ul.tabs li a.active {
	color:#1F1F2E;
	font-weight: bold;
}
#form5 {
	font-variant: normal;
	text-align: left;
	margin: 20px;
}
#sprytextfield1 #naam {
	text-align: right;
	white-space: pre;
}
.twoColFixRtHdr #container #mainContent table#left {
	text-align: right;
	text-indent: 2px;
}
#page-wrap {
	width: 660px;
	background: white;
	min-height: 300px;
	height: auto !important;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
}
#contact-area {
	width: 600px;
	margin-top: 25px;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}
#contact-area textarea {
	height: 90px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #0CF;
}
#contact-area input.submit-button {
	width: 100px;
	float: right;
}
#contact-area input.submit-button:hover, #contact-area input:hover {
	border: 2px solid #0CF;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: medium;
	color: #666666;
	font-family: Calibri, Geneva, sans-serif;
