@charset "UTF-8";
body  {
	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: #541800;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;	
}
.thrColFixHdr #container {
	width: 1044px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/achter_midden.jpg);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	background-image: url(../images/achter_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 168px;
	position: relative;
} 
.thrColFixHdr #header #blok {
	position: absolute;
	height: 76px;
	width: 532px;
	left: 256px;
	top: 49px;
	background-color: #E60E64;
	color: #FFFFFF;	
	letter-spacing: 1px;
} 
.thrColFixHdr #header #blok h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
	line-height: 24px;
	font-size: 32px;
	font-weight: normal;
} 
.thrColFixHdr #header #blok #onderschrift {
	padding-top: 18px;
	padding-left: 33px;
	font-size: 14px;
} 
.thrColFixHdr #header #flash {
	position: absolute;
	height: 119px;
	width: 176px;
	right: 50px;
	top: 49px;
	background-color: #F4F4F4;
} 
.thrColFixHdr #mainContentContainer {
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/achter_lijn.gif);
	background-repeat: repeat-y;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	padding-bottom: 15px;
}
.thrColFixHdr #sidebar1 .menu {
	padding-left: 50px;	
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 226px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 #fotobalk {
	width: 176px;
	text-align: right;
	font-size: 10px;
	padding-top: 30px;
}
.thrColFixHdr #sidebar2 #fotobalk .onderschrift {
	min-height: 30px;
	line-height: 15px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 246px;
	margin-bottom: 0px;
	margin-left: 288px;
	padding: 0px;
	letter-spacing: 1px;
}
.thrColFixHdr #mainContent a {
	font-weight: bold;
	color: #E60E64;
	text-decoration: underline;
}
.thrColFixHdr #mainContent a:hover {
	color: #000000;
	text-decoration: none;
}
.thrColFixHdr #mainContent ul {
	margin: 0px;
	padding-top: -10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent h1 {
	font-size: 18px;
	color: #E60E64;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
} 
.thrColFixHdr #footer {
	background-image: url(../images/achter_onder.jpg);
	height: 50px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-position: bottom;
	background-repeat: no-repeat;
} 
.thrColFixHdr #footer #sonaxlink {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	position: absolute;
	top: -10px;
	left: 50px;
}
.thrColFixHdr #footer #sonaxlink a {
	color: #541800;
	text-decoration: none;
	font-size: 11px;
}
.thrColFixHdr #footer #sonaxlink a:hover {
	color: #000000;
	text-decoration: underline;
}
.fotoonderschrift {
	text-align: right;
	border: 1px solid #000000;	
}
.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;
}

