div#lanarea
{
	position: relative;
	left: 10px;
	top: 10px;
	width: 455px;
	height: 500px;
	background: url('../images/v4/plattegrond.jpg');
}

div#legenda
{
        position: absolute;
        left: 320px;
        top: 428px;
        width: 160px;
        height: 160px;
        padding-left: 10px;
        padding-top: 10px;
        border: dashed 1px #000;
}

div#tafelrij1
{
	position: absolute;
	left: 90px;
	top: 355px;
	width: 240px;
	height: 48px;
	border: solid 1px #000;
}

div#tafelrij2
{
	position: absolute;
	left: 90px;
	top: 262px;
	width: 240px;
	height: 48px;
	border: solid 1px #000;
}


div#free_v
{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 22px;
        height: 22px;
        background-color: #389f0b;
}

div#occupied_v
{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 22px;
        height: 22px;
        background-color: #b71818;
}

div#free_h
{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 22px;
        height: 22px;
        background-color: #389f0b;
}

div#occupied_h
{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 22px;
        height: 22px;
        background-color: #b71818;
}

div#reserved_h
{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 22px;
        height: 22px;
        background-color: #ffe327;
}

div#reserved_v
{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 22px;
        height: 22px;
        background-color: #fbff99;
}

div#yourseat_h
{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 22px;
        height: 22px;
        background-color: #4177ff;
}

div#yourseat_v
{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 22px;
        height: 22px;
        background-color: #7ba0ff;
}
div#number_v
{
        position: absolute;
        left: 2px;
        top: 5px;
        font-face: Verdana;
        font-size: 10px;
        font-weight: bold;
}

div#number_h
{
        position: absolute;
        width: 22px;
        heigth: 22px;
        top: 6px;
        text-align: center;
        font-face: Tahoma;
        font-size: 8px;
        font-weight: bold;
}

div#seat_v
{
        position: relative;
        left: 0px;
        top: 0px;
        width: 22px;
        height: 22px;
        border: solid 1px #aaa;
}

div#seat_h
{
        position: relative;
        left: 0px;
        top: 0px;
        width: 22px;
        height: 22px;
        border: solid 1px #aaa;
        float: left;
        pointer: default;
}
a.seat
{
        cursor: pointer;
        color: #000;
        text-decoration:none;

}


