@charset "UTF-8";
@import url("pagina-menu.css");
/* CSS Document */


/* Opmaak van het nieuwsblok op de welkoms pagina */

.titel_nieuwsblok {
	width: 180px;
	margin-left: 15px;
	margin-bottom: 20px;
}
.tekst_nieuwsblok {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #8B1D71;
	width: 180px;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
}
.tekst_nieuwsblok a {
	color: #2772A5;
	display: block;
	text-decoration: none;
	width: 180px;
	text-align: right;
	margin-right: 20px;
}
.tekst_nieuwsblok a:hover {
	color: #880669;
	display: block;
	text-decoration: none;
	width: 180px;
	text-align: right;
	margin-right: 20px;
}

/* Opmaak de hyperlinks zowel tektueel als met een button */

.lees_verder {
	text-align: right;
	display: block;
	float: right;
	width: 170px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.lees_verder a {
	color: #276DA8;
	text-decoration: none;
}
.lees_verder a:hover {
	color: #880669;
	display: block;
	text-decoration: none;
	width: 170px;
	text-align: right;
	margin-right: 20px;
}
.lees_ervaringen_button {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 265px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.lees_terug_button {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 265px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Opmaak van diverse tekst elementen */

.pagina-titel {
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: none;
	color: #8D226A;
}
.tekst_kleur_paars {
	color: #8D226A;
}
.tekst_kleur_rood {
	color: #E64243;
	font-weight: bold;
}
.tekst_underline {
	text-decoration: underline;
}

/* Bepalen van het tekstblok voor ervaringen: achtergronden, kleur, stijl en lettertype */

.tekst_ervaringen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	width: 700px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8D226A;
	margin-bottom: 10px;
}

/* Einde opmaak */

