@charset "utf-8";
body  {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333333;
	background: #000;
	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 */
}
.thrColFixHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 160px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../layout_images/top_curve.jpg);
	background-repeat: no-repeat;
	background-position: top;
} 
.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; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	list-style-image: url(../layout_images/transparent.gif);
	list-style:
	color: #FFFFFF;
	color: #FFFFFF;
	background-color: #EBEBEB;
	font-weight: bold;
	list-style-type: none;
}
.thrColFixHdr #ActueelMenu {
	height:120px;
	letter-spacing: 1px;
	padding: 5px;
	background-image: url(../layout_images/menu_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.thrColFixHdr #ArchievenMenu {
	height:120px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 1px;
	padding: 5px;
	background-image: url(../layout_images/menu_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 170px;
}
.SteunMenu {
	height:120px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 1px;
	padding: 5px;
	background-image: url(../layout_images/menu_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 170px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 10px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	list-style-image: url(../layout_images/transparent.gif);
	list-style-type: none;
	text-align: justify;
} 
.thrColFixHdr #mainContentGallery {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	list-style-image: url(../layout_images/transparent.gif);
	list-style-type: none;
	text-align: center;
	background-color: #333333;
}
.thrColFixHdr #footer {
	background-color: #DDDDDD;
	background-image: url(../layout_images/bottom_curve.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	letter-spacing: 1px;
	width: 820px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;

}
h1 {
	font-size: 24px;
	color:#CC0033;
}
h2 {
	font-size: 18px;
	color:#CC0033;
}
h3 {
	font-size: 16px;
	color:#FFFFFF;
}
h4 {
	font-size: 12px;
	color:#CC0033;
}
.thrColFixHdr #sidebar1 ul {
	margin-top:5px;
	list-style: none;
	margin-left: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
.thrColFixHdr #sidebar1 li a:hover{

}
.style1 {
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	padding:0px;
	margin-bottom: 10px;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
	color:#333333;
	padding:0px;
	background-color:#FFF0F0;
	width: 170px;
}
.style4 {
	font-size: 16px
}
.style5 {
    color: #000033
}
.style6 {color: #999999}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#mainContent a:link {
	color: #000;
	text-decoration: none;
}
#mainContent a:visited {
	text-decoration: none;
	color: #000;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #000;
}
#mainContent a:active {
	text-decoration: none;
	color: #000;
}
.thrColFixHdr #footer a:link {
	color:#000033;
	text-decoration: none;
}
.thrColFixHdr #footer a:visited {
	text-decoration: none;
	color: #000033;
}
.thrColFixHdr #footer a:hover {
	text-decoration: underline;
	color: #000033;
}
.thrColFixHdr #footer a:active {
	text-decoration: none;
	color: #000033;
}
.thrColFixHdr #sidebar2 a:link {
	color:#000033;
	text-decoration: none;
	font-size:10px;
    font-weight:bold;
}
.thrColFixHdr #sidebar2 a:visited {
	text-decoration: none;
	color: #000033;
	font-size:10px;
	font-weight:bold;
}
.thrColFixHdr #sidebar2 a:hover {
	text-decoration: underline;
	color:#000033;
	font-size:10px;
	font-weight:bold;
}
.thrColFixHdr #sidebar2 a:active {
	text-decoration: none;
	color:#000033;
	font-size:10px;
    font-weight:bold;
}
.thrColFixHdr #bottom {
	margin-top:0px;
	background-color: #000000;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
}
.newslist {
	color: #333333;
	font-size: 11px;
	padding: 5px;
	background-image: url(../layout_images/nieuws_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 170px;
	margin-bottom: 5px;
	list-style-image: url(../layout_images/transparent.gif);
	list-style-type: none;
}

img {border:none;}
#mainContent li {font-size:14px; color:#CC0033;}

