@CHARSET "ISO-8859-1";

.button {
    background-color: #D1EEEE;
    border: none;
    border-radius: 2px;
    color: black;
    padding: 3px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: pointer;
    float: left;
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.2), 0 8px 16px 0 rgba(0,0,0,0.19);
}

.button:hover {
    color: white;
    background-color: #009EE0;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button_aus {
    background-color: #009EE0;
    border: none;
    border-radius: 2px;
    color: white;
    padding: 3px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: pointer;
    float: left;
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.2), 0 8px 16px 0 rgba(0,0,0,0.19);
}
.spalte1 {
	width: 10%;
	text-align: left;
    border-bottom: 1px solid #FFFFFF;
    background-color: #e8e8e8;
    padding: 6px 6px 6px 8px !important;
}

.spalte2 {
	width: 89%;
	text-align: left;
    border-bottom: 1px solid #FFFFFF;
    background-color: #e8e8e8;
    padding: 6px 6px 6px 5px !important;
}

.table {
	border-collapse: collapse;
	width: 100%;
}

table.dataTable tbody td {
  vertical-align: top !important;
  padding-top: 10px !important;
}