/* Add extra left margin since there's no sub menu on these
   pages
---------------------------------------------------------- */
#main-content {
	margin-left: 195px;
}

/* Begrippenlijst
---------------------------------------------------------- */
#main-content #index {
	overflow: hidden;
	margin-bottom: 15px;
}

#main-content #index li {
	float: left;
	margin: 0 6px 0 0;
	padding: 0 6px 0 0;
	font-size: 1.1em;
	list-style-image: none;
	background: url("../images/bullets/pipe-list-seperator.gif") center right no-repeat;
}

#main-content #index li a {
	text-decoration: none;
}

#main-content #index li.on a {
	font-weight: bold;
	color: #003074;
}

#main-content #index li.last {
	margin: 0;
	padding: 0;
	background-image: none;
}

#notions {
	clear: both;
}

#notions h2 {
	margin-bottom: 20px;
}

#notions dt {
	font-weight: bold;
}
	
#notions dd {
	margin-bottom: 1em;
}

#notions dl.js-enabled dt {
	margin-bottom: 5px;
	padding-left: 15px;
	cursor: pointer;
	background: url("../images/icons/expand.gif") center left no-repeat;
}

#notions dl.js-enabled dt.expanded {
	background-image: url("../images/icons/collapse.gif");
}

#notions dl.js-enabled dd {
	margin-left: 15px;
	display: none;
}

#notions dl.js-enabled dd.on {
	display: block;
}

/* Klantenservice
---------------------------------------------------------- */
ul#formulieren {
	overflow: hidden;
	margin-bottom: 1em;
}

ul#formulieren li {
	margin-bottom: 1em;
}

ul#formulieren em {
	font-style: normal;
	color: #999;
}

#mijn-portefeuille {
	float: right;
	width: 236px;
	padding: 10px;
	border: 1px solid #e1e2e3;
}

#mijn-portefeuille .submit-button {
	text-align: center;
	margin: 1.5em 0;
}

#mijn-portefeuille .submit-button a {
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: none bottom right no-repeat;
}
