.rahmen_tl {
	background-image:url(images/field_top_left.jpg); background-repeat:no-repeat; background-position:left top;
}
.rahmen_t {
	background-image:url(images/field_top.jpg); background-repeat:repeat-x; background-position:top;
}
.rahmen_tr {
	background-image:url(images/field_top_right.jpg); background-repeat:no-repeat; background-position:right top;
}
.rahmen_r {
	background-image:url(images/field_right.jpg); background-repeat:repeat-y; background-position:right;
}
.rahmen_br {
	background-image:url(images/field_bottom_right.jpg); background-repeat:no-repeat; background-position:right bottom;
}
.rahmen_b {
	background-image:url(images/field_bottom.jpg); background-repeat:repeat-x; background-position:bottom;
}
.rahmen_bl {
	background-image:url(images/field_bottom_left.jpg); background-repeat:no-repeat; background-position:left bottom;
}
.rahmen_l {
	background-image:url(images/field_left.jpg); background-repeat:repeat-y; background-position:left;
}
.rahmen_m {
	background-image:url(images/field_middle.jpg); background-repeat:repeat; background-position:center;
}
