body {
	background: #35c89b;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h1 {
	font-size: 20px;
	margin-bottom: -13px;
	padding-bottom: -13px;

}
h2 {
	font-size: 17px;
	margin-bottom: -13px;
	padding-bottom: -13px;
}
h3 {
	font-size: 14px;
	margin-bottom: -13px;
	padding-bottom: -13px;
}


.oneColFixCtr #container {
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #35c89b;
	margin: 0 auto;
	text-align: left;
	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;
}
.oneColFixCtr #mainContent {
	float: left;
	width: 865px;
	padding: 0;
	background-color: #e1f7f0;
}
#tekstDiv {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: larger;
	position: relative;
	left: -180px;
	width: 640px;
	top: 30px;
}
#rechterKolom {
	float: left;
	width: 60px;
	background-color: #35c89b;
}
#kolom1 {
	margin: 0px;
	padding: 0px;
	width: 165px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
#kolom2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 535px;
	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-color: #FFFFFF;
}
#kolom3 {
	margin: 0px;
	padding: 0px;
	width: 165px;
	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;
	float: left;
}
#linkerKolom {
	float: left;
	width: 60px;
	background-color: #35c89b;
	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;
	display: none;
}
#menu1Blok {
	height: 165px;
	width: 165px;
	background-color: #0000FF;
}
.mainmenu a, .mainmenu a:link, .mainmenu a:visited{
	font-weight: bold;
	color: #004669;
}
.mainmenu a:hover{
	font-weight: bold;
	color: #35c89b;
}
.menu {
	display: none;
}
.menu1 {
	display: none;
}
.mainmenu {
	display: none;
}
