img.left {
	padding: 0px;
	margin: 2px 10px 2px 0px;
}

.reactie {
	background-color: rgba(163, 220, 245, 0.2);
	background-color: rgba(255, 165, 0, 0.1);
	margin: 2px;
	padding: 2px 6px;
	float: left;
	width: 460px;
}

.reactie input, .reactie textarea {
	border: 1px solid orange;
	background-color: #fff;
	color:#999;
}

.reactie textarea {
	width: 380px;
}

#tijdslijn {
	width: 560px;
	float: left;
	border-left: 2px solid #DDD;
}

.gebeurtenis {
	width: 560px;
	border-bottom: 1px solid #DDD;
	padding: 10px 0px;
	float: left;
}

.gebeurtenisimg {
	float: left;
	width: 50px;
	margin-left: 6px;
}

.gebeurtenisdesc {
	padding-left: 10px;
	overflow: hidden;
}

.limitmaxheight{
	max-height: 210px;
}

.gebeurtenisactie {
	margin-top: 6px;
	max-height: 210px;
	overflow: hidden;
	font-size: 90%;
	color: #888;
	margin-left: 10px;
}

/* ----- club rechts, iets toevoegen -----*/
#newentry {
	margin-top: 0px;
	border-bottom: 1px solid #DDD;
	padding: 6px;
}

#newentry input,#newentry.textarea {
	width: 500px;
	border: 1px solid #DDD;
}

#newentry input.submit {
	width: auto;
	margin-left: 416px;
	border: 2px solid #DDD;
}

#rinput{
	width:500px;
	height: 240px;
}
/* ----- club linker menu -----*/
#clubleft {
	float: left;
	width: 170px;
}
/* ----- club navigatie ----- */
#clubnav b.active {
	background-color: rgba(255, 165, 0, 0.2);
}

#clubnav b:hover {
	background-color: rgba(255, 165, 0, 0.1);
}

#clubnav b {
	display: block;
	padding: 2px 10px;
	margin: 2px 0px;
}