/* CSS Document */
html, body {
	height: 100%;
	min-height: 100%;
	margin: 0px;
}
form, input {
	margin: 0;
}
.iframe {
	float: left;
	width: 910px;
}
.nextToIframe {
	float: left;
}
#mainFiche {
	width: 910px;
	background-color: #fff;
	padding: 1px;
}
.nextToIframe #mainFiche {
	overflow: hidden;
	width: 910px;
}
#mainFiche a:link {
	color: rgb(51,102,153);
}
#mainFiche a:visited {
	color: rgb(51,102,153);
}
#mainFiche a:hover {
	color: rgb(239,151,9);
}
#mainFiche #nav {
	border-left: 1px solid rgb(202,230,252);
	background: url(/images/fiche/ill_lijnBlauw.gif) bottom repeat-x;
	height: 20px;
}
#mainFiche .tab {
	float: left;
	border: 1px solid rgb(202,230,252);
	background-color: #fff;
	border-width: 1px 1px 0 0;
	padding: 1px 1px 0 1px;
}
#mainFiche .normal {
	float: left;
	background: url(/images/fiche/bck_tab.gif) repeat-x;
	text-transform: uppercase;
	padding: 2px 6px 2px 6px;
	border-bottom: 1px solid rgb(202,230,252);
	height: 13px;
}
#mainFiche .mouseover {
	float: left;
	background: url(/images/fiche/bck_tab_over.gif) repeat-x;
	text-transform: uppercase;
	padding: 2px 6px 2px 6px;
	border-bottom: 1px solid #fff;
	height: 13px;
	color: rgb(255,150,3);
}
#mainFiche .tab a {
	text-decoration: none;
}
#mainFiche .tab a:hover {
	color: rgb(255,150,3);
}
#mainFiche .tab .mouseover a {
	color: rgb(255,150,3);
}
#mainFiche {
}
#mainFiche #contentFiche {
	padding: 20px 0 0 20px;
	border: 1px solid rgb(202,230,252);
	border-top: none;
	margin-top: 0px;
}
#mainFiche #contentFiche .margin {
	padding: 0 20px 20px 0;
	text-align: justify;
}

#mainFiche #contentFiche .margin h2 {
	text-align: left;
}

#mainFiche #contentFiche p {
	margin-top: 0;
}


#mainFiche .promo {
	width: 296px;
	float: left;
	padding: 0 20px 20px 0;
}
.nextToIframe #mainFiche .promo {
	width: 266px;
}
#mainFiche .promo .border {
	border: 1px solid rgb(202,230,252);
}
#mainFiche #contentFiche .promo .margin {
	height: 89px;
	border: 1px solid #fff;
	background: url(/images/fiche/bck_promo.gif) repeat-x;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
}
#mainFiche .promo img {
	width: 79px;
	height: 56px;
	margin-right: 10px;
	float: left;
	margin-bottom: 33px;
}
#mainFiche .promo h1 {
	margin-bottom: 0.7em;
}
#mainFiche .promo h1 a:link {
	color: rgb(255,150,3);
}
#mainFiche .promo h1 a:visited {
	color: rgb(255,150,3);
}
#mainFiche .promo h2 {
	margin-bottom: 0.3em;
}
#mainFiche .promo h2 a:link {
	color: rgb(255,150,3);
}
#mainFiche .promo h2 a:visited {
	color: rgb(255,150,3);
}
#mainFiche .promo h2 a:hover {
	text-decoration: underline;
}
#mainFiche .promo p {
	margin-bottom: 0;
}
#mainFiche .promo p a:hover {
	color: rgb(51,102,153);
	text-decoration: underline;
}
#mainFiche .promo a {
	text-decoration: none;
}
