* {
	padding: 0;
	margin: 0;
}
body {
	font: 75% "Lucida Grande", sans-serif;
	line-height: 150%;
	behavior: url(/js/csshover.htc);
	background: url(/images/body_bg.gif) repeat-x;
}
#wrap {
	width: 910px;
}
#header {
	background: #ffffff url(images/defaultheader.jpg) no-repeat;
	height: 80px;
}
#header h1, #header span {
	display: none;
}
#menu {
	border-top: 0px solid red;
	border-bottom: 0px solid red;
	background: #fff url(images/menu_bg.jpg) repeat-x;
	color: #fff;
	height: 29px;
	line-height: 29px;
}
#menu ul {
	list-style: none;
}
#menu ul li {
	float: left;
	position: relative;
}
#menu ul li a {
	color: #fff;
	margin-left: 15px;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #ff0000;
}
#menu ul ul {
	display: none;
	position: absolute;
	top: 29px;
	left: 0;
	opacity: 0.90;
	filter: alpha(opacity=80);
	width: 300px;
	z-index: 5;
	background: #000;
	border-bottom: 0px solid red;
	padding-top: 5px;
	padding-bottom: 15px;
}
#menu ul li ul li {
	float: none;
	border-bottom: 1px solid #ffffff;
	margin: 0 15px;
}
#menu ul li:hover ul {
	display: block;
}
#main {
	margin-top: 20px;
	width: 910px;
}
#leftbar {
	width: 220px;
	float: left;
	padding-left: 10px;
	
}
#leftbar h1 {
	background: url(images/leftbar_header_bg.gif) repeat-x;
	font-size: 110%;
	line-height: 26px;
	color: #fff;
	font-weight: normal;
	padding-left: 15px;
	margin-bottom: 1em;
}
#leftbar p {
	color: #242424;
	margin-bottom: 1.5em;
	margin-left: 1em;
}
#leftbar ul {
	padding-left: 2em;
}
#leftbar table {
	padding-left: 1em;
	margin-bottom: 1em;
	}
#content {
	float: left;
	width: 600px;
	padding-left: 30px;
}
#content h1, #content h3, #content h4 {
	color: #0041A3;
}

#content h2 {
	color: #AA2222;
	font-size: 14px;
	font-family: arial, sans-serif;
	font-weight: bold;
	margin-top: 10px;
}	
h3 {
	padding-left: 12px;
	color: #000000;
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: bold; }	
	


#content h1 {
	margin-bottom: 1.2em;
	font-size: 180%;
}

}
#content p {
	color: #242424;
	margin-bottom: 1em;
}
#content table {
	margin-bottom: 1em;
}
#footer {
	clear: both;
	padding-top: 20px;
}
#footerlinks {
	background: #000;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding-left: 15px;
}
#footerlinks ul {
	list-style: none;
}
#footerlinks ul li {
	float: left;
}
#footerlinks ul li a {
	color: #fff;
	text-decoration: none;
	background: url(images/footer_links_arrow.jpg) no-repeat left center;
	padding-left: 1em;
	margin-right: 2em;
	font-size: 75%;
}
#footerlinks ul li a:hover, #footermenu ul li a:hover {
	color: #138FBC;
}
#footermenu {
	background: #000;
	height: 30px;
	margin-top: 1px;
	padding-left: 15px;
	line-height: 30px;
}
#footermenu ul {
	list-style: none;
}
#footermenu ul li {
	float: left;
}
#footermenu ul li a {
	color: #fff;
	font-size: 75%;
	text-decoration: none;
	background: url(images/footer_menu_arrow.jpg) no-repeat left center;
	padding-left: 2em;
	margin-right: 2em;
}

#content table.advies, #content table.voorgaandadvies {
	text-align: left;
}
#content table.advies th, #content table.voorgaandadvies th {
	padding-right: 20px;
}
#content table.voorgaandadvies {
	color: #646464;
}
#content label {
	font-weight: bold;
}
.clear {
	height: 1px;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
#content ul {
	padding-left: 2em;
}

table.list {
	font-size: 90%;
	border-collapse: collapse;
	width: 100%;
}

table.list td {
	padding: 8px 4px;
	text-align: right;
}

table.list span.short, table.list span.negative { 
	color: red;
}

table.list span.long {
	color: green;
}

table.list thead th, table.list tfoot th {
	text-align: right;
}

table.list tr.odd {
	background-color: #D9E4FF;
}

table.list th.trade {
	text-align: left;
}

table.list td.future {
	text-align: center;
}

table.list th.align_right {
	text-align: right;
}

table.list .grey {
	color: #999;
}

table.portfolio_result thead th { 
	text-align: left;
}

table.portfolio_result tbody td {
	min-width: 90px;
}

.teller {position:absolute;top:0;left:0;width:1px;height:1px;visibility:hidden;}

#content p, #content dd {
	margin-bottom: 1em;
}