@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: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: center top;
	font-weight: normal;
	background-image: url(../img/backgr_vulling_grad6sm.jpg);
	background-color: #DFFFB6;
}

.thrColFixHdr #container {
	width: 930px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../img/achtergr_container930.jpg);
	padding-top: 0px;
} 
.thrColFixHdr #header {
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 275px;
	background-image: url(../img/kop_rta.jpg);
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	margin: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	width: 15px;
}
.thrColFixHdr #mainContent {
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 210px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: none;
	font-size: 110%;
	margin-top: 0px;
	font-weight: normal;
	text-align: left;
} 
.thrColFixHdr #footer {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 50px;
	clear: both;
	background-image: url(../img/backgr_foot.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	float: none;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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: 20px;
}
.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;
}
ul.list {
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
.lijn {
	text-align: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #39C;
	padding-top: 5px;
}
.lijn2 {
	/*text-align: left;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #39C;
	margin-top: 40px;
}
h2 {
	color: #3333CC;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: normal;
}
h3 {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
}
.vet {
	font-weight: bold;
	color: #666;
}
.vetDoGr {
	font-weight: bold;
	color: #333;
}
.accenttekst {
	font-style: italic;
	font-weight: bold;
	color: #33C;
}
.accenttkstLiGr16 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.accenttkstLiBl16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #39C;
}
.bulletRe {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 320px;
	color: #333;
}
.bulletLi {
	color: #333;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
.bulletLiNr {
	color: #333;
	list-style-type: decimal;
	list-style-position: outside;
}
.bulletLiNoBull {
	color: #333;
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #3333CC;
	font-weight: bold;
}
a:visited {
	color: #3333CC;
	font-weight: bold;
}

a:hover {
	color: #93C84D;
	font-weight: bold;
}

a {
	font-weight: bold;
}

