@charset "utf-8";
img, div { behavior: url(stijl/iepngfix.htc); }
h3 {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 26px;
	text-decoration: none;
	background-color: #F54063;
	margin-top: 0px;
	margin-bottom: 0px;
}
body  {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 14px;
	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;
	background-color: #C0C0C0;
	background-image: url(../template/images/bgbody5.jpg);
	background-repeat: repeat-x;
}

p {
	font-size: 14px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #F54063;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.content_title {
	font-size: 16px;
	font-weight: bold;
	color: #F54063;
	margin-bottom: 15px;
}
.content_subtitle {
	font-weight: bold;
	color: #F54063;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
} 
.twoColFixRtHdr #header { 
	/*padding: 0 10px 0 20px;*/  /* 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-image: url(../template/images/header6.png);
	background-repeat: no-repeat;
	height: 107px;
	width: 800px;
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 189px; /* 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: #BFBFBF;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px;*/
	margin-left: 10px;
	margin-right: 55px;
	_margin-left: 25px;
	_margin-right: 25px;
	margin-top: 0px;
	
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	_margin: 0 0px 0 0;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-color: #EFEFEF;*/
	_padding: 0 0px
} 

.twoColFixRtHdr #container {
	width: 800px;
	margin: 0 auto; /* 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. */
	background-color: #FFF;
	position: relative;
	
	} 

.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:0px;
    font-size: 1px;
    line-height: 0px;
}
.header {
	background-image: url(../template/images/header6.png);
	background-repeat: no-repeat;
	height: 107px;
	width: 800px;
}
.teaser {
	/*background-color: #EFEFEF;*/
	height: 280px;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
	margin-top: 5px;
	
}
.divmain {
	/*-moz-border-radius:1ex;
	-webkit-border-radius:1ex;*/
	/*float: left;*/
	/*width: 485px;*/
	_width: 475px;
	background-color: #EFEFEF;
	margin-left: 40px;
	_margin-left: 55px;
}
.divside {
	/*-moz-border-radius:1ex;
	-webkit-border-radius:1ex;*/
	background-color: #BFBFBF;
	*margin-top: -29px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	/*float: right;
	width: 189px;*/
	/*margin-left: 10px;
	margin-right: 55px;
	_margin-left: 25px;
	_margin-right: 25px;
	margin-top: 0px;*/
			}
.headermenu {
	font-size: 14px;
	color: #666;
	text-align: right;
	height: 30px;
	padding-top: 5px;
	padding-right: 55px;
}

.divfooter {
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
	background-color: #FFF;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
 .divfooter a:link, .divfooter a:visited {
	font-size: 10px;
	color: #1B2A39;
	text-decoration: none;
}
.divfooter a:hover {}

.maintext {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	overflow: hidden;
}
.sidetext {
	padding: 5px;
	width: 189px;
}
.sidetext2 {
	/*height: 220px;*/
}
.zoekvenster {
	background-color: #EFEFEF;
	background-image: url(../template/images/zoek.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 96px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: 1px 1px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.zoekknop {
	background-image: url(../template/images/zoekknop.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 30px;
}
sup {
	margin: 0px;
	padding: 0px;
}.newsimgwrap {
	background-color: #FFF;
	padding: 7px;
	border: 2px solid #999;
	width: 134px;
}
.sidetable_text {
	font-size: 12px;
	color: #FFF;
	/*background-color: #BFBFBF;*/
	height: auto;
}
.divsidecontainer {
	height: auto;
}.wrapsidedivs {
	background-color: #BFBFBF;
	height: auto;
}
