﻿/************************************/
/*  Stylesheet von Michael Stögner  */
/*  für Eintrittsformular           */
/************************************/
body {
    font-size: 14px;
    background-color: LightGray; /* #D4D7DB; */
    color: Black;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    color: Navy;
    margin-left: 0.38em;
    margin-right: 0.38em;
    margin-top: 0.62em;
    margin-bottom: 0.62em;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 1px;
    padding-top: 0.24em;
    padding-bottom: 0.24em;
}

label, input, textarea, select {
    margin-top: 0.38em;
    margin-right: 0.38em;
    margin-bottom: 0.38em;
    margin-left: 0.38em;
}

input, textarea, p {
    padding-left: 0.38em;
    padding-right: 0.38em;
}

input:disabled, select:disabled, textarea:disabled {
    background-color: LightGray;
    color: DimGray;
}

label {
    font-weight: bolder;
}

table[class="information"] {
    width: 100%;
    border-style: dotted;
    border-color: DimGray;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    background-color: #D4D7DB;
}

table[class="upload"] {
    border: 1px;
    border-style: solid;
    border-color: DimGray;
}

ul[class="menu"] {
    clear: both;
    position: relative;
    left: 0px;
    top: 4px;
    list-style-type: none;
    margin: 4px 0px;
    padding: 0;
    overflow: hidden;
    background-color: #444;
}

li[class="menu"] {
    float: left;
    display: inline;
}

li a[class="menu_XL_Width"] {
    display: block;
    width: 10em;
    color: FloralWhite;
    text-align: center;
    padding: 0.38em 0.62em;
    text-decoration: none;
}

li a[class="menu"] {
    display: block;
    width: 6em;
    color: FloralWhite;
    text-align: center;
    padding: 0.38em 0.62em;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover[class="menu"] {
    background-color: #111;
}

li a:hover[class="menu_XL_Width"] {
    background-color: #111;
}

#wrapper1 {
    border-style: solid;
    border-width: 1px;
    border-color: DimGray;
    width: 884px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.62em;
    margin-bottom: 1.62em;
}

#wrapper1[class="information"] {
    background-color: white;
}

#wrapper2 {
    background-color: LightSkyBlue;
    width: 882px;
    margin-left: auto;
    margin-right: auto;
}

#wrapper3 {
    width: 882px;
    margin-left: auto;
    margin-right: auto;
}

#logo_banner {
    width: 882px;
    height: 32px;
    margin-top: 0;
    margin-bottom: 4px;
    background-color: white;
}

#banner {
    width: 882px;
    height: 52px;
    background-color: white;
}

#header {
    height: 80px;
    width: 642px;
    float: right;
    color: white;
    font-size: 120%;
    background-color: #e61a2f; /* rot */
}

#section, #section.userdata {
    margin-top: 0.38em;
    margin-bottom: 0.38em;
    padding-top: 0.38em;
    padding-right: 0.38em;
    padding-bottom: 0.38em;
    padding-left: 0.38em;
}

#section, #section.userdata {
    width: auto;
    text-align: left;
}

#navigation {
    background-color: #5FBDF4;
    width: auto;
    border-style: dotted;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-color: Navy;
    padding-top: 0.24em;
    padding-right: 0.38em;
    padding-bottom: 0.24em;
    padding-left: 0.38em;
}

#navigation[class="information"] {
    background-color: #D4D7DB;
}

#footer {
    width: auto;
    border-color: DimGray;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    font-size: smaller;
    color: DimGray;
    text-align: center;
    margin-top: 0.24em;
    padding-top: 0.24em;
    padding-bottom: 0.24em;
}

thead.upload {
    border: 1px;
    border-style: solid;
    border-color: DimGray;
    color: FloralWhite;
    background-color: #3AA6E6;
}

tbody.upload {
    border: 1px;
    border-style: solid;
    border-color: DimGray;
}

thead.information {
    color: FloralWhite;
    background-color: Black;
    border-color: DimGray;
}

tbody.information {
    border-color: DimGray;
}

tbody.upload {
    border: 1px;
    border-style: solid;
    border-color: Blue;
}

tr.legend {
    font-size: small;
    font-style: italic;
    background-color: LightSkyBlue;
    color: Black;
}

.info {
    font-size: small;
}

input.iban {
    text-transform: uppercase;
}

.statusText {
    width: auto;
    font-size: smaller;
    color: DimGray;
    margin-left: 0.38em;
    margin-right: 0.38em;
    padding-left: 0.24em;
    padding-right: 0.24em;
    background-color: LightGray;
}

.emphasized {
    background-color: Yellow;
    border-color: Navy;
}

.separation {
    clear: both;
    width: auto;
    height: 0.38em;
}

.fehler {
    box-shadow: 0 0 4px 2px Blue;
}

.keinFehler {
    box-shadow: none;
}

.hidden {
    display: none;
}

.centered {
    text-align: center;
}

.pageTitle {
    width: 62%;
}

.container {
    position: relative;
    width: 8em;
}

.clearfix {
    overflow: auto;
}

th.upload, th.information {
    text-align: center;
}

th.upload {
    border: 1px;
    border-style: solid;
    border-color: DimGray;
}

td.upload {
    border: 1px;
    border-style: solid;
    border-color: DimGray;
}

p.legend {
    font-size: small;
    font-style: italic;
    background-color: LightGray;
}

div.legend {
    width: 100%;
    color: DimGray;
    background-color: LightGray;
    border: 0;
    border-style: solid;
    padding-top: 0.12em;
    padding-bottom: 0.12em;
    font-size: small;
    font-style: italic;
}

span.legend {
    background-color: LightGray;
    color: DimGray;
    border: 1px;
    border-style: solid;
    border-color: DimGray;
    padding: 0 0.38em;
    margin: 0 0.62em;
}

.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    border: solid 1px DimGray;
    background: LightGray;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .38em 1em .38em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.button:hover {
    background: DimGray;
}

.button:active {
    position: relative;
    top: 1px;
}

table.listemployees {
    border-style: solid;
    border-width: 1px;
    border-color: DimGray;
    margin-bottom: 0.38em;
}

tr.listemployees:nth-child(odd) {
    background-color: #B6E3FD;
}

tr.listemployees:nth-child(even) {
    background-color: FloralWhite;
}

th.listemployees {
    color: FloralWhite;
    background-color: #1492DD;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: DimGray;
}

td.listemployees {
    border-style: solid;
    border-width: 1px;
    border-color: DimGray;
    padding: 0px 0.38em;
}

img.listemployees {
    margin: -0.68em 0 0 0.62em;
}

input.looklikeLink {
    background: none !important;
    border: none;
    padding: 0 !important;
    font: inherit;
    color: inherit;
    border-bottom: 1px solid #444;
    cursor: pointer;

}

.message {
    padding: 0.62em;
    color: white;
}

h1.message, h2.message, h3.message, h4.message, h5.message {
    color: white;
}

.closebtn {
    margin-left: 0.5em;
    color: white;
    font-weight: bold;
    float: right;
    font-size: x-large;
    line-height: 1em;
    cursor: pointer;
}

.closebtn:hover {
    color: black;
}

.okStatus {
    min-width: 190px;
}

#formUebersicht{
    margin: 0px;
}