table.test {
	width=100%px;
	border-spacing: 0;	/* NOT SUPPORTED BY IE. use border-collapse. */
	border-collapse: collapse;
	border-style: none;
	empty-cells: show;
	background: #FF0000;
	padding: 0;
	border-width: 0;
	padding: 0 0 0 0;
//	border: 1px solid;
	height:100%;
}
table.ttt {
	width=100%px;
	border-style: solid;
	empty-cells: show;
	border: 5px solid;
}

td {
	padding: 0 0 0 0;
	border: 0px;
}


td.topbgx {
	padding: 0 0 0 0;
	border: 0px;
	width: 229px;
	height: 101px;
	border-spacing: 0;	/* NOT SUPPORTED BY IE. use border-collapse. */
	border-collapse: collapse;
	border-style: none;
	empty-cells: hide;
	vertical-align: top;
	padding: 0;
	background: #FF0000;
	background-image: url("topbg.bmp");
	background-repeat: repeat-x; 
}
td.topleft {
	width: 16px;
	height: 101px;
	background-image: url("images/webart/topbg.jpg");
	background-repeat:repeat-x ; 
}
td.topcenter {
	background-image: url("images/webart/topbg.jpg");
	background-repeat:repeat-x; 
}
td.topright {
	background-image: url("images/webart/topbg.jpg");
	background-repeat:repeat-x ; 
}




/* ANFANG RAHMEN ART */

td.contenttopleft {
	width: 16px;
	height: 16px;
	background-image: url("images/webart/ctl.gif");
	background-repeat:no-repeat ; 
	background-color: #FFCC00;
}
td.contenttopcenter {
	height: 16px;
	background-image: url("images/webart/ctc.gif");
	background-repeat:repeat-x ; 
	background-color: #FFCC00;
}
td.contenttopright {
	width: 20px;
	height: 16px;
	background-image: url("images/webart/ctr.gif");
	background-repeat:no-repeat ; 
	background-color: #FFCC00;
}
td.contentleft {
	width: 16px;
	background-image: url("images/webart/cl.gif");
	background-repeat:repeat-y ; 
	background-color: #FFCC00;
}
td.contentright {
	width: 20px;
	background-image: url("images/webart/cr.gif");
	background-repeat:repeat-y ; 
	background-color: #FFCC00;
}
td.contentbottomleft {
	width: 16px;
	height: 20px;
	background-image: url("images/webart/cbl.gif");
	background-repeat:no-repeat ; 
	background-color: #FFCC00;
}
td.contentbottomcenter {
	height: 20px;
	background-image: url("images/webart/cbc.gif");
	background-repeat:repeat-x ; 
	background-color: #FFCC00;
}
td.contentbottomright {
	width: 20px;
	height: 20px;
	background-image: url("images/webart/cbr.gif");
	background-repeat:no-repeat ; 
	background-color: #FFCC00;
}

/* ENDE RAHMEN ART */



td.contentcenter {

	background-color: #f0f0f0;

}