html, body { 
	height:100%; 
	weight:100%;
	min-height:100%;
}
	
* {
	margin: 0px;
	padding: 0px;
}
.spacer { clear: both; }
.mainbody {
	background-color: #666666;
	text-align: center;
}

.maintable {
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	text-align: left;
	width: 768px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	vertical-align: baseline;
	height: 100%;
	margin-bottom: 0px;
}
.header {
	background-image: url(../images/mrcgroep.png);
	height: 87px;
	width: 768px;
	background-repeat: no-repeat;
	float: left;
}
.menu {
	background-image: url(../images/links_menu.png);
	background-repeat: no-repeat;
	width: 228px;
	float: left;
}
#dhtmltooltip{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	line-height: 1.75em;
	text-decoration: none;
	position: absolute;
	left: -300px;
	width: 175px;
	border: 1px solid black;
	padding: 10px;
	background-color: #EEEEEE;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

.content {
	width: 505px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	line-height: 1.75em;
	color: #000000;
}
.content h1{
	font-size: 2em;
	font-weight: bold;
	color: #283289;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../images/h1bullit.png);
	background-image: url(../images/h1bullit.png);
	text-indent: 1em;
	background-repeat: no-repeat;
}
.content p {
	margin-bottom: 1em;
}

#imgmeisje {
	background-image: url(../images/meisje.png);
	height: 340px;
	width: 200px;
	float: right;
	background-position: right top;
	margin-left: 10px;
}
#imgmultiresource {
	background-image: url(../images/multiresourcecenter.png);
	height: 93px;
	width: 150px;
	float: right;
}
a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #283289;
	text-decoration: underline;
}
#imgmultirepair {
	background-image: url(../images/multirepaircenter.png);
	height: 96px;
	width: 150px;
	float: right;
}
#imgmultiremarketing {
	background-image: url(../images/multiremarketingcenter.png);
	height: 98px;
	width: 150px;
	float: right;
}
#imgbusinessman {
	background-image: url(../images/businessman_calling.png);
	float: left;
	height: 165px;
	width: 229px;
}

#outer{
	min-height:100%;
	height:auto;
	width:768px;
	margin-left:auto;/* center it*/
	margin-right:auto;/* center it*/
	position:relative;
	text-align:left;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
}
* html #outer{
	height:100%;
	width:770px;/* box model hack for ie5.+*/
	w\idth:768px
}
#footer {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-decoration: none;
	color: #000000;
}
#clearfooter{clear:both;height:50px;width:100%}
div>p {margin:0}

