#mitte {
	background: #f9f9f9;
	border: groove 3px #999;
	border-radius: 15px;
	padding: 15px;
	max-width: 100%;
	margin: 20px auto;
	/*float: left;*/
}
input.login {
	width: 270px;
}
input.betrag {
	width: 100px !important;
}
div.button {
	font-size: 14px;
	width: 270px;
	height: 30px;
	position: relative;
}
.but {
	border-radius: 4px;
	border: 2px #ccc outset;
	padding: 2px 10px;
	background: #eee;
	color: #333;
	font-weight: bold;
}
input.but.std {
	position: absolute;
	right: -6px;
}
input.but.okpic {
	width: 20px;
	background: url(img/ok.png) center no-repeat;
}
input.but.cancelpic {
	width: 20px;
	background: url(img/minus.gif) center no-repeat;
}
input.lbut {
	right: auto !important;
	left: 0px !important;
}
.but:disabled {
	color: #999;
}
.but:focus {
	border-color: #c33;
}
.but:hover:not([disabled]) {
	border-style: inset;
	background-color: #ddd;	
}
.but.garbage {
	width: 20px;
	height: 20px;
	background: url(img/garbage.gif) center no-repeat;
	vertical-align: top;
}
.but.garbage:disabled, .but.edit:disabled {
	background-color: #333;
}
.but.edit {
	width: 20px;
	height: 20px;
	background: url(img/edit.gif) center no-repeat;
	vertical-align: top;
}
span.pwko, .notok {
	background: #f4d3c6 !important;
}
span.pwok {
	background: #d3f4c6;
}
b, .bold {
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #c33;
}
a:focus {
	background-color: #ffa;
}
a:hover, a.edit:hover, a.new-el:hover {
	background-color: #ccc !important;
}
.akt a {
	color: #053fae;
}
.akt a:hover {
	background: none;
}
span.menu-ok {
}
span.menu-ko {
	background: #ff9;
}
.line-through {
	text-decoration: line-through;
}
.bold {
	font-weight: bold;
}
.so-selected {
	background-color: #ff9;
}
table.gen {
	border-collapse: collapse;
}
table.gen td, table.gen th {
	border: groove 2px #999;
	padding: 5px;
}
.result {
	font-size: 120%;
	font-weight: bold;
}
.so-result {
	clear: both;
	float: left;
	margin: 15px 0;
	border: 2px gray groove;
	padding: 5px;
}
#fa-form table {
	padding: 0px;
}
#fa-head th, #fa-table th {
	font-weight: bold;
}
td.zahl {
	text-align: right !important;
}
.mmtab-strg ul li {
	margin: 5px 10px !important;
}
ul.menu-top {
	list-style: none;
}
ul.menu-top li {
	margin: 5px 20px;
	float: left;
	font-size: 120%;
	font-weight: bold;
}
tr.notup2date {
	background-color: #ffe0e0;
}
tr.sum {
	background-color: #ffc;
	font-weight: bold;
}
tr.psum {
	background-color: #ffffe0;
}
tr.gsum {
	background-color: #cf9;
	font-weight: bold;
	font-size: 110%;
}
.table-part {
	position: relative;
}
.overlay {
	position: absolute;
	background: rgba(128, 128, 128, 0.2);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 200;
}
.splitMarked, .mergeMarked {
	display: none;
}
a.split-el {
	background: url(/res/img/split.gif) no-repeat center;
}
a.merge-el {
	background: url(/res/img/merge.gif) no-repeat center;
}
span.wichtig {
	font-weight: bold;
	background-color: #cfc;
	padding: 5px 10px;
	text-align: center;
}
tr.wichtig {
	background-color: #cfc;
}

