/* base stylesheet mmb.nl */

/* hele pagina */
body {
	margin: 0px;
	padding: 0px;
	background-image: url('/gfx/background_all.jpg');
	background-repeat: repeat-x;
	background-color: #79B8E3;
	font: 12px/1.3 Arial;
	color: #000000;
	min-height: 100%;
	height:auto;
	height:100%;
	
}

/* hoofdgedeelte (met content) */
#main {
	position: relative;
	width: 962px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: auto;
}


/* header */
#header {
	width: 962px;
	height: 70px;
	padding: 8px 0px 0px 0px;
}

.header_logo {
	float: left;
	width: 280px;
	height: 53px;
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	background: url('/gfx/logo_top.gif') no-repeat 0px 0px;
}

/* content */
#page {
	float: left;
	width: 962px;
	padding: 22px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background:url('/gfx/background_main.jpg') no-repeat 0px 0px;
	background-color: #C8E3F1;
}

#singlecolumn {
	float: left;
	width: 938px;
	text-align: justify;
	padding: 0px 0px 0px 12px;
}


/* footer */

#footer	{
	float: left;
	width: 962px;
	height: 20px;
	padding-top: 14px;
	text-align: center;
	color: #ffce00;
	font-size: 11px;
	background:url('/gfx/background_bottom.jpg') no-repeat 0px 0px;
}

/* opmaak algemeen */

.spc4	{
	height: 4px;
}

.spc8	{
	height: 8px;
}

.headerx	{
	color: #4E7DC2;
	font-size: 12pt;
	font-weight: bold;
}

.headerx14	{
	color: #4E7DC2;
	font-size: 14pt;
	font-weight: bold;
}

a {
	color: #3E6BAE;
	text-decoration: underline;
}

a:visited {
	color: #3E6BAE;
	text-decoration: underline;
}

td {
	font: 11px Arial;
	}

ul {margin-top: 0;}
