body
{
   font-family: Arial, Helvetica, Sans-serif;
   font-size: 10pt;
   background-color: #809CC9;
	 color: #000080;
   margin: 0;
   padding: 0;
   text-align: center; /* Voor IE5 */
}

div#site
{
   max-width: 1024px; /* Standard CSS */
   width: expression(document.body.clientWidth > 1024 ? "1024px": "auto" ); /* For IE5+ */
   margin: auto;
   text-align: left; /* Voor IE5 */
}

div#top
{
   width: 100%;
   height: 60px;
   background-color: #93ADD0;
   
}

img
{
   margin: 0;
   padding: 0;
   border: 0;
}

img#logo
{
   float: right;
   height: 60px;
}

img.vol_lit_boe
{
   height: 120px;
}

img.vol_lit_cds
{
   width: 120px;
   height: 120px;
}

div#topinfo
{
   font-size: 8pt;
   height: 60px;
   margin: 0;
   background-color: transparent;
   padding: 0px;
   vertical-align: bottom;
}

img.topinfoicon
{
   width: 16px;
   height: 16px;
   
}

div#topinfosub
{
   padding: 2px 4px 2px 4px;
   vertical-align: bottom;
   height: 37px;
}

div.clear
{
   clear: both;
}

div.fullline
{
   clear: both;
   width: 100%;
   
   border: 0px none;
   font-size: 0px;
   background-color: #000000;
   line-height: 1px;
   height: 1px;

   margin: 0px 0px 0px 0px;
   padding: 0;
}

div#main
{
   width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #BFCAE2;
	border: 0px none;
   text-align: left;
}

div#mainnoshortcuts
{
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #809CC9;
	border: 0px none;
	text-align: left;
}

div#shortcuts
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 234px;
	margin: 0px;
	padding: 20px 4px 0px 4px;
	background-color: #BFCAE2;
	text-align: left;
}

div#content
{
   background-color: #DEDEE2;
   margin: 0px 0px 0px 242px;
   padding: 0;
   text-align: left;
}

div#subcontent
{
   background-color: #DEDEE2;
   margin: 0;	   
   padding: 4px 10px 4px 10px;
   text-align: left;
}

table#contentheadertable
{
   width: 100%;
   border: 0;


}

div#contentnoshortcuts
{
   background-color: #DEDEE2;
   padding: 4px 10px 4px 10px;
   text-align: left;
}

div#footer
{
	background-color: #809CC9;
	text-align: center;
}

a:link
{
	 color: #000080;
	 background-color: transparent;
}

a:visited {color: #000080; }
a:hover {color: #0000ee; }
a:active {color: #0000ee; }

a.shortcut { background-color: transparent; font-size: 9pt; }
a.shortcut:link { color: #000080; }
a.shortcut:visited { color: #000080; }
a.shortcut:hover { color: #0000ee; }
a.shortcut:active { color: #0000ee; }



