/* Kleuren */
:root
{
    --bordkleurdonker: #333;
	--bordkleurmiddeldonker: #777;
	--bordkleurmiddellicht: #AAA;
	--bordkleurlicht: #CCC;
	--bordkleurwit: #FFFFFF;

    --bordkleurdonkerrgba: rgba(151, 23, 22, 0.75);
}

/* Bord */
.bord
{
	background-color: var(--bordkleurdonker);
}

/* Sokobantabel en zo */
.mijnenvegercel
{
    margin: 0;
	padding: 0; 
}

.mijnenvegertabel
{
	border-collapse: collapse;	
	border-spacing: 0px;
	margin: 0 auto;
}

.mijnenvegernietgeklikt
{
	cursor: pointer;
}

.bg0
{
	background: url(../images/0.png) no-repeat center;
	background-size: contain;
}

.bg1
{
	background: url(../images/1.png) no-repeat center;
	background-size: contain;
}

.bg2
{
	background: url(../images/2.png) no-repeat center;
	background-size: contain;
}

.bg3
{
	background: url(../images/3.png) no-repeat center;
	background-size: contain;
}

.bg4
{
	background: url(../images/4.png) no-repeat center;
	background-size: contain;
}

.bg5
{
	background: url(../images/5.png) no-repeat center;
	background-size: contain;
}

.bg6
{
	background: url(../images/6.png) no-repeat center;
	background-size: contain;
}

.bg7
{
	background: url(../images/7.png) no-repeat center;
	background-size: contain;
}

.bg8
{
	background: url(../images/8.png) no-repeat center;
	background-size: contain;
}

.bg10
{
	background: url(../images/10.png) no-repeat center;
	background-size: contain;
}

.bg11
{
	background: url(../images/11.png) no-repeat center;
	background-size: contain;
}

.bg12
{
	background: url(../images/12.png) no-repeat center;
	background-size: contain;
}

.bg13
{
	background: url(../images/13.png) no-repeat center;
	background-size: contain;
}

.bg20
{
	background: url(../images/20.png) no-repeat center;
	background-size: contain;
}

.bg21
{
	background: url(../images/21.png) no-repeat center;
	background-size: contain;
}

.bg22
{
	background: url(../images/22.png) no-repeat center;
	background-size: contain;
}

.bg23
{
	background: url(../images/23.png) no-repeat center;
	background-size: contain;
}

.bg24
{
	background: url(../images/24.png) no-repeat center;
	background-size: contain;
}

.bg94
{
	background: url(../images/94.png) no-repeat center;
	background-size: contain;
}

.bg95
{
	background: url(../images/95.png) no-repeat center;
	background-size: contain;
}

.bg96
{
	background: url(../images/96.png) no-repeat center;
	background-size: contain;
}

.bg97
{
	background: url(../images/97.png) no-repeat center;
	background-size: contain;
}

.bg98
{
	background: url(../images/98.png) no-repeat center;
	background-size: contain;
}

.bg99
{
	background: url(../images/99.png) no-repeat center;
	background-size: contain;
}

