body {
	background-image: url(../include/header40.png);
	background-repeat: repeat-x;
	background-position: top left;
}

div.footer {
	margin-top: 10px;
	clear: both;
	background-image: url(../include/background.png);
}
p.footer {
	padding: 10px;
	font-size: small;
	color: white;
}

p.header {
	padding: 5px;
	font-size: small;
	font-weight: bold;
	color: white;
}

.error {
	font-size: small;
	color: red;
}

.information {
	font-size: small;
}
.attension {
	font-size: small;
	color: green;
}

td.edititem {
	text-align: right;
	white-space: nowrap;
}
td.item {
	background-color: #eeeeee;
}
td.value {
	background-color: #eeeeff;
}
td.insufficient {
	background-color: #ffcccc;
}
table.view {
	background-color: #ffffff;
	border: solid 1px #cccccc;
	border-spacing: 2px;
	border-collapse: separate;
}

table.menu {
	border-spacing: 10px;
	border-collapse: separate;
}
td.menu {
	text-align: right;
}

tr.odd {
	background-color: #ffffdd;
}
tr.even {
}