/* box layout */

div { margin: 0px; padding: 0px; }

#boxwrap   { width: 950px; margin-top: 10px; margin-left: auto; margin-right: auto; padding: 0px; }

#boxinnerwrap   { width: 930px; margin: 0px; }

#boxbody   { width: 930px; float: left; }

#boxcenter { width: 930px; float: right; margin: 0px; }

#boxheader { width: 930px;  clear: both; margin: 10px; margin-bottom: 0px;}
#boxfooter { width: 930px;  clear: both; margin-left: 10px;}

#content {margin-bottom: 0px; }

#content .textcontent {padding: 10px; width: 500px; margin-left: 190px;}
#content .voogdform {padding: 0px;}

#boxcenter .minheight { float: right; width: 0px; height: 0px }
.boxclear  { clear: both; line-height: 0px }

#home {
width: 180px;
height: 150px;
}

#headerright {
width: 740px;
height: 150px;
float: right;
}

#menu {
margin-top: 115px;
margin-left: 10px;
text-align: left;
}    

#footer {
margin-left: 0px;
}


/* box style */

#boxwrap   { background: #fff; }
#boxinnerwrap { background: #fff; }

#boxbody   { background: #fff; }
#boxheader { background: #fff; }
#boxfooter { background: #fff; }
#boxcenter { background: #fff; }
#boxleft   { background: #fff; }
#boxright  { background: #fff; }

#cmsUser {float: right; width: 180px;}
#home {float: left;}

/* formatting */
#boxwrap { text-align: left; margin-bottom: 2em; }

#scrolling div#boxleft, #scrolling div#boxright { overflow: auto; height: 4em;}

