/* ==================================================== */
/* Realisatie: NIELS KLEIJN | Estate Internet			*/
/* ====================================================	*/



/* Blok - Selecteer speler */
.blokSelecteerSpeler {
	width/**/:/**/190px; /* 210px */
	_height: 18px;
	min-height: 18px;
	padding: 0px 10px 0px 10px;
	margin: 10px 0px 0px 0px;
}

.blokSelecteerSpeler select {
	width: 190px;
	height: 20px;
}

.divSelect {
	width: 190px;
	_height: 18px;
	min-height: 18px;
	margin: 0px 0px 7px 0px;
}

/* Spelersoverzicht */
.elftalfoto {
	width: 570px;
	height: 308px;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}

.fotoLegenda {
	width: 570px;
	_height: 18px;
	min-height: 18px;
	display: table;
	margin: 0px 0px 20px 0px;
}

.fotoLegenda li {
	list-style-type: none;
	width/**/:/**/160px; /* 190px */
	_height: 18px;
	min-height: 18px;
	padding: 0px 0px 0px 30px;
	display: block;
	float: left;
	font-size: 11px;
	background: url(../images/ico-positie-leeg.gif) 0px 3px no-repeat;
}

.nietOpFoto li {
	float: none;
}

.fotoLegenda a:link,
.fotoLegenda a:active,
.fotoLegenda a:visited {
	text-decoration: none;
}

.fotoLegenda a:hover {
	text-decoration: underline;
}

.fotoLegenda li.Doelman {
	background: url(../images/ico-positie-d.gif) 0px 3px no-repeat;
}

.fotoLegenda li.Verdediger {
	background: url(../images/ico-positie-v.gif) 0px 3px no-repeat;
}

.fotoLegenda li.Middenvelder {
	background: url(../images/ico-positie-m.gif) 0px 3px no-repeat;
}

.fotoLegenda li.Aanvaller {
	background: url(../images/ico-positie-a.gif) 0px 3px no-repeat;
}

.fotoLegenda li.Staf {
	background: url(../images/ico-positie-s.gif) 0px 3px no-repeat;
}

/* Spelerspaspoort */
.divTblSpeler {
	width: 380px;
	_height: 18px;
	min-height: 18px;
	float: left;
}

.tblSpeler {
	width: 380px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	color: #000066;
}

.tblSpelerL {
	width/**/:/**/140px; /* 150px */
	height/**/:/**/18px; /* 24px */
	padding: 3px 0px 3px 10px;
	vertical-align: top;
	font-weight: bold;
}

.tblSpelerR {
	width/**/:/**/220px; /* 230px */
	height/**/:/**/18px; /* 24px */
	padding: 3px 10px 3px 0px;
}

.tblSpelerColspan {
	width/**/:/**/360px; /* 380px */
	height: 24px;
	padding: 0px 10px 0px 10px;
}

.tblSpelerSubL {
	width: 139px;
	_height/**/:/**/18px; /* 24px */
	min-height/**/:/**/18px; /* 24px */
	padding: 3px 0px 3px 0px;
	float: left;
}

.tblSpelerSubR {
	width: 219px;
	_height/**/:/**/18px; /* 24px */
	min-height/**/:/**/18px; /* 24px */
	padding: 3px 0px 3px 0px;
	float: left;
}

.tblSpelerSubL div,
.tblSpelerSubR div {
	padding-top: 5px;
}


.divSpelersfoto {
	width: 167px;
	_height: 18px;
	min-height: 18px;
	float: left;
	overflow-x: hidden;
	margin: 0px 0px 0px 23px;
}

.divSpelersfoto img {
	border: 1px solid #000;
}





