/******************
 * GENERAL
 */

* [class*="width150"] {
    width: 150px;
}

* [class*="block_right"] {
    display: inline-block;
    margin-right: 0;
    margin-left: 5px;
    margin-top: -13px;
}

/******************
 * A
 */
a[class*="_none"] {
    text-decoration: none;
    color: black;
}

/******************
 * IMAGES
 */
.img_logo {
    width: 240px;
    height: 200px;
    margin-left: 10px;
}

/******************
 * LABEL
 */
label[class*="block_width"] {
    display: inline-block;
    width: 100px;
}

label[class*="_underlined"] {
    text-decoration: underline;
}

label[class*="_bold"] {
    font-weight: bold;
}

/******************
 * TABLE
 */
table {
    font-family: Arial, serif;
    font-size: 12px;
    text-align: left;
    border: 1px solid black;
    border-collapse: collapse;
    min-width: 70%;
}

td, th {
    border: 1px solid black;
    padding: 3px;
}

table[class*="_none"] {
    font-family: Arial, serif;
    font-size: 12px;
    text-align: left;
    border: 0 solid black;
    border-collapse: collapse;
    min-width: 70%;
}

td[class*="_none"], th[class*="_none"] {
    border: 0 solid black;
    padding: 3px;
}

button:hover, input[type="button"]:hover , input[type="submit"]:hover {
    cursor: pointer;
}

/******************
 * DIV
 */
div [class*="div_taetigkeiten"] {
    height: 310px;
    overflow: auto;
}

div [class*="div_working"] {
    height: 70px;
}

div [class*="div_details"] {
    height: 85px;
}