@charset "UTF-8";
body  {
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #3A3D8D;
}
.twoColFixRtHdr #container {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/kader_achter.jpg);
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	height: 175px;
	background-image: url(../images/kader_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-top: 15px;
} 
.twoColFixRtHdr #header #beheertitel {
	font-size: 18px;
	color: #A4A7A9;	
} 
.twoColFixRtHdr #header #menutop {
	width: 797px;
	margin-right: auto;
	margin-left: auto;
	height: 32px;
} 
.twoColFixRtHdr #header #menutop img {
	float: left;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	text-align: right;
	padding-top: 45px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #sidebar1 img {
	margin-bottom: 15px;	
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 28px;
	line-height: 18px;
} 
.twoColFixRtHdr #mainContent p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
} 
.twoColFixRtHdr #footer {
	background-image: url(../images/kader_bottum.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.contactgegevens {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 5px;
	display: block;
}
.contactgegevens a {
	color: #FFFFFF;
	text-decoration: underline;
}
.contactgegevens a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.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;
}

