table {
	width : 100%;
	border-bottom : 3px double #d3d3d3;
}

td {
	padding : 3px;
	padding-top : 5px;
	padding-bottom : 5px;
	border-bottom : 1px dotted Silver;
	cursor:default;
}

tr {
	background-image : url(../gfx/tr_back.gif);
	background-repeat:repeat-x;
	background-color : #f2f2f2;
}


tr.title td {
	border-bottom : 2px solid #9a0000;
	font-size : 0.9em;
	font-weight:bold;
	background-image : url(../gfx/tr-title_back.gif);
}


tr.subtitle td {
	font-weight:bold;
	height : 30px;
	font-size : 1.1em;
	background-image : url(../gfx/tr-subtitle_back.gif);
}


tr.spacer {
	height : 22px;
	background-image:none !important;
	background-color : White;
}


tr.spacer td {
	border-top : 3px double #d3d3d3;
}


tr.abschreibung td {
	height : 14px;
	color : Silver;
}


td select {
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	color : Gray;
	font-size : 13px;
	width : 150px;
	cursor : pointer;
}


td input {
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	color : Gray;
	font-size : 13px;
	width : 90%;
	height : 14px;
}



