body {
	margin: 0px;
	padding: 0px;
	*text-align: center;
	background-color: #D0D0C8;
}

div.body {
	margin: 5 auto;
	width: 850px;
	*text-align: left;
}

div.header {
	padding-left: 55px;
	*padding-left: 45px;
	height: 240px;
}
div.sidebar {
	height: 30px;
	padding-left: 60px;
	clear: both;
	margin-top: 5px;
}
div.leftcolumn {
	width:50%;
	float:left;
	text-align: left;
}
div.rightcolumn {
	width:50%;
	float:right;
	text-align: left;
}
div.main {
	margin-top: 5px;
	margin-left: 26px;
	*margin-left: 21px;
	height: 500px;
	padding: 5px;
	text-align: center;
}
div.footer {
	margin-left: 21px;
	margin-top: 5px;
	border-top: 1px solid black;
	padding: 5px;
	text-align: center;
	font-size: x-small;
}

div.button {
	display: inline-block;
	*display:inline;
	margin: 3px;
	width: 100px;
	height: 40px;
	background-color: orange;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	vertical-align: middle;
}
div.double {
	line-height: 20px;
}

div.button a {
	text-decoration: none;
}
div.hover {
	background-color: #75CBF9;
}

.blauw {
	font-style: italic;
	color: blue;
	font-size: 20px;
}

.rood {
	font-style: italic;
	color: red;
	font-size: 26px;
}

.rodeLink {
	text-decoration: none;
}

.marquee {
	background-color: orange;
}
.notice {
	color: green;
	font-size: 22px;
	font-weight: bold;
	background-color: yellow;
}
