@charset "utf-8";
/* CSS Document */
/* Investment Guide IEX.nl */

div.invgd_wrapper {
	width:870px;
}
div.invgd_content_wrapper {
	border:1px solid #ddd;
	border-bottom-width:2px;
	border-top:0;
	padding:10px;
}
div.invgd_content_wrapper h1, h2.valutaheader2 {
	font-size:20px;
	margin:0 0 10px;
	color:#008acc;
	font-weight:normal;
}
div.invgd_content_wrapper h3, div.invgd_content_wrapper h3 a {
	font-size:12px;
	margin:0 0 5px;
	color:#333;
	font-weight:bold;
}
div.invgd_content_wrapper h3 a:hover {
	color:#333;
	text-decoration:underline;
}
h2.boxheader {
	border-bottom:1px solid #bbb;
	color:#008acc;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px;
	padding:0 0 1px;
}
h2.boxheader a {
	font-weight:bold;
}
h2.boxheader a:hover {
	text-decoration:none;
}
div.invgd_content_wrapper a,
div.invgd_home_wrapper a { color:#008acc; outline:0; }
div.invgd_content_wrapper p,
div.invgd_home_wrapper p { margin:0 0 10px; line-height:1.6; color:#333; }
div.invgd_content_wrapper .fl { float:left; }
div.invgd_content_wrapper .fr { float:right; }
div.invgd_content_wrapper .clear { clear:both; }
div.invgd_content_wrapper .mt5,
div.invgd_home_wrapper .mt5{ margin-top:5px; }
div.invgd_content_wrapper .mr5,
div.invgd_home_wrapper .mr5 { margin-right:5px; }
div.invgd_content_wrapper .mb5,
div.invgd_home_wrapper .mb5 { margin-bottom:5px; }
div.invgd_content_wrapper .ml5 { margin-left:5px; }
div.invgd_content_wrapper .mt10 { margin-top:10px; }
div.invgd_content_wrapper .mr10 { margin-right:10px; }
div.invgd_content_wrapper .mb10 { margin-bottom:10px; }
div.invgd_content_wrapper .ml10 { margin-left:10px; }
div.invgd_content_wrapper .bigcol { width:570px; }
div.invgd_content_wrapper .smallcol { width:265px; }
div.invgd_content_wrapper .bordered { border:1px solid #ddd; border-bottom-width:2px; }
div.invgd_home_wrapper .yellowbordered { border-color:#FFCE00 #DDDDDD #DDDDDD; border-style:solid; border-width:7px 1px 2px; text-align:left; background-color:#fff; }
div.invgd_content_wrapper .innercol,
div.invgd_home_wrapper .innercol { margin:10px; }
div.invgd_content_wrapper .innercol p,
div.invgd_home_wrapper .innercol p { margin:0 0 5px; line-height:1.6; color:#333; }
div.invgd_content_wrapper .innercol p.bb,
div.invgd_home_wrapper .innercol p.bb { margin:0 0 10px; line-height:1.6; color:#333; padding-bottom:5px; border-bottom:1px solid #bbb; }

ul.invgd_navigation {
	margin:0;
	padding:0;
	list-style:none;
	width:870px;
	background-color:#FFCE00;
	/* background:url(http://img.iex.nl/Content/2010/marktplaats/investment_guide/images/bg_menu-list.jpg) repeat-x; */
	height:31px;
}
ul.invgd_navigation li {
	float:left;
	margin:7px 12px;
}
ul.invgd_navigation li a {
	color:#000;
	font-weight:bold;
	outline:0;
}
ul.invgd_navigation li a:hover {
	color:#fff;
	text-decoration:none;
}
ul.invgd_navigation li.active {
	background:#fff url(http://img.iex.nl/Content/2010/marktplaats/investment_guide/images/bg_invgd-active.png) repeat-x top left;
	padding:4px 9px 7px;
	margin:3px 3px 0;
}
ul.invgd_navigation li.active a {
	color:#000;
}
table.invgd_table th {
	background-color:#eee;
	border-bottom:1px solid #ddd;
	border-right:1px solid #fff;
	border-top:1px solid #ddd;
	font-weight:bold;
	height:25px;
	padding-left:10px;
	text-align:left;	
	color:#333;
}
table.invgd_table th.rightmost, table.invgd_table td.rightmost {
	border-right:1px solid #ddd;
}
table.invgd_table td {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:10px;
	vertical-align:top;
	color:#333;
}
table.invgd_table td.leftmost, table.invgd_table th.leftmost {
	border-left:1px solid #ddd;
}
table.invgd_table td.acenter {
	text-align:center;
}
table.invgd_table td h3 {
	color:#555555;
	font-size:12px;
	line-height:1.4;
	margin:5px 0;
}
table.invgd_table td p {
	margin:0 0 10px;
	line-height:1.6;
	color:#333;
}
table.invgd_table td ul {
	margin:0 0 10px;
	padding:0 0 0 20px;
	line-height:1.5;
}
table.invgd_table td ul li {
	margin:0;
	padding:0;
	color:#333;
}
input.btn_inschrijven, input.btn_info {
	color:#fff;
	width:125px;
	height:25px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	cursor:pointer;
	margin:0 0 10px;
}
input.btn_inschrijven {
	border:1px solid #066690;
	background:#066690 url(http://img.iex.nl/Content/2010/marktplaats/investment_guide/images/bg_menu-list.jpg) repeat-x left top;
}
input.btn_info {
	border:1px solid #ddd;
	background:#fff url(http://img.iex.nl/Content/2010/marktplaats/investment_guide/images/bg_invgd-active.png) repeat-x left top;
	color:#777;
}
