.tableTL {
	background-image: url(images/tabell_mal_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tableTM {
	background-image: url(images/tabell_mal_02.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
}
.tableTR {
	background-image: url(images/tabell_mal_03.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.tableML {
	background-image: url(images/tabell_mal_05.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.tableMR {
	background-image: url(images/tabell_mal_07.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.tableBL {
	background-image: url(images/tabell_mal_08.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.tableBM {
	background-image: url(images/tabell_mal_09.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tableBR {
	background-image: url(images/tabell_mal_10.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
