/* Staande kaart voorzijde */

.pos-overlay{
	width: 100%;
	position: relative;
	border: 2px solid lightblue;
	z-index: 50;
	background: transparent;
}

.pos-overlay-border{
	border-left: 4px solid lightblue;
}

.pos-overlay-01{
	height: 35px;
	top: -128px;
}

/* Staande linksbinnen gedicht */

.pos-overlay-02{
	width: 110%;
    height: 76px;
    top: 74px;
    left: -5%;
}

.pos-overlay-03{
	width: 110%;
    height: 66px;
    top: 34px;
    left: -10%;
}

.pos-overlay-04{
	width: 110%;
    height: 51px;
    top: 19%;
    left: -10%;
}

.pos-overlay-05{
	width: 110%;
    height: 36px;
    top: 153px;
    left: -10%;
}

.pos-overlay-06{
	width: 50%;
    height: 40px;
    top: 180px;
    left: -40px;
}

.pos-overlay-07{
	width: 50%;
    height: 40px;
    top: 180px;
    left: 50%;
}

.pos-overlay-08{
	width: 110%;
    height: 165px;
    top: 225px;
    left: -10%;
}

.pos-overlay-09{
	width: 110%;
    height: 165px;
    top: 390px;
    left: -10%;
}

.pos-overlay-10{
	width: 46%;
    height: 66px;
    top: 73%;
    left: 60%;
}

.samplediv{
	width:430px;
	height:570px;
	background:#fff;
	border: 2px solid black;
	position:relative;
	margin:0 auto;
	padding:20px;
}

