body {
	margin: 1cm;
}

* {
	font-family: sans-serif;
	color: black;
}

#logo {
	display: inline;
	text-align: center;
}

#content ul {
	list-style-type: square;
}

#menu {
	display: none;
}

#content p {
	text-align: justify;
}

div.toplink {
	display: none;
}

i.abk {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

table tr.top th {
	border-bottom: solid 1px black;
}

table tr th.left {
	border-right: solid 1px black;
	text-align: right;
	padding-right: 5px;
}

table tr.sum th, table tr.sum td {
	border-top: double 3px black;
}

table tr.empty {
	border: none;
	height: 20px;
}

table tr td {
	padding: 5px;
	padding-left: 15px;
}

table tr td.num, table tr td.negnum {
	text-align: right;
}



