@import url('fonts/Lato/Lato/latofonts.css');
@import url('fonts/Glyphicon/glyphicon.css');
@import url('fonts/OpenSans/font.css');

html, body {
	margin:0;
	border:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	height:100%;	
	width: 100%;
}

body, td, p {
	font-family: 'OpenSans';
	color: #535d68;
	font-size: 18px;
}

a:link, a:visited {
	color: #174A99;
}
a:hover {
	color: #FFFFFF;
}

.blockTitle {
	font-size: 24px;
	background-color: rgba(23, 74, 153) !important;
	height: 40px;
	line-height: 40px;
	font-family: 'OpenSans-Bold';
	color: white;
	letter-spacing: 1px;
	word-spacing: 1px;
	border-radius: 0px 0px 0px 0px !important;

}

.blockTitleSmall {
    font-size: 19px;
    background-color: rgb(134 182 233) !important;
    font-family: 'OpenSans-Semibold';
    color: #25282B;
    letter-spacing: 1px;
    word-spacing: 1px;
    border-radius: 0px 0px 0px 0px !important;
}

.event {
	font-size: 12px;
	line-height: 16px;
	background-color: #eee;
	margin: 4px;
	padding: 4px;
	width: 400px;
	border: 1px solid #CCC;
	float: left;
	position: relative;
	min-height:180px;
}

.eventTitle {
	font-family: 'OpenSans';
	font-size: 24px;
	height: 40px;
	color: #FFF;
	font-variant: small-caps;
	letter-spacing: 1px;
	word-spacing: 1px;
	background-color: black;
	padding-left: 9px;
}

.eventKop {
	font-family: 'OpenSans-Semibold';
	font-size: 14px;
	color: rgba(23, 74, 153);
}
.eventTekst, .eventDate, .eventData {
	font-family: 'OpenSans';
	font-size: 12px;
}

.eventKerkdienst {
	font-family: 'OpenSans-Semibold';
	font-size: 13px;
}


.eventData, .eventKerkdienst {
	text-align: center;
}

.eventContent {
	background-color: #c2d9fd;
	min-height: 240px;
	text-align: left;
	padding: 15px;
	font-size: 18px;
}

.eventYear, .eventMonth, .eventInfo {
	font-size: 24px;
	font-family: 'OpenSans';
	color: #FFF;
	letter-spacing: 1px;
	word-spacing: 1px;
	letter-spacing: 1px;
	word-spacing: 1px;	
}
.eventYear {
	background-color: #25282B;
	color: #FFF;
	border-color: #25282B;

}
.eventMonth {
	background-color: #86b6e9;
	color: #25282B;
	font-family: 'OpenSans-Semibold';
}
.eventInfo {
	background-color: #cdd6df;
	color: #25282B;
	font-size: 14px;
	border-color: #cdd6df;
	letter-spacing: 0px;
	word-spacing: 0px;
}
.eventTableMeditatie {
	margin-top: 30px;
}
.eventTableMeditatie td {
	background-color: #e8f1ff;
	border-radius: 0px 0px 3px 3px;
}

#activiteit.eventTable tbody tr td.eventData {
	background-color: #e8f1ff;
}

.glyphicon {
	position: relative;
	top: 3px;
	
}

.pagelayerKop {
	font-family: 'OpenSans-Semibold';
    text-align: center;
    padding-bottom: 10px;
    color: #174a99;
    font-size: 28px ;
}

.pagelayerText {
     text-align: center;
   font-family: "OpenSans";
    font-size: 16px;
    color: rgb(105, 108, 119);
}

.pagelayerDate {
    text-align: center;
	font-family: "OpenSans-ExtraBold";
    font-size: 14px;
    color: rgb(105, 108, 119);
}

div.pagelayerText a:hover {
    color: rgb(230, 90, 175);
}


	

