img {
	margin:0;
	padding:0;
}

div#veld p {
	margin-bottom: 10px;
}
/* Tooltip START */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color:transparent;
	color:#FFFFFF;
	background-image: url('http://img.ga-eagles.com/img/zwart_bg.png');
	padding: 5px;
	font-family:arial;
	font-size:12px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3{
	font-family:arial;
	font-size:13px;
}
/* Tooltip EIND */

/* Veld START */
#banner_links {
	float:left;
	width: 78px;
	height: 800px;
	background-color: #2f2f32;
	margin-left: 61px;
	border-left: 11px solid #2f2f32;
 	border-top: 11px solid #2f2f32;
 	border-bottom: 11px solid #2f2f32;
 	line-height: 0px;
}

div#veld{
	float:left;
	width:700px;
	height:800px;
	background-image:url('http://img.ga-eagles.com/img/veld.jpg');
	background-repeat:no-repeat;
	border-top: 11px solid #2f2f32;
	border-bottom: 11px solid #2f2f32;
}

#banner_rechts {
	float:left;
	width: 78px;
	height: 800px;
	background-color: #2f2f32;
	margin-right: 60px;
	border-right: 11px solid #2f2f32;
 	border-top: 11px solid #2f2f32;
 	border-bottom: 11px solid #2f2f32;
 	line-height: 0px;
}
	
div#live-speelveld{
	width:520px;
	float:left;
	height:700px;
	margin-left:40px;
	margin-top: 50px;
}
div.spelerslinie{
	width:520px;
	clear:both;
	float:left;
	height:79px;
}

/* dynamisch shirtjes als achtergrond ophalen */
a.speler_uitploeg{
		background-image:url('http://img.ga-eagles.com/upload/clubhttp://img.ga-eagles.com/img/shirt_<?php echo $afb['uit']; ?>.png');
}
a.speler_thuisploeg{
		background-image:url('http://img.ga-eagles.com/upload/clubhttp://img.ga-eagles.com/img/shirt_<?php echo $afb['thuis']; ?>.png');
}
a.keeper_uitploeg{
		background-image:url('http://img.ga-eagles.com/upload/clubhttp://img.ga-eagles.com/img/keeper_<?php echo $afb['uit']; ?>.png');
}
a.keeper_thuisploeg{
		background-image:url('http://img.ga-eagles.com/upload/clubhttp://img.ga-eagles.com/img/keeper_<?php echo $afb['thuis']; ?>.png');
}
/* Speler START */
a.speler{
	margin:0;
	padding:0;
	display:block;
	float:left;
	height: 73px;
	width:93px;

	background-repeat:no-repeat;
	background-position:center center;
}

a.speler p.spelernaam{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	margin-top:56px;
	text-align:center;
	color:#FFFFFF;
	background-image:url('http://img.ga-eagles.com/img/badge.png');
	background-repeat:no-repeat;
	background-position:center center;
	padding:3px;
}

/* dynamisch breedte van een speler bepalen */
a.verdediger_thuis{
	width:<?php echo floor(520/intval($thuis_aant_verd)); ?>px;
}

a.middenvelder_thuis{
	width:<?php echo floor(520/intval($thuis_aant_mid)); ?>px;
}

a.aanvaller_thuis{
	width:<?php echo floor(520/intval($thuis_aant_aan)); ?>px;
}
div#middenlijn{
	clear:both;
	width:520px;
	height:60px;
	float:left;
}
a.verdediger_uit{
	width:<?php echo floor(520/intval($uit_aant_verd)); ?>px;
}

a.middenvelder_uit{
	width:<?php echo floor(520/intval($uit_aant_mid)); ?>px;
}

a.aanvaller_uit{
	width:<?php echo floor(520/intval($uit_aant_aan)); ?>px;
}

a.keeper{
	width:520px;
}
/* Kaarten/ Doelpunten/ Wisselingen weergeven bij speler */


div.doel_kaart{
	margin:0px auto;
	text-align:center;
	padding:0;
	width:100px;
	}

div.doel_kaart p{
	padding:0px;
	margin:0px;
	margin-top:-45px;
	width:30px;
	float:left;
	text-align:left;
}
div.doel_kaart p.kaarten{
	float:left;
	margin-left:5px;
	}
div.doel_kaart p.goals{
	margin-right:5px;
	width:65px;
	text-align:right;
	float:right;
	}
div.doel_kaart p.goals img{
	margin-left: 3px;
}

p.wisselingen{
	display:block;
	height:20px;
	width:100px;
	margin:0px auto;
	margin-top:-22px;
	background-repeat:no-repeat;
	background-position:right;
	
	
}
p.wisseling{
	display:block;
	height:20px;
	width:93px;
	margin:0px auto;
	margin-top:-22px;
	background-repeat:no-repeat;
	background-position:right;
	padding:0px;
	text-align:left;
	
	
}
p.in{
	/*margin-top: -40px;
	margin-left: 20px;*/
	background-image:url('http://img.ga-eagles.com/img/in.png');
}
p.uit{
	background-image:url('http://img.ga-eagles.com/img/out.png');
}
p.rood{
	margin-top:-35px;
	background-position:4px 0px;
	background-image:url('http://img.ga-eagles.com/img/rood.png');
}

p.dubbel{
	margin-top:-35px;
	background-position:4px 0px;
	background-image:url('http://img.ga-eagles.com/img/dubbelekaart.png');
}
/* Speler EINDE */



