/* --------------------------- centered main  */
#main {/*color related*/
	margin:0 auto;
	width:970px;
    position:relative;
}
#toprow {
    width:850px;/*970-120*/
	width:960px;/**/
	padding:10px 0 0 0;/**/
	position:absolute;
}
/* --------------------------- centered imgheader and brand  */
#imgheader {/*color related*/
	width: 970px;
	height:235px;
	position:relative;
	margin:0 auto; /* centreren van het concept */
}
/* --------------------------- centered imgheader and brand  */
#brand_ACT { 
	height:81px;
	left:39px;
	top:110px;
	position:absolute;
	width:412px;
}
/* --------------------------- logintop  */
#loginTop {
	height:55px;
}
/* --------------------------- bck footerline  */
#footer {/*color related*/
	margin:0 auto;
	width:970px;
	height:45px;
	padding-top:15px;
}
/* --------------------------- white rounded boxes  */
.whitebox {
	width:864px;
	margin-top:3em;
}
.whitebox .top {
	margin:0 5px 0.7em 0;
}
.whiteinnerbox {
	width:864px;
	background:url(../site_images/bck_whiteinnerboxS.gif) top left repeat-y;
}
#contentBody .margin .whiteinnerbox .margin {/*20081020*/
	padding:1.5em 24px 1em 24px;/*vroeger 1.5em 24px*/
}
.whiteinnerboxT {
	width:844px;/*total width 864px*/
	background:url(../site_images/bck_whiteinnerboxST.gif) top left no-repeat;
	padding:2em 0 0.5em 20px;/*wordt enkel gebruikt voor loginpagina*//*20081020*/
}
.whiteinnerboxB {
	width:864px;
	background:url(../site_images/bck_whiteinnerboxSB.gif) bottom left no-repeat;
	height:10px;
}
.whiteinnerboxTabs {
	background:url(../site_images/bck_whiteinnerboxTabs.gif) top left no-repeat;
	height:33px;
}
.whiteinnerboxTabs a {
    display:block;
    float:left;
    height:21px;/*total height:33px*/
    color:#646464;
    text-decoration:none;
    text-align:center;
    padding:12px 10px 0 10px;
    font-weight:bold;
    background:url(../site_images/bck_tablink.gif) top left no-repeat;
    border-right:1px solid transparent;
}

*html .whiteinnerboxTabs a { /*ie6 hack*/
    border-right:none;
}

.whiteinnerboxTabs a:hover {
    background:url(../site_images/bck_tablinkhover.gif) top left no-repeat;
    color:#126eb0;
    border-right:1px solid #cfcece;
}

.whiteinnerboxTabs a.active {
   background:url(../site_images/bck_tablinkhover.gif) top left no-repeat;
   color:#126eb0;
   border-right:1px solid #cfcece;
}

.whitebox h1 {margin:0.1em 0 0.5em 0;}
.whitebox h2 {margin:0.1em 0 0.5em 0;}
/* --------------------------- forms  */
.whiteinnerbox table.formtable {/*20081105*/
    font-size:0.8em;
}
.whiteinnerbox table.formtable td.input{/*20081105*/
    font-size:1em;
}
.whiteinnerbox table.formtable .inputfield {/*20081105*/
    font-size:1.1em;
}