
.tekst {
	font-family: Raleway;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: Black;
	margin-bottom: 1em;	
}

.tekstBold {
	font-family: Raleway;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #109bd1;
}

.textOrange {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: semi-bold;
	color: #ffffff;
}

.tekst12 {
	font-family: Raleway;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: Black;
	margin-bottom: 1em;
}
.tekstgrijs {
	font-family: PTSans, Arial;
	font-size: 12px;
	line-height: inherit;
	font-style: normal;
	font-weight: normal;
	color: rgb(65,65,65);
	margin-bottom: 1em;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #109bd1;
	border-bottom: 1px solid Silver;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #109bd1;
	border-bottom: 1px groove Silver;
}
.shadowtitle {
	font-size: 14px;
	font-weight: bold;
	color: #109bd1;
	text-decoration: underline;
}

.reversetitle {
	padding: 4px 4px 4px 4px;
	min-height: 20px;
	font-family: PTSans;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color: #109bd1;
	text-shadow: yellow 2px 1px 3px;
}    
.reversesubtitle {
	padding: 2px 2px 2px 2px;
	font-family: PTSans;
	font-size: 14px;
	font-weight: normal;
	color: white;
	text-shadow: yellow 1px 1px 3px;
	background-color: #109bd1;
	min-height: 18px;
}
.bevel1 {
	border: 0px solid #000000;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #109bd1;
	border-top: 2px solid Silver;
	border-left: 2px solid Silver;
}

.button {
    border: none;
    background-color: #109bd1;
   	color: #ffffff;
}
.button:hover {
    border: none;
    background-color: #ffffff;
   	color: #109bd1;
}

.kaderinput {
	background: #E2E2E2;
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
	color: #02006B;
	border: 1px solid #02006B;
}

.kaderCell {
	background: #E2E2E2;
	width: 150px;
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
	border: 1px solid #E2E2E2;
	margin-right: 150px;
}

.news {
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
}
.newstitle {
	font-size: 14px;
	font-weight: bold;
	color: #109bd1;
	border-bottom: 1px dashed Silver;
}

.newsfp {
	font-size: 12px;
	font-weight: normal;
	color: #109bd1;
	border-bottom: 1px dashed Silver;
}
.newssubtitle {
	font-size: 14px;
	color: ThreedDarkShadow;
}

.news_summary {
	margin-left: 20px;
	list-style: none;
	font-size: 12px;
	text-decoration: none;
	color: #2F2F2F;
}
.read-more {
	text-align: right;
	right: 10px;
}
