/* Stylesheet voor index */
.thumbFoto {
	text-align: center;
	margin: 5px;
	float: left;
	height: 119px;
	width: 149px;
	background-image: url(../image/fotoBackThumb.jpg);
	background-repeat: no-repeat;
}

.thumbFotoCheck {
	text-align: center;
	margin: 3px;
	float: left;
	height: 140px;
	width: 149px;
	background-image: url(../image/fotoBackThumb.jpg);
	background-repeat: no-repeat;
}

.thumbFoto img {
	padding: 12px;
}

.thumbFotoCheck img {
	padding: 12px;
}

.homeKalender {
	font-size: 11px;
}

.button {
	background-color: #E8EEF7;
	border: 1px solid #5C89C5;
	color: #5C89C5;
}

/* tab */
.tab {
	width: 160px;
	background-color: #ACD1AB;
}

.kop {
	background-image: url(../image/kop.png);
	width: 500px;
}

.tab_kop {
	background-color: #61AD61;
	height: 19px;
	padding-top: 3px;
	padding-left: 3px;
	color: #FFFFFF;
	font-weight: bold;
}

.tab_content {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* tabel */
.tabel {
	width: 100%;
}

.tabel th {
	text-align: left;
	font-weight: bold;
	border-bottom: #5C89C5 solid 1px;
}

/* berichten */
.berichtenDatum {
	width: 100px;
}

.berichtenOnderwerp {
	width: 100%;
	text-decoration: underline;
}

.berichtenOnderwerp a {
	color: black;
}

/* locaties */
.locatie {
	width: 100%;
}

.locatie a {
	color: black;
}

/* foto's */
.fotoOnderwerp a {
	color: black;
}

.fotoFoto {
	width: 155px;
}

/* kalender */

.kalender {
	float: left;
	width: 150px;
	padding: 4px;
	height: 130px;
}

.kalenderToevoegenBericht {
	color: black;
}

.kalenderBericht {
	color: #5C89C5;	
}

/* tabel contact */
.tabelContact {
	width: 100%;
}

.tabelContact th {
	text-align: left;
	font-weight: bold;
	border-bottom: #5C89C5 solid 1px;
}

.naam {
	width: 220px;
	text-align: right;
}

.tooltip {
	background-color: #ffffff;
	font-weight: bold;
	border: 2px #006699 solid;
}

.foto td {
	padding: 4px;
}
