/* CSS Document */



#dikkelijn
{
	border-top-style:solid;
	border-width:10px;
	border-color:#39C;	
	position:absolute;
	top:220px;
	left:0px;
	width:100%;	
}

/* *****************************************************/

#titel
{
	position: absolute;
	top: 300px;
	left: 50px;
	width: 950px;
	height:65px;
	background-color: #39C;
	font-size: 36pt;	
	color: white;
	padding-left:10px;
	
}

#tekst_spelers
{
	position: absolute;
	top: 365px;
	left: 50px;
	width: 950px;
	background-color: #E7E7E7;
	font-size:22px;
	border-bottom-style:solid;
	border-width: 10px;
	border-color: #39C;	
	padding-left:10px;
	height: 2050px;
}

/*****************************   SPELERS *******************/

ul.spelers
{
 	list-style-type:none;	
}

span.eerste_kolom
{
	
	display:inline-block; width:200px; text-align:center;
	
}

span.tweede_kolom
{
	position: absolute;
	left: 750px;
	text-align:center;
	
}

img.speler_overzicht
{
	width: 200px;
	height: 200px;	
}

span.eerste_kolom:hover span{ z-index: 6; left: 2%;}
span.eerste_kolom span {position: absolute; left: -9999px;										/* kader */
  margin: 4px 0 0 0px; padding: 3px 3px 3px 3px; 
  border-style:solid; border-color:black; border-width:1px;}
span.eerste_kolom:hover span {position: absolute; left: 300px; width: 400px; margin-top: -200px; background: #ffffff; z-index:6;} 	

span.tweede_kolom:hover span{ z-index: 6; left: 2%;}
span.tweede_kolom span {position: absolute; left: -9999px;										/* kader */
  margin: 4px 0 0 0px; padding: 3px 3px 3px 3px; 
  border-style:solid; border-color:black; border-width:1px;}
span.tweede_kolom:hover span {position: absolute; left: -450px; width: 400px; margin-top: -200px; background: #ffffff; z-index:6;} 	

/**************************SPELER_SPECIFIEK******************************/

#terug_naar_overzicht
{
	position: absolute;
	top: 250px;
	left: 5px;	
}

p.naam_speler
{
	color: red;
	font-size: 30px;
	text-align: center;	
}

p.droom_speler
{
	text-align:left;	
}








/********************************************************/
html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 100px; /* bottom = footer height */
    padding: 25px;
}