/* Kleuren */
:root
{
    --bordkleurdonker: #08647D;
	--bordkleurmiddeldonker: #4CB1CD;
	--bordkleurmiddellicht: #76C3D7;
	--bordkleurlicht: #C2E4EE;
	--bordkleurwit: #FFFFFF;

    --bordkleurdonkerrgba: rgba(8, 100, 125, 0.75);
}

/* Bord */
.bord
{
	background-color: var(--bordkleurdonker);
}

/* Sokobantabel en zo */
.sokobantabel
{
	border-collapse: collapse;	
	border-spacing: 0px;
	margin: 0 auto;
}

.sokobancel
{
    margin: 0;
	padding: 0; 
}

.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;
}

.bg9
{
	background: url(../images/9.png) no-repeat center;
	background-size: contain;
}

.bga
{
	background: url(../images/A.png) no-repeat center;
	background-size: contain;
}

.bgb
{
	background: url(../images/B.png) no-repeat center;
	background-size: contain;
}

.bgc
{
	background: url(../images/C.png) no-repeat center;
	background-size: contain;
}

.bgd
{
	background: url(../images/D.png) no-repeat center;
	background-size: contain;
}

