/* Start of CMSMS style sheet 'a1-ontwerpgroep' */
html {
	height:100%;
}

body {
	color:#333333;
	font-family:Arial,"Times New Roman";
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;
}

/*
 * Block Layout
 */

div#container {
	height:100%;
	width:800px;
	text-align:left;
	background:#999999;
	margin:0px auto;
}

div#menu {
	float:left;
	width:200px;
	padding:25px 0px;
}

div#content {
	margin-left:200px;
	background:#CCCCCC;
	min-height:500px;
	padding:25px 75px;
	text-align:justify;
}

div#footer {
	line-height:25px;
	height:25px;
	background-image:url(images/footer_bg.gif);
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

/*
 * Components
 */

div.logo_klein {
	height:25px;
	line-height:25px;
	background:#FFFFFF;
	color:#017139;
	font-size:14px;
	font-weight:bold;
	width:180px;
	text-align:center;
	margin:0px auto;
}

div.logo_groot {
	height:40px;
	line-height:40px;
	background:#FFFFFF;
	color:#017139;
	font-size:24px;
	font-weight:bold;
	padding:0px 10px;
	border-bottom:solid 1px #017139
}

div.title {
	height:40px;
	line-height:40px;
	background:#999999;
	font-size:24px;
	text-align:right;
	padding:0px 10px;
	color:#CCFFCC;
	font-weight:bold;
        margin-bottom:20px;
}

div.adres, div.adres a {
	width:175px;
	margin:0px auto;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

/*
 * MainMenu
 */
ul.clearfix {
	list-style:none;
	margin:0px auto;
	padding:0px;
	width:180px;
}

ul.clearfix li a{
	display:block;
	height:26px;
	line-height:26px;
	background-image:url(images/button_bg.gif);
	padding:0px 5px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

ul.clearfix li a:hover{
	background-position: 0px 26px;
}
/* End of 'a1-ontwerpgroep' */

