
table.form {
	background: #dadada;
}
table.form_gesperrt {
	background: #ff0000;
}
tr.liste {
	background: #E6E6FA;
	border: 1px solid white;
	font-family: Arial, Helvetica, sans-serif;
	color: navy;
	font-size: 16px;
	empty-cells: show;
}
tr.liste_header {
	background: B4CDCD;
	border: 1px solid white;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	align:left;
	font-size: 18x;
	empty-cells: show;
}
th {
text-align:left
}
tr.msg{
	background: Background;
	border: 1px solid yellow;
	font-family: Arial, Helvetica, sans-serif;
	color: Highlight;
	font-size: larger;
	empty-cells: show;
}
 
body {
	font-family: sans-serif;
	font-style: normal;
	clear: inherit;
}

td.readonly {
	font-weight: bold;
}
 
td.white {
}

button {
    overflow: visible;
    width: auto;
}
button.link {
    font-family: "Verdana" sans-serif;
    font-size: 1em;
    text-align: left;
    color: blue;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
   
    -moz-user-select: text;
 
    /* override all your button styles here if there are any others */
}
button.link span {
    text-decoration: underline;
}
button.link:hover span,
button.link:focus span {
    color: black;
}
.lsc-deep-purple,.lsc-hover-deep-purple:hover{color:#fff!important;background-color:#BF0D3E !important}
.column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}