@charset "UTF-8";


/* lay-out
=================================================*/

#thrColFixHdr {
	overflow-x: hidden;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 40px;
}
#thrColFixHdr #container {
	width: 910px;
	margin: 0 auto;
	text-align: left;
}  
#thrColFixHdr #header {
	background-image: url(../images/kop.gif);
	padding: 60px 250px 0 15px;  /* 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. */
	background-repeat: no-repeat;
	height: 100px;
	font-size: 8pt;
	color: #FF0099;
}
#thrColFixHdr #header a {
	text-decoration: none;
	color: #FF0099;
	font-weight: normal;
} 
#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 #kader {
	background-image: url(../images/kader.gif);
}
#thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
	font-size: 8pt;
	color: #000000;
}
#thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px;
	margin-top: 0px;
	font-size: 8pt;
	color: #2AAAFF;
}
#thrColFixHdr #mainContent {
	margin-right: 200px;
	margin-left: 230px;
	padding-right: 10px;
	padding-left: 10px;
}
#thrColFixHdr #footer {
	height: 170px;
} 
#thrColFixHdr #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 */
}
#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;
}


/* typografie
=================================================*/
body  {
	font: 9pt/20px 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: 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;
}
p,h1,h2,h3,h4,h5,h6,ol,ul,li {
	margin-top:0;
	margin-bottom:0;
	text-align: left;
}
ul {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	list-style-position: outside;
}
ol {
	padding-left: 0px;
	margin: 0px 0px 0px 30px;
}
h1 {
	font-size: 14pt;
	line-height: 40px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
}
h2 {
	font-size: 8pt;
	line-height: 20px;
	color: #0099FF;
	padding-top: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
h3 {
	font-size: 9pt;
	line-height: 30px;
	font-weight: normal;
	font-style: italic;
}
h4 {
	font-size: 9pt;
	line-height: 30px;
	font-weight: normal;
	color: #0099FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0099FF;
	font-style: italic;
}
h5 {
	font-size: 9pt;
	line-height: 20px;
	font-weight: normal;
	color: 330000;
	text-align: right;
}
h6 {
	font-size: 9pt;
	line-height: 13px;
	font-weight: normal;
	color: #0099FF;
	text-align: left;
}
table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 9pt;
	width: 440px;
	line-height: 11pt;
}
tr {
	border-collapse: collapse;
	width: 480px;
}
td {
	border-collapse: collapse;
	padding: 4px 20px 4px 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #33FF33;
}
.leesmeer  {
	font: normal 8pt/20px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: none;
}

/* links
=================================================*/

a:link {
	color: #000000;
}
a:visited {
	color: #660033;
}
a:hover {
	color: #0;
}
h5 a {
	text-decoration: none;
}

h2 a:link{
	color: #0099FF;
}
h2 a:link{
	color: #0099FF;
}


/* beeld
=================================================*/

img {
	margin: 0px;
	text-align: left;
	padding: 10px 0px 0px;
	border: none;
}

#mainContent img {
	float: left;
}

a img { border:0
}


/* Een foto + bijschrift
============================*/
#mainContent .eenfototabel {
	width: 440px;
	color: #000000;
	margin-right: 0px;
	margin-top: 11px;
	margin-bottom: 15px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #33FF33;
}
#mainContent .eenfototabel td{
	padding: 3px 0px 4px;
	border: none;
}
#mainContent .eenfototabel img {
	width: 440px;
	height: auto;
	padding: 0px;
	margin: 0px;
}


/* Formulieren
=================================================================*/

.formbody {
	text-align:left;
	font: 8pt/15px Verdana, Arial, Helvetica, sans-serif;
	border: none;
}

.formbuttonverzend {
	font: 8pt/20px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #0099FF;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	border-top: 5px solid #FFFFFF;
	border-right: 5px none #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
}

.formbuttonreset {
	font: 8pt/20px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	border-top: 5px solid #FFFFFF;
	border-right: 5px none #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
}

.noborder {
	border: none;
}
.formbuttons {
	border: none;
	text-align: right;
}
.formtabel {
	border-collapse:collapse;
	padding:3px 3px 2px 4px;
	border: 1px solid #0099FF;
	text-align:left;
	font: 8pt/20px Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	}
.formtabelnoborder {
	border-collapse:collapse;
	padding:3px 3px 2px 4px;
	text-align:left;
	font: 8pt/20px Verdana, Arial, Helvetica, sans-serif;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #0099FF;
	border-left: 0px none;
	}