/*rechterdeel van het veld*/
div.zijlijn div{
	text-align:center;
}
/* Warmingup weergeven */
div.warmup{
	height:175px;
	width:135px;
	float:right;
	text-align:center;
	padding-right:5px;
}
div.warmup p{
	text-align:right;
	color:#FFFFFF;
	
	margin-bottom:6px;
	
	font-size:13px;
	font-weight:bold;
}
div#top_warmup p{
	margin-top:18px;
}
div#top_warmup p.spelernaam{
	margin-top:0px;
}

div.warmup a.speler{
	float:right;
	background-image:none;
	height:20px;
	clear:both;
	margin-bottom:4px;

}
div#bottom_warmup{
	margin-top:0px;
}
div#bottom_warmup p{
	margin-top:0px;
}
div.warmup a.speler p{
	margin:0;
	margin-top:4px;
}
/* Dugout START*/
div.dugout{
	height:173px;
	width:105px;
	float:right;	
	text-align:center;
}
/* Wissels weergeven */
.dugout a.speler{
	height:20px;
	float:right;
	margin-bottom:4px;
	}
.dugout a.speler p.spelernaam{
	margin-top:0px;
	height:15px;
}
div.dugout p.score{
	margin:0px;
	padding:0px;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:10px;
}
div.dugout img.teamlogo{
	margin-top:10px;
	margin-left:6px;
	margin-bottom:10px;
	height:50px;
}
div#bottom_dugout{
	margin-top:40px;
	margin-bottom:0px;
}
/* Dugout EINDE */

/* Arbitrage START */
div#arbitrage{
	float:right;
	width:130px;
	height:60px;
	color:#FFFFFF;
}
div#arbitrage p{
	line-height:20px;
}
div#arbitrage p span{
	display:block;
	float:left;
	width:20px;
}
/* Arbitrage EINDE */
/* Veld EINDE */

/* Scoreboard START */
div#scorebord_spacer {
	float:left;
	height: 220px;
	width: 79px;
}

div#scorebord{
	float:left;
	height:220px;
	width:300px;
	margin:0px auto;
	background-image:url('http://img.ga-eagles.com/img/scorebord_bg.jpg');
	background-repeat:no-repeat;
}
div#scorebord div#score_banner{
	height:82px;
	width:294px;
	margin:0px auto;
	background-image:url('http://img.ga-eagles.com/img/scorebord_sponsor_prodes.jpg')
}

/* OVERZICHT START */
div#veld_overzicht{
	float:left;
	height:220px;
	width:393px;
	margin:0px auto;
	background-image:url('http://img.ga-eagles.com/img/top_veld_oz.jpg');
	background-repeat:repeat-x;
	margin-left: 5px;
}

div#veld_overzicht h2 {
	float:left;
	padding-left: 90px;
	padding-top: 5px;
	color: #cccccc;
	font-weight: normal;
	font-size: 18px;
	
}

div#veld_overzicht input.minuut_input {
	font-size: 25px;
	width: 46px;
	border: 0;
	background-color: #2C2C2C;
	background-image: url('http://img.ga-eagles.com/img/input_minuut_bg.jpg');
	background-repeat: repeat-x;
	color: #ccc;
	font-weight:bold;
}


/* Klok scoreboard START */
div#klok{
	border:0px solid #FFFFFF;
	height:40px;
	margin-top:8px;
}
div#klok div{
	float:left;
}
div#klok #honderd{
	margin-left:28px;
}
div#klok div#tien_min{
	margin-left:2px;
	margin-right:2px;
}
div#klok div#tien_sec{
	margin-left:36px;
	margin-right:2px;
}
/* Klok scoreboard EINDE */

/* Teamnamen scoreboard START */
div#teams{
    overflow:hidden;
	height:20px;
	margin-top:10px;
	color:#6b6b6b;
	font-weight:bold;
	font-size:13px;
}
div#teams div{
	float:left;
	text-align:center;
}
div#teams #thuisteam{
	width:148px;
}
div#teams #uitteam{
	width:148px;
}
/* Teamnamen scoreboard EINDE */

/* Stand scoreboard START */
div#stand{
	height:40px;
	margin-top:8px;
}
div#stand div{
	float:left;
}
div#stand #stand_thuis{
	margin-left:32px;
}
div#stand div img{
	margin-right:2px;
}
div#stand #stand_uit{
	margin-left:99px;
}
/* Stabd scoreboard EINDE */

/* Scoreboard EINDE */


/* Samenvatting START */
div#top_veld{
	width:858px;
	height: 233px;
	margin:0px auto;
	background-color: #2F2F32;
	background-image: url('http://img.ga-eagles.com/img/live_bg_top.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

/* Samenvatting START */
div#live_samenvatting{
	width:858px;
	margin:0px auto;
	background-color: #2F2F32;
	background-image: url('http://img.ga-eagles.com/img/live_bg_top.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 10px;
	padding-right: 10px;
	color: #cccccc;
	line-height: 20px;
}

span.live-geel {
	color: yellow;
	font-weight: bold;
}

span.live-rood {
	color: #fe0000;
	font-weight: bold;
}
/* Samenvatting EINDE */


img {
	margin:0;
	padding:0;
}

#slider_info {
	height: 5px;
	margin-top: 4px;
}
