body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background: #FFFFFF;
	max-width: 1200px;
}

#maincontainer{
	width: expression(document.body.clientWidth > 1201? "1200px" : "auto");
	/*bovenstaande lijn is om een maximale breedte in IE6 te verkrijgen*/
}

#topsection{
	background: #F0D97B;
	height: 175px; /*Height of top section*/
	border: 1px solid #bebebe;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin: 0 200px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	background: #FFFFFF;
}

#leftcolumn{
	float: left;
	width: 198px; /*Width of left column*/
	margin-left: -100%;
	background: /*#E8C535*/#F0D97B;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

#rightcolumn{
	float: left;
	width: 198px; /*Width of right column*/
	margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
	background: #FFFFFF;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

#footer{
	clear: left;
	background: #FFFFFF;
	color: #000000;
	text-align: center;
	padding: 4px 4px 4px 4px;
	border-top: 1px solid #bebebe;
}

#td_center{
	text-align: center;
}

#td_right{
	text-align: right;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

#menusub{
	background: #E0E0E0;
	border: 1px solid #bebebe;
	font-weight: bold;
	font-size: 90%;
	padding: 2px 0px 0px 2px;
}

#menusub ul{
	list-style-type: none;
}

#menusub ul li a{
	color: #000000;
	text-decoration: none;
}

#menusub ul li a:hover{
	color: #0033FF;
	text-decoration: underline;
}

#menusub ul li a:visited{
	color: #000000;
	text-decoration: none;
}

#baantoestand{
	background: #E0E0E0;
	border: 1px solid #bebebe;
	padding: 0px 0px 0px 3px;
}

#baantoestand table{
		border: 0px;
}

#baantoestand td{
		border: 0px;
}

#igolf{
	background: #E0E0E0;
	border: 1px solid #bebebe;
	padding: 0px 0px 0px 3px;
	text-align: center;
}

#igolf table{
		border: 0px;
}

#igolf td{
		border: 0px;
}

#footerdiv{
	width: 99%;
	background: #E0E0E0;
	border: 1px solid #bebebe;
	color: #000000;
	text-align: center;
	font-size: 70%;
}

#kader{
	background: #E0E0E0;
	border: 1px solid #bebebe;
	padding: 0px 0px 0px 3px;
}

#kader a{
	color: #000000;
	text-decoration: underline;
}

#kader a:hover{
	color: #0033FF;
	text-decoration: underline;
}

#kader a:visited{
	color: #000000;
	text-decoration: underline;
}

#ul_none{
	list-style-type: none;
}

table{
	border: 1px solid #bebebe;
}

td{
	border: 1px solid #bebebe;
	text-align: left;
}

td a{
	color: #000000;
	text-decoration: underline;
}

td a:hover{
	color: #0033FF;
	text-decoration: underline;
}

td a:visited{
	color: #000000;
	text-decoration: underline;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #0033FF;
	text-decoration: underline;
}

a:visited{
	color: #000000;
	text-decoration: underline;
}

