.title { background-image: url("images/arkaplan.gif") }


div { background-image: none }
td.white_tl {
	background-image:url(images/white_tl.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	background-position: bottom;
}

td.white_tr {
	background-image:url(images/white_tr.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	background-position: bottom;
}

td.white_bl {
	background-image:url(images/white_bl.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	background-position: top;
}

td.white_br {
	background-image:url(images/white_br.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	background-position: top;
}

td.white_t {
	background-image:url(images/white_t.png);
	background-repeat:repeat-x;
	height:15px;
	background-position: bottom;
}

td.white_b {
	background-image:url(images/white_b.png);
	background-repeat:repeat-x;
	height:15px;
	background-position: top;
}

td.white_l {
  background-image:url('images/white_l.png');
  background-repeat:repeat;
  width:15px
}

td.white_r {
  background-image:url('images/white_r.png');
  background-repeat:repeat;
  width:15px
}

td.white_c {
  padding: 10px;
  BACKGROUND-IMAGE: url('images/arkaplan.jpg');
  BACKGROUND-REPEAT: repeat;
  text-align: center;
  vertical-align: top;
}
td.imagecell {
  padding: 10px;
  margin: 10px;
}
