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(common/img/ok.png) center no-repeat;
}
input.but.cancelpic {
	width: 20px;
	background: url(common/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(common/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(common/img/edit.gif) center no-repeat;
	vertical-align: top;
}
span.pwko, .notok {
	background: #f4d3c6 !important;
}
span.pwok {
	background: #d3f4c6;
}
.menu {
	padding: 5px 0;
}
span.menu-ok {
}
span.menu-ko {
	background: #ff9;
}
.so-foot {
	clear: both;
	margin: 10px auto;
	width: 200px;
}
.so-foot a {
	display: block;
	height: 200px;
}
.so-imprint {
	text-align: right;
}
#adm-kuerzel, #so-mcode {
	width: 120px;
}
#adm-points {
	width: 30px;
}
#adm-info {
	vertical-align: top;
	height: 30px;
}
.so-selected {
	background-color: #ff9;
}
table.matrix {
	border-collapse: collapse;
}
table.matrix td, table.matrix th {
	border: groove 2px #999;
	padding: 5px;
}
table.matrix td:first-child {
	font-weight: bold;
}
table.matrix th:first-child {
	text-align: left;
}
table.matrix tfoot tr {
	background-color: #ffc;
}
.result {
	font-size: 120%;
	font-weight: bold;
}
.so-result {
	clear: both;
	float: left;
	margin: 15px 0;
	border: 2px gray groove;
	padding: 5px;
}
#so-head-div {
	border: 2px gray groove;
}
#so-head th, #so-table th {
	font-weight: bold;
}

.mmt-so {
	padding-top: 10px;
}
.mmt-so span:first-of-type {
	padding-left: 0 !important;
}
.mmt-so span {
	padding: 10px;
}
a.view-el {
	background: url(common/img/view.png) no-repeat center;
}
a:hover, a.view-el:hover {
	background-color: #ccc !important;
}
.so-featured {
	color: #1f2776;
	font-weight: bold;
	padding: 0 10px;
}
a.so-featured {
	color: #c33;
}
.so-sel-anz a.coltoleft {
	padding: 3px 14px 0 14px;
	background-position: 12px center;
}
.so-sel-anz a.coltoright {
	padding: 3px 14px 0 14px;
	background-position: 4px center;
}
