#uitlogButton 
{
	float: right;
	padding: 4px;
	text-decoration: none;
	width:60px;
	margin-bottom:0px;
}

#uitlogButton:hover
{
	color: white;
	text-decoration: underline;
}

#deelnemerGegevens {
	bordeR:1px solid #ccc;
	background-color:#DBE0F0;
	padding-left:5px;
	margin-top:5px;
}

#deelnemerGegevens .key {
	font-weight:bold;
}

#deelnemerGegevens #wachtwoord{
	font-size:10px;
	width:150px;
	border:0.08em solid #5f6164;
	background-color:white;
}

#deelnemerGegevens #wwKnop{
	width:150px;
	margin-bottom:0px;
}

#deelnemerGegevens #wwgewijzigd {
	color:green;
	visibility:hidden;
	font-weight:bold;
}

#deelnemerGegevens td {
	padding:2px;
}


.fotoThumb {
	text-align:center;
	width:75px;
	height:75px;
	
}

.fotoThumb.landscape img {
	padding-top:12px;
}
.fotoThumb img{
	border:0px;
}

.fotoThumbWrapper {
	background-color:white;
	margin:2px;
	border:1px solid #c3c7cc;
}

.fotoThumbWrapper.active {
	background-color:#e0134f;
}

.bedrijfThumbWrapper {
	float:left;
	text-align:center;

}

.blok {
	width: 96%;
	padding-top:10px;
	padding-bottom:10px;
	clear:left;
}


.agendapunt {
	width:100%;
	bordeR:1px solid #ccc;
	background-color:#DBE0F0;
	margin-top:10px;
}

#content .blok .agendapunt .key {
	width:100px;
	padding-left:6px;
	font-weight:bold;
}

#content .blok .agendapunt .value {
	width:380px;
	padding-right:6px;
}

#content .blok .agendapunt .right {
	width:40px;
	padding-right:6px;
}

