	
	/**************************************/
	/***			OIGO CSS			***/
	/**************************************/
	
	
	/****	BODY / HTML					***/
	
	body {
		background-color: #BFBF85;
		margin: 10px 0;
		padding: 0;
		border: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 16px;
		color: #000000;
	}
	
	html {
		overflow: -moz-scrollbars-vertical;
	}
	
	a {
		text-decoration: none;
	}
	
	a:link, a:visited {
		color: #003333;
	}

	a:hover, a:active {
		color: #666600;
		text-decoration: underline;
	}
	
	a.SubtleLine {
		border-bottom: 1px dashed #999;
	}
	
	a.SubtleLine:hover {
		text-decoration: none;
		font-weight: bold;
	}
	
	
	/****	MAIN LAYOUT					***/
	
	#logoContainer {
		display: none;
		visibility: hidden;
		height: 0px;
		width: 0px;
	}
	
	#pageBackground {
		position: relative;
		background-image: url('/images/BgHeader.gif');
		background-repeat: repeat-x;
		background-position: top;
		margin: 0px auto;
	}
	
	#pageWrapper {
		position: relative;
		width: 980px;
		background-image: url('/images/bg_header.gif');
		background-repeat: repeat-x;
		background-position: top;
		margin: 0px auto;
	}
	
	#pageHeader {
		position:inherit;
		font-weight: bold;
		color: #FFFFFF;
		height: 130px;
		padding: 0px 5px;
		text-align: center;
		
	}
	
	#pageHeaderLeft {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 120px;
		height: 130px;
	}
	
	#pageHeaderRight {
		position: absolute;
		top: 85px;
		left: 200px;
		width: 580px;
		height: 45px;
		font-size: 18pt;
	}
	
	#pageHeaderSitemap {
		position: absolute;
		top: 7px;
		right: 10px;
		font-weight: normal;
		font-size: 11px;
		color: #999;
	}
	
	#pageMenu {
		position: relative;
		background-color: #505018;
		text-align: center;
		
		margin: 5px 0px;
		height: 28px;
		padding: 12px 5px 0px 5px;
		
		color: #FFFFFF;
		font-weight: bold;
		font-size: 11px;
		
		border-top: 2px solid #000000;
		border-bottom: 2px solid #000000;
	}
	
	#pageMenu img {
		border: none;
		vertical-align: middle;
		margin: 0px 7px;
	}
	
	#pageMenu a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#pageMenu a:hover {
		color: #BFBF85;
	}
	
	#pageMenu .divide {
		color: #990;
		margin: 0px 7px;
	}
	
	#pageContent {
		position: relative;
		background-color: #FFFFFF;
		min-height: 400px;
		_height: 400px;
		_zoom: 1;
		text-align: left;
		padding: 10px;
		
		text-align: left;
		
		border: 1px solid #505018;
		border-left: none;
		border-right: none;
		
		overflow: auto;
		_overflow: visible;
	}
	
	#pageFooter {
		background-color: #505018;
		color: #FFFFFF;
		font-size: 10px;
		
		margin: 5px 0;
		
		padding: 12px 5px;
		
		border: 2px solid #000;
		border-left: none;
		border-right: none;
	}
	
	#pageFooterLeft {
		float: left;
		text-align: left;
	}
	
	#pageFooterRight {
		float: right;
		text-align: right;
	}
	
	#pageFooterRight a {
		color: #FFF;
	}
	
	
	/****	PAGE LAYOUT					***/
	
	h1 {
		font-size: 16px;
		font-weight: bold;
		margin: 0px;
	}
	
	h2 {
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 15px 0px;
	}
	
	h3 {
		font-size: 12px;
		font-weight: bold;
		margin: 0px 0px 13px 0px;
		color: #3399CC;
	}
	
	h4 {
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 13px 0px;
		color: #F60;
	}
	
	h5 {
		font-size: 10px;
		font-weight: bold;
		margin: 0px 0px 7px 0px;
		color: #336;
	}
	
	h6 {
		font-size: 11px;
		font-weight: bold;
		color: #000;
		margin: 0px 0px 3px 0px;
	}
	
	p {
		margin: 2px 0px 13px 0px;
	}
	
	div {
		padding: 0px;
		margin: 0px;
	}
	
	table {
		font-size: 12px;
	}
	
	img {
		border: none;
	}
	
	ul li {
		margin-bottom: 5px;
	}
	
	#contentFrameLeft {
		width: 700px;
		padding: 10px;
		text-align: left;
		float: left;
	}
	
	#contentFrameMiddle {
		width: 440px;
		padding: 10px;
		text-align: left;
		float: left;
	}
	
	#contentFrameRight {
		position: relative;
		width: 700px;
		padding: 10px;
		text-align: left;
		float: right;
	}
	
	#contentColumnRight {
		position: relative;
		width: 220px;
		padding: 10px;
		text-align: left;
		float: right;
	}
	
	#contentColumnLeft {
		width: 220px;
		padding: 10px;
		text-align: left;
		float: left;
	}
	
	#contentColumnLeftMenu {
		width: 209px;
		border-right: 1px solid #BFBF85;
		padding-right: 10px;
		font-weight:bold;
		padding-top: 0px;
		padding-bottom: 15px;
		color: #BFBF85;
	}
	
	#contentColumnLeftMenu a  {
		color: #999966;
		display: block;
		padding: 0px 0px 0px 10px;
		margin-bottom: 5px;
		border-left: 15px solid #999966;
		text-decoration: none;
	}
	
	#contentColumnLeftMenu a:hover  {
		color: #663;
		border-color: #663;
	}
	
	#contentColumnLeftMenu a#activeLink  {
		color: #330;
		border-color: #330;
	}
	
	.leftMenuSublist {
		margin-top: -5px;
		padding-top: 10px;
		padding-bottom: 5px;
		margin-left: 14px;
		border-left: 1px solid #330;
		padding-left: 10px;
		color: #000;
		font-size: 0.9em;
	}
	
	.leftMenuSublist .LeftMenuSubTitle {
		display: block;
		margin: 10px 5px;
		color: #030;
	}
	
	#contentColumnLeftMenu .leftMenuSublist a {
		color: #999966;
		display: block;
		padding: 0px 0px 0px 10px;
		margin-bottom: 5px;
		margin-left: -15px;
		border-left: 10px solid #999966;
		text-decoration: none;
	}
	
	#contentColumnLeftMenu .leftMenuSublist  a:hover  {
		color: #663;
		border-color: #663;
	}

	
	#contentColumnLeftAdds {
		width: 220px;
		margin-top: 35px;
		margin-left: -10px;
		padding: 0;
		text-align: center;
	}
	
	#contentFrameColumnLeft, #contentFrameColumnRight {
		width: 340px;
	}
	
	#contentFrameColumnLeft {
		float: left;
	}
	
	#contentFrameColumnRight {
		float: right;
	}
	
	#indexAndySierens {
		margin-bottom:15px;
		padding:10px;
		border:2px solid #CCC;
		background-color: #dfeef5;
		background-image:url(/images/bg_mijnboane.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	
	
	/****	FIELDSET					***/
	
	.myFieldset {
		border: 1px solid #CCCCCC;
		padding: 15px 10px 10px 10px;
		position: relative;
		top: 0px;
		left: 0px;
		z-index: 1;
		/* IE HACKS */
		min-height: 0;	/*IE7*/
		_height: 0;		/*IE6*/
		
	}
	
	.myFieldsetLegend {
		position: absolute;
		top: -10px;
		left: 5px;
		padding: 0px 5px 2px 5px;
		background-color:#FFF;
		font-size: 12px;
		z-index: 0;
		border: 1px solid #CCCCCC;
		border-top: none;
		border-bottom: none;
	}
	
	.myFieldsetLegend, .myFieldsetLegend a {
		font-weight: bold;
		color: #3366FF;
	}
	
	
	/****	GALLERY						***/
	
	.galHeader {
		width: 900px;
		height: 20px;
		margin: 20px auto 0px auto;
		padding: 10px 5px;
		text-align: center;
		font-weight: bold;
		font-size: 14px;
		color: #09F;
		border: 1px solid #CCC;
	}
	
	.galNavigation {
		position: relative;
		width: 900px;
		height: 20px;
		margin: 0px auto;
		padding: 5px;
		text-align: center;
		border: 1px solid #CCC;
	}
	
	.galNavLeft {
		position: absolute;
		top: 5px;
		left: 10px;
		width: 190px;
		height: 20px;
		text-align: left;
	}
	
	.galNavRight {
		position: absolute;
		top: 5px;
		right: 10px;
		width: 190px;
		height: 20px;
		text-align: right;
	}
	
	.galBackUp {
		width: 900px;
		height: 20px;
		margin: 0px auto;
		padding: 5px;
		text-align: left;
		font-size: 11px;
	}
	
	.galContent {
		width: 870px;
		padding: 20px;
		margin: 0px auto 15px auto;
		text-align: center;
		border: 1px solid #CCC;
	}
	
	.galContent div {
		width: 120px;
		height: 120px;
		overflow: auto;
		float:left;
		padding: 5px;
		margin: 5px;
		border: 1px solid #CCC;
		font-size: 10px;
	}
	
	
	/****	CONTACT FORM				***/
	
	.contactInput, .contactText, .contactButton {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	
	.contactInput, .contactText {
		width: 350px;
		padding: 5px;
		margin: 0px;
		border: 1px solid #CCC;
		color: #039;
	}
	
	.contactError {
		font-weight: bold;
		font-size: 10px;
		color: #F00;
	}
	
	/****	LAYOUT						***/
	
	.doClear, .doClearBreak {
		clear: both;
		height: 1px;
		margin: 0px;
		padding: 0px;
	}
	
	.returnBox {
		width: 380px;
		padding: 10px;
		text-align: left;
		border: 1px solid #090;
		margin: 15px auto;
	}
	
	.errorBox {
		width: 380px;
		padding: 10px;
		text-align: left;
		border: 1px solid #F00;
		margin: 15px auto;
	}
	
	.BorderBox01, .BorderBox02 {
		float: right;
		width:200px;
		margin-bottom: 10px;
		border: 1px dashed #666666;
		padding: 10px;
		font-size: 11px;
		line-height: 15px;
	}
	
	.BorderBox02 {
		border: 1px solid #666666;
	}
	
	.goToLink {
		margin: 10px 0px 0px 0px;
		text-align: right;
		font-size: 11px;
	}
	
	.bottomLeftItem {
		position: absolute;
		left: 35px;
		bottom: 35px;
		font-weight: bold;
		clear: both;
	}
	
	.divider {
		border-top: 1px dashed #69C;
		margin: 15px 10px;
		height: 1px;
	}
	
	/****	PUBLIEKE REACTIES			***/
	
	.userLetter {
		border: 1px solid #CCC;
		border-right-width: 3px;
		border-bottom-width: 3px;
		padding: 20px;
		margin: 5px 0px 15px 0px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
	.userStamp {
		float: right;
		margin: -7px -7px 10px 10px;
	}
	
	.userAddress {
		border: 1px dashed #CCC;
		padding: 7px;
		width: 507px;
		margin: 0px 0px 20px -7px;
		color: #069;
	}
	
	.userMessage {
		width: 520px;
		color: #036;
	}
	
	
	/****		HOMEPAGE				****/
	
	.homeKalender, .homeUpdates {
		background-image: url('/images/whiteshade.png');
	}
	
	.homeKalender, .homeUpdates {
		font-size: 10px;
		line-height: 15px;
	}
	
	.homeUpdatesList {
		padding-left: 15px;
		line-height: 10px;
		list-style-type: square;
	}
	
	.homeBedrag {
		display: block;
		margin-top: 10px;
		margin-bottom: 5px;
		
	}
	
	.homeBedrag, .homeBedrag a {
		font-weight: bold;
		font-size: 16pt;
		color: #390;
	}
	
	.listHomeOptions {
		padding-left: 15px;
		font-size: 11px;
		list-style-type: square;
		line-height: 13px;
	}
	
	.listHomeOptions li {
		padding-bottom: 0px;
		margin-bottom: 3px;
	}
	
	
	/****		KALENDER				****/
	
	.kalSublist {
		margin-top: 5px;
		margin-bottom: 5px;
		line-height: 12px;
		list-style-type:square;
	}
	
	
	/****		LOTGENOTEN				***/
	
	.lotItem {
		border:1px solid #069;
		font-size:11px;
		padding: 10px;
	}
	
	/****		BOETIEK					***/

	.bestelFrame, .specialBox {
		position: relative;
		border: 1px solid #C90;
		padding: 10px;
		font-size: 11px;
		margin-bottom: 17px;
	}
	
	.bestelFrame ul {
		line-height: 10px;
		list-style-type: square;
	}
	
	.bestelFrame table {
		font-size: 11px;
	}
	
	.itemColumn01, .itemColumn02, .itemColumn03 {
		position: relative;
		float: left;
		width: 200px;
		height: 475px;
		padding: 10px;
		margin-bottom: 17px;
		border: 1px solid #C90;
	}
	
	.itemColumn01, .itemColumn02 {
		margin-right: 17px;
	}
	
	.specialBox, .itemColumn01, .itemColumn02, .itemColumn03 {
		text-align: left;
		font-size: 11px;
	}
	
	.miniGallery {
		position:absolute;
		width: 200px;
		height: 200px;
		bottom: 10px;
		left: 10px;
	}
	
	.bestelNu {
		cursor: pointer;
	}
	
	.prijsKaartje {
		position: absolute;
		width: 60px;
		height: 20px;
		top: 10px;
		right: 10px;
		font-size: 14px;
		font-weight: bold;
		text-align: right;
		color: #693;
	}
	
	.myLabel {
		text-align: right;
		font-weight: bold;
		vertical-align: top;
		width: 175px;
	}
	
	.myFields, .myFieldsLen2, .myFieldsLen4 {
		width: 400px;
		font-size: 12px;
		color: #069;
		padding: 3px;
	}
	
	.myFieldsLen2 {
		width: 25px;
	}
	
	.myFieldsLen4 {
		width: 50px;
	}
	
	#htmlChart {
		width: 406px;
		min-height: 23px;
	}
	
	
	/****		MAIN ELEMENTS			***/
	
	.bold {
		font-weight: bold;
	}
	
	.italic {
		font-style: italic;
	}
	
	.horDivide {
		clear: both;
		border-bottom: 1px solid #CCC;
		padding-top: 15px;
		margin-bottom: 15px;
	}
	
	.imgBorder {
		border: 1px solid #660;
	}
	
	.imgRight {
		float: right;
		margin: 4px 0px 0px 10px;
	}
	
	.imgLeft {
		float: left;
		margin: 4px 10px 0px 0px;
	}
	
	.kikker {
		width: 220px;
		text-align: center;
	}
	
	.kikker span {
		display: block;
		font-weight: bold;
	}
	
	.kikkerBottom {
		position: absolute;
		bottom: 15px;
		right: 20px;
	}
	
	.small {
		font-size: 0.8em;
	}
	
	.right {
		text-align: right;
	}
	
	span.indent {
		display: inline-block;
		width: 25px;
	}
	
	label.indent {
		margin-left: 25px;
	}
		