body {
	background-image:url('../img/middle.jpg'); 
	background-attachment:fixed;
}

legend {
	font-size:10pt;
	font-family:arial,tahoma;
	font-weight:bold;
	color:#808080;
}

fieldset {
	border-style:solid;
	border-width:1px;
	border-color:#FF0000;
	padding:10px 20px 10px 20px;
	margin:0px 0px 0px 0px;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px;
	margin:0px 0px 0px 0px;
	table-layout:fixed;
}

p.infotext {
	font-family: serif;
	font-size: 8pt;
	color: #808080;
}

td.link {
	cursor:pointer;
}

table.haus {
	background-color:#C0C0C0;
	color:#000000;
}

tr.haus {
	background-color:#C0C0C0;
	color:#000000;
	cursor:pointer;
}

td.haus_empty {
	background-color:#FFFFFF;
	color:#000000;
	height:3px;
}


td.haus_bezeichnung {
	background-color:#C0C0C0;
	color:#000000;
	width:200px;
	font-weight:bold;
	padding-left:10px;
}
td.haus_kurzzeichen {
	background-color:#C0C0C0;
	color:#000000;
	font-weight:bold;
	width:100px;
	padding-left:10px;
}
td.haus_kontonr {
	background-color:#C0C0C0;
	color:#000000;
	font-weight:normal;
	width:110px;
	padding-left:0px;
}

table.saldo{
	background-color:#FFFFFF;
	color:#000000;
	border-left:solid #FF0000 1px;
	border-right:solid #FF0000 1px;
	border-bottom:solid #FF0000 1px;
	border-top:solid 0px;
	width:100%;
}
table.saldo_table{
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px;
	margin:0px;
	/*table-layout:fixed;*/

	background-color:#FFFFFF;
	color:#000000;
	border-left:solid black 1px;
	border-right:solid black 1px;
	border-bottom:solid black 1px;
	border-top:solid 1px black;
	width:100%;
}
table.saldo_table td {
	border:solid 1px black;
}

td.soll_digit {
	width:150px;
	text-align:right;
	font-family:monospace;
}
td.haben_digit {
	width:150px;
	text-align:right;
	font-family:monospace;
}
td.saldo_digit {
	width:150px;
	text-align:right;
	font-family:monospace;
}
td.saldo_digit_nowidth {
	text-align:right;
	font-family:monospace;
	padding-right:2px;
}