/*
	DIT CSS-BESTAND BEVAT ALLE OPMAAK DIE BEDOELT IS VOOR DE BEGINPAGINA.
	GELDIG VOOR HET INDEX.TPL BESTAND
	
	AUTEUR: THOMAS VAN DEN BOSSCHE
*/

/* KALENDER-ACHTIGE DATUMS */
#content .date {
	position: absolute;
	width: 30px;
	border: 1px solid #9DC30B;
	margin: 3px 0 0 -40px;
}

#content .date .month {
	background-color: #555242;
	color: #9DC30B;
	padding: 3px;
	text-align: center;
}

#content .date .day {
	text-align: center;
	font-size: 18px;
}

#content #fixed {
	float: right;
	width: 250px;
	margin-left: -250px;
}

#content #fixed #activiteiten .date {
	float: left;
}

#content #fixed #activiteiten .post {
	margin: 0 0 30px 40px;
}

#content #fixed #activiteiten .post .post_footer {
	clear: both;
}

#content #fixed #onzesponsors ul li {
	display: inline;
}

#content #fixed #onzesponsors a img,
#content #fixed #onzesponsors a:hover img,
#content #fixed #onzesponsors a:visited img,
#content #fixed #onzesponsors a:active img {
	border: 1px solid #9DC30B;
}

#content #fixed #onzesponsors img {
	float: left;
	display: inline;
	margin-bottom: 10px;
}

#content #nieuwsberichten {
	margin-right: 260px;
	padding: 15px;
	border: 1px solid #9DC30B;
}

/* DE GEPLAATSTE BERICHTEN DOOR BESTUUR OF ADMINISTRATORS */
#content #nieuwsberichten .post {
	margin: 10px 0px 15px 0px;
	border-bottom: 1px dashed #9DC30B;
	padding-bottom: 20px;
}

#content #nieuwsberichten .post h3 {
	color: #555242;
	font-size: 16px;
	margin-top: 10px;
}

#content #nieuwsberichten .post h4 {
	color: #555242;
	font-size: 10px;
	font-style: italic;
	margin-bottom: 10px;
}

#content #nieuwsberichten .post p {
	font-size: 12px;
	text-align: justify;
}

#content #nieuwsberichten .post .identification {
	text-align: right;
	font-size: 11px;
	margin-top: 10px;
	color: #9DC30B;
	font-weight: bolder;
}

#content #nieuwsberichten .post p a:hover {
	text-decoration: none;
}

#content #activiteiten,
#content #toernooien,
#content #onzesponsors {
	margin-bottom: 10px;
	padding: 15px;
	border: 1px solid #9DC30B;
}

#content img {
	float: left;
	margin-right: 10px;
}

/* OMDAT (DOOR DE FLOAT VAN DE NIEUWSBERICHTEN) DE FOOTER DOOR DE NIEUWSBERICHTEN KOMT */
#css {
	clear: both;
}

.tooltip { width: 300px; }
.tooltip img { float: left; padding: 0 5px 5px 0; }
.tooltip p { font-size: 13px; }
.tooltip ul { margin-left: 15px; }
.tooltip ul li { list-style-type: circle; }