* {
	margin:0;
	padding:0;
}

html,
body {
	font-size:small;
	line-height:140%;
	font-family:Arial, sans-serif;
	text-align:center;
	height:100%;
	color:#666;
	background:white;
}

/* big blocks */
/*CHECKED*/
#container {
	width:1000px;
	padding:0 1px;
	margin:0 auto;
	font-size:85%;
	line-height:140%;
	text-align:left;
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
	background:url("http://www.val.be/extranet/img/shadow2.gif");
}
/*CHECKED*/
#header {
	padding:0 0 1px;
	width:100%;
	color:#666;
	background:url("http://www.val.be/extranet/img/backgrond_header.jpg") #fff 100% 0 no-repeat;
        border-bottom:2px solid #003d7d;
}
/*CHECKED*/
#logo {
	width:194px;
	height:37px;
	padding:13px 0 0 14px;
	margin-bottom:2.25em;
	display:block;
	text-decoration:none;
}

/*CHECKED*/
#logo {
        margin-bottom:1.95em;
}
/*CHECKED*/
#logo img {
	position:relative;
	z-index:12999;
        border:0;
	}
/*CHECKED*/
#content {
	margin-top:20px;
        margin-left:30px;
        margin-right:20px;
        margin-bottom:25px;
        width:960px;
	position:relative;
	height:1%;
}
/*CHECKED*/
#maincontent {
	font-size:100%;
	line-height:170%;
        float:left;
        width:680px;
}

.imgmodule{
	font-size:100%;
	line-height:170%;
        float:left;
        width:48px;
        margin-right:15px;
}

/*CHECKED*/
#maincontent h1 {
	font-family: "Gill Sans Regular","Gill Sans","Gill Sans MT",Arial,sans-serif;
        font-size: 195%;
	font-weight: bold;
	line-height: 115%;
        margin-top:10px;
	color: #000;
	text-indent: 0;
}

/*CHECKED*/
#maincontent h2 {
 	font-family: "Gill Sans Regular","Gill Sans","Gill Sans MT",Arial,sans-serif;       font-weight: normal;
        font-size:170%;
	line-height:0%;
	color:#003d7d;
	background:transparent;
        margin-top:10px;
}

/*body.portal #maincontent {
	width:auto;
	float:none;
	padding-top:0;
}*/

/*CHECKED*/
#subcontent {
	width:230px;
	float:right;
	font-size:100%;
	line-height:170%;
	margin-top: 0px;
	position:relative;
        padding-right:10px;
}


/*CHECKED*/
#footer {
	color:#fff;
	background-color:#003d7d;
	padding-top:5px;
	font-size:90%;
	line-height:130%;
        width:1000px;
	position:absolute;
	bottom:0;
}

