td.round-top {
	HEIGHT: 16px;
    BACKGROUND-IMAGE: url('../images/rounds/top.gif');
    background-repeat: repeat-x;
    background-position: top;
}
td.round-topRight {
    BACKGROUND-IMAGE: url('../images/rounds/topRight.gif');
    WIDTH: 16px; HEIGHT: 16px;
    background-repeat: no-repeat;
    background-position: top right;
}
td.round-topLeft {
    BACKGROUND-IMAGE: url('../images/rounds/topLeft.gif');
    WIDTH: 16px; HEIGHT: 16px;
    background-repeat: no-repeat;
    background-position: top left;
}
td.round-Left {
    BACKGROUND-IMAGE: url('../images/rounds/left.gif');
    background-repeat: repeat-y;
    background-position: left;
}
td.round-Right {
    BACKGROUND-IMAGE: url('../images/rounds/right.gif');
    background-repeat: repeat-y;
    background-position: right;
}
td.round-bottom {
    BACKGROUND-IMAGE: url('../images/rounds/bottom.gif');
    HEIGHT: 16px;
    background-repeat: repeat-x;
    background-position: bottom;
}
td.round-bottomLeft {
    BACKGROUND-IMAGE: url('../images/rounds/bottomLeft.gif');
    WIDTH: 16px; HEIGHT: 16px;
    background-repeat: no-repeat;
    background-position: bottom left;
}
td.round-bottomRight {
    BACKGROUND-IMAGE: url('../images/rounds/bottomRight.gif');
    WIDTH: 16px; HEIGHT: 16px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
table.online-bewerbung {
	FONT-WEIGHT: normal;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Verdana;
}