/* Layout */
html,body{
	margin: 0;
	padding: 0;
	height: 100%;
}
html{
	overflow-y: scroll;
}
body{
	text-align: center;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FEE298;
}
div.wrapper{
	width: 737px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	clear: both;
}
div.clear{
	clear: both;
}

/* Intro */
table.position{
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}
#bgcolor{
	background-color: #fff;
}

/* Print */
#print a{
	display: block;
	color: #000;
	text-decoration: underline;
	float: right;
	padding-top: 45px;
	padding-right: 55px;
	outline: none;
}
#print a:hover{
	color: #003399;
}

/* Top */
#top{
	height: 77px;
	background-color: #FEE298;
	background-image: url(../img/topback_logomultitrend.gif);
	background-repeat: no-repeat;
	border-bottom: 3px solid #eeeeef;
}

/* Main */
#main{
	background-position: top;
	background-color: #fff;
	background-image: url(../img/bgcurvelicht.gif);
	background-repeat: repeat-y;
	border-left: 3px solid #eeeeef;
	border-right: 3px solid #eeeeef;
	border-bottom: 3px solid #eeeeef;
}
#main div.pageitem{
	padding-top: 46px;
	padding-left: 60px;
}
#main div.pageitem h1{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 12px;
	color: #003399;
}
#main div.pageitem h2{
	font-size: 14px;
	font-style: italic;
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 12px;
	color: #003399;
}
#main div.pageitem p{
	font-weight: normal;
	margin-right: 50px;
}

/* Agents */
#main div.pageitem div.agent{
	margin-top: 10px;
	margin-bottom: 20px;
}
#main div.pageitem div.kopagent{
	font-size: 12px;
	font-weight: bold;
	margin-right: 76px;
	color: #003399;
}
#main div.pageitem div.txtagent{
}

/* Table */
table.fundfacts{
	width: 524px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.fundfacts td{
	border: 1px solid #4E4E76;
	padding: 5px;
	vertical-align: top;
}
table.fundfacts td.col1{
	width: 140px;
	font-weight: bold;
	color: #003399;
}
table.fundfacts td.col2{
	width: 192px;
}
table.fundfacts td.col3{
	width: 192px;
}
table.performance{
	width: 544px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.performance td{
	border: 1px solid #4E4E76;
	padding: 5px;
	vertical-align: top;
}
table.performance tr.col1{
	font-weight: bold;
}
table.performance td.col1{
	width: 106px;
	font-weight: bold;
}
table.performance td.col2{
	width: 186px;
}
table.performance td.col3{
	width: 126px;
}
table.performance td.col4{
	width: 126px;
}
table.performance td.col5{
	width: 126px;
}
table.fundstats{
	width: 524px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.fundstats td{
	border: 1px solid #4E4E76;
	padding: 5px;
	vertical-align: top;
}
table.fundstats td.col1{
	width: 224px;
}
table.fundstats td.col2{
	width: 150px;
}
table.fundstats td.col3{
	width: 150px;
}

table.trackrecord{
	width: 524px;
	border-collapse: collapse;
}
table.trackrecord th{
	padding: 5px;
}
table.trackrecord th.total{
	padding-bottom: 15px;
}
table.trackrecord td{
	border: 1px solid #4E4E76;
	padding: 5px;
	vertical-align: top;
}

img.grafiek{
		border: 1px solid #4E4E76;
}

/* Menu */
#menu{
	width: 131px;
	height: 640px;
	float: left;
	background-repeat: repeat-y;
	background-position: left top;
}

/* Content */
#content{
	width: 600px;
	float: left;
	background-repeat: no-repeat;
	background-position: right;
	background-position: bottom;
}
#content div.pageitem div.red{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #cc0000;
}
/* Bottom */
#bottom{
	width: 737px;
	height: 17px;
	text-align:center; 
	margin-left: auto;
	margin-right: auto;
	background-color: #FEE298;
	position: relative;
	bottom: 0;
}