@charset "utf-8";

body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #FFFFFF;
	margin: 0 auto; /* 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: #000;
}
.twoColFixLtHdr #container {
	width: 955px;
	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. */
	background-image: url(gifs/1.gif);
}	
.twoColFixLtHdr #wrapHeader { 
	background: #FFFFFF;
	margin-left:45px;
	width:865px;
	height:136px;
	float:left;
}
.twoColFixLtHdr #header {
	width:510px;
	padding-top: 36px;
	float: left;
}
.twoColFixLtHdr #menu {
	width:350px;
	height:23px;
	padding-right:5px;
	padding-top:103px;
	float: right;
}
.sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 164px;
	padding: 0px 13px 0px 13px;
}
.twoColFixLtHdr #contentContainer {
	width: 865px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px 0px 0px 45px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 14pt;
}
.strook {
	width:865px;
	float:left;
}
.fotoBanner {
	margin: 0px 0px 0px 200px;
	width: 665px;
}
.mainContent {
	margin: 0 0 0 190px; 
	padding-left: 25px;
	padding-right:20px;
	border-bottom: 5px solid;
	border-bottom-color: #D8D9DA;
	width: 630px;
} 
.mainContentFoto {
	margin: 0 0 0 190px; 
	padding-left: 25px;
	border-bottom: 5px solid;
	border-bottom-color: #D8D9DA;
	width: 650px;
	font-size: 14pt;
} 
.twoColFixLtHdr #Subfooter {
	padding: 0px 0px 0px 190px;
	width: 675px;
	height:85px;
	font-size: 12pt;
}
.twoColFixLtHdr #footer {
	clear: both;
} 

.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: 20px;
	margin-top: -15px;
	margin-bottom: 20px;
}
.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;
}
p.mainContenttekst {
	font-size: 12pt;
	margin-top: 35px;
	margin-bottom:40px;
	letter-spacing:1px;
}
p.vasteAankondiging {
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom:20px;
	letter-spacing:1px;
}
p.sidebarText {
	font-size: 11pt;
	margin: 20px 0px 0px 0px;
	line-height: 22px;
	text-align: left;
	letter-spacing:1px;
}
p.topSidebar {
	margin: 13px 0px 0px 0px;
	font-size: 16pt;
}
p.Subfooter {
	font-size: 12pt;
	margin-top: 10px;
	text-align: right;
}
p.White12 {
	font-size: 12pt;
	color: #FFF;
	margin-top:5px;
}
p.Tekst12 {
	font-size: 12pt;
	margin-top:5px;
}
p.Tekst11 {
	font-size: 11pt;
	margin-top:5px;
}
p.White12rechts {
	font-size: 12pt;
	color: #FFF;
	margin: 5px 0px 0px 67px;
}
p.TitelFoot{
	margin: 10px 0px 0px 0px;
	font-size: 12pt;
	text-align:right;
	color:#FFF;
}
p.Titel1{
	margin: 20px 0px 0px 0px;
	font-size: 12pt;
	text-align:right;
}
p.Titel2{
	margin: 35px 0px 0px 0px;
	font-size: 12pt;
	text-align:right;
	color:#FFF;
}
.class1 a:active {
	text-decoration: none;
}
.class1 a:link {
	color: #FFF;
	text-decoration: none;
}
.class1 a:visited {
	color: #FFF;
	text-decoration: none;
}
.class1 a:hover {
	color: #FFF;
	text-decoration: none;
}
.class2 a:active {
	text-decoration: none;
}
.class2 a:link {
	color: #000;
	text-decoration: none;
}
.class2 a:visited {
	color: #000;
	text-decoration: none;
}
.class2 a:hover {
	color: #000;
	text-decoration: none;
}
.class3 a:active {
	text-decoration: none;
}
.class3 a:link {
	color: #D8D9DA;
	text-decoration: none;
}
.class3 a:visited {
	color: #D8D9DA;
	text-decoration: none;
}
.class3 a:hover {
	color: #c5c5c5;
	text-decoration: none;
}