/* CSS Document */


/* Pagina titel */
.pageTitle{
	font-family: 'arial';
	font-size: 12px;
	color: #f1940c;
	text-transform: uppercase;
}


/* sIFR H's */
h1{
	font-family: 'FranklinGotItcTEEDemRegular', 'Microsoft Sans Serif';
	text-align: left;
	font-size: 26px;
	color: #e00a1d;
	margin: 0;
	margin-top: 7px;
	line-height: 30px;
	font-weight: normal;
}

h2{
	font-family: 'FranklinGotItcTEEDemRegular', 'Microsoft Sans Serif';
	text-align: left;
	font-size: 18px;
	color: #e00a1d;
	margin: 0;
	margin-top: 13px;
	line-height: 20px;
	font-weight: normal;
}

h3{
	font-family: 'arial';
	font-size: 12px;
	color: #f1940c;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
}


/* Content tekst */
body{
	font-family: 'arial';
	font-size: 12px;
	color: #484848;
	line-height: 18px;
}

.introTekst{
	font-family: 'arial';
	font-size: 14px;
	color: #484848;
	line-height: 18px;
}

.nieuwsTekst{
	font-family: 'arial';
	font-size: 11px;
	color: #484848;
	line-height: 18px;
}

.datumNieuws{
	font-family: 'arial';
	font-size: 12px;
	color: #f1940c;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
}


/* Links */
a{
	text-decoration: none;
	color: #e00a1d;
}
a:hover{
	text-decoration: underline;
	color: #e00a1d;
}


.leesMeer{
	font-family: 'arial';
	font-size: 12px;
	color: #f1940c;
}
.leesMeer:hover{
	font-family: 'arial';
	font-size: 12px;
	color: #f1940c;
	text-decoration: underline;
}



/* hr */
hr{
	border: 0px;
	border-top: 1px solid #808080;
}

.inputbox{
	width:60px;
	height:16px;
	border:#484848 solid 1px;
}
.inputbutton{
	border:#484848 solid 1px;
	background-color:#484848;
	color:#FFFFFF;
	cursor: pointer;
}
.inputbuttonred{
	border:#f1940c solid 1px;
	background-color:#f1940c;
	color:#FFFFFF;
	cursor: pointer;
}