#body1 {
	background-color: #535353;
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial;
	font-size: 11px;
	color: #ffffff;
}
a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.welcome-text {
	float: left;
	width: 566px;
	height: 200px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding-top: 20px;
}
.home-news {
	float: left;
	width: 230px;
	min-height: 200px;
	padding-top: 20px;
	margin-left: 15px;
	margin-right: 50px;
	margin-bottom: 15px;
	border-bottom: 1px solid #b3b2ad;
}
.home-news hr {
	background-color: #b3b2ad;
	height: 1px;
	border: 0px;
}
#main-container {
	margin: 0px auto;
	width: 920px;
}
#left-side {
	float: left;
}
#right-side {
	float: left;
}
#topmenu {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	height: 54px;
	background-image: url('/images/background-topmenu-home.gif');
	background-repeat: no-repeat;
	background-position: 0px 36px;
	text-align: right;
}
#topmenu-container {
	float: right;
	width: 179px;
	margin-right: 0px;
}
#topmenu .topmenu-link {
	float: left;
	margin-right: 7px;
	padding-top: 14px;
}
#topmenu .topmenu-seperator {
	float: left;
	margin-right: 7px;
	margin-top: 14px;
	width: 1px;
	height: 11px;
	background-color: #ffffff;
}
#header {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	background-image: url('/images/background-header-home.gif');
	height: 386px;
}
#header img {
	margin: 0px 0px 0px 18px;
}
#header #macbath-logo {
	position: absolute;
	margin-left: 545px;
	top: 368px;
}
#header #menu {
	position: absolute;
	margin-left: 18px;
	top: 238px;
	width: 310px;
	background-image: url('/images/leftmenu-bolletje.png');
	background-repeat: repeat-y;
	background-position: 1px -6px;
}
#header #menu .leftmenu-seperator {
	height: 1px;
	width: 291px;
	margin-left: 14px;
	background-image: url('/images/leftmenu-seperator.png');
}
#header #menu .leftmenu-button, #header #menu .leftmenu-button-inactive {
	background-image: url('/images/leftmenu-blue.png');
	background-repeat: no-repeat;
	background-position: 1px 4px;
	height: 26px;
	width: 308px;
}
#header #menu .leftmenu-button-inactive {
	background-image: url('/images/leftmenu-transparent.png');
}
#header #menu .leftmenu-button img, #header #menu .leftmenu-button-inactive img {
	position: relative;
	margin-left: 14px;
	top: 6px; 
}
#header #menu .leftmenu-button a, #header #menu .leftmenu-button-inactive a {
	display: block;
	height: 26px;
}
#inbetween {
	margin: 0px auto;
	width: 920px;
	background-image: url('/images/background-inbetween-home.gif');
	height: 37px;
}
#content {
	margin: 0px auto;
	width: 920px;
	background-image: url('/images/background-content-home.gif');
	min-height: 100px;
}
#content #content-box {
	height: 100%;
	margin: 0px 26px 0px 18px;
	padding-top: 5px;
}
#bottom {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 920px;
	background-image: url('/images/background-bottom-home.gif');
	height: 26px;
	font-size: 10px;
	color: #989898;
	text-align: right;
}
#bottom #footer {
	padding-top: 20px;
	margin: 0px 18px;
}
#bottom #footer a {
	color: #989898;
	text-decoration: none;
}
#bottom #footer a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.bigger {
	font-size: 15px;	
}
.grey {
	color: #535353;
}
