/**************** BIBA intern *******************/

BODY {
    color: #000000;
    font: 90% Arial, Verdana, Geneva, Helvetica, sans-serif;
    width: 850px;
    position: absolute;
    margin-bottom: 20px;
}

BODY a {
    text-decoration: none;
}

/***** über rotem Balken *****/
DIV#oben {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: -1;
}

DIV#biba {
    position: absolute;
    left: 695px;
    top: 30px;
}

/************************************/
DIV#naviO {
    position: absolute;
    top: 110px;
    width: 850px;
    left: 0;
    height: 25px;
    background-color: #da251d;
}

/************Navigation **************/
DIV#navi {
    position: absolute;
    top: 138px;
    left: 0;
    padding: 50px 5px;
    width: 170px;
    background-color: #eaeaea;
    font-size: 90%;
    height: 600px;
}

#navi a.active {
    font-weight: bold;
}

/************Inhalt************************/
DIV#content {
    position: relative;
    top: 150px;
    left: 190px;
    width: 645px;
    font-size: 90%;
    padding: 10px 5px 5px 5px;
    border: thin solid #eaeaea;
}

TABLE {
    position: relative;
    width: 100%;
    font-size: 90%;
    padding: 10px 5px 10px 5px;
    border: thin solid #eaeaea;
}

DIV.error {
    font-weight: bold;
    color: #da251d;
    margin-top: 5px;
    margin-bottom: 5px;
}

.box {
    padding: 10px;
    margin: 5px 5px 5px 0;
    border: 1px solid #DDDDDD;
}

.box-small {
    width: 100px;
    float: left;
}

.box-medium {
    width: 185px;
    float: left;
    min-height: 30px;
}

.box-large {
    width: 623px;
}

.box-small a, .box-medium a {
    float: right;
}

.clear {
    clear: both;
}

.alert {
    width: 600px;
    padding: 12px;
    margin: 15px 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    background-color: #DFF0D8;
    color: #3C8584;
}

.alert-fail {
    background-color: #F2DEDE;
    color: #A94442;
}

.bold {
    font-weight: bold;
}

th {
    text-align: left;
    border-bottom: 1px solid #DDDDDD;
}

td {
    padding: 2px 0;
}
pre {
    border: 1px solid #aaaaaa;
    margin: 5px;
    padding: 10px;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, post millennium */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}


.btn {
    color: #333;
    background-color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn-disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

/* Hack to do apply this only if there are 2 columns,
 see https://stackoverflow.com/a/12198561 */
table.phoneForm tr td:first-child:nth-last-child(2) {
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}

td.divider {
    padding-bottom: 5px;
    border-center: 1px solid #AAA;
}

td.divider hr {
    border: 0;
    border-top: 1px solid #AAA;
}

input, textarea, select, button {
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

button {
    margin: 5px;
}

img {
    padding-right: 5px;
}

.hidden {
    display: none;
}

td.formlabel {
    padding-right: 10px;
    padding-top: 8px;
}

td.formlabel-no-padding {
    padding-top: 2px;
}