html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -25px;
}

#footer, .push {
    height: 25px;
}

body
{
    background: #fafafa;
    font-size: 10pt;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0 0 1em 0;
    padding: 0.5em;
    border: 1px solid grey;
    background: #eeeeee;
        -moz-border-radius: 1em;
}

fieldset input[type=submit] {
    margin: 0;
    padding: 0;
}

div.body {
    padding: 20px;
    position: relative;
}

/* header */

#header {
    background-color: #424242;
    padding: 5px;
    position: relative;
}

#logo {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

#title {
    display: inline-block;
    color: #ebf1e5;
    font-size: 30px;
    line-height: 60px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 0 0;
}

#title SPAN:nth-child(2) {
    color: #f5ad00;
}

#title SPAN:nth-child(3) {
    color: #e74300;
}

#title SPAN:nth-child(4) {
    color: #eaeaea;
}

#title SMALL {
    font-size: 8px;
    color: #ccc;
}

#user-panel {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ddd;
    text-align: right;
}

#user-panel A {
    color: white;
}

#user-panel A:hover {
    color: #e74300;
    background-color: #424242;
}

#footer {
    background-color: #535353;
    color: #bbb;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 25px;
    font-size: small;
}

#footer A {
    color: #eee;
}

#footer A:hover {
    background-color: transparent;
    color: white;
}

/* */

div.footer {
    clear: both;
    padding: 0.2em 3em 0.2em 3em;
    margin: 1em 0 0 0;
    background-color: #ffffff;
}

a {
    text-decoration: none;
    color: #567232;
}

a:hover {
    background-color: #d8d8d8;
    text-decoration: underline;
}

a img {
    border: 0;
}

table {
    border-collapse: collapse;
    padding: 0.3em 0 0.3em 0;
    margin: 0.2em 0 0.2em 0;
    border: 0;
    font-size: 100%;
}

TD, TH {
    vertical-align: middle;
    border: 1px solid #888;
    text-align: left;
    padding: 5px 10px;
    margin: 0;
}

TH {
    background-color: #3a3a3a;
    color: white;
}

TABLE TBODY TR:nth-child(odd) {
    background-color: #fafafa;
}

TABLE TBODY TR:nth-child(even) {
    background-color: #f1f1f1;
}

h1 {
    padding-left: 0;
    margin: 0.2em 0.5em 0.5em 0;
    font-size: 150%;
    font-weight: normal;
    color: #f08a00;
}

h2 {
    padding-left: 0;
    margin: 0.2em 0.5em 0.5em 0;
    font-size: 120%;
    color: #446785;
}

.error {
    color: red;
    font-weight: bolder;
}

/* Formencode-Fehlermeldungen */
.error-message {
    color: red;
    font-weight: bold;
    font-size: 80%;
    float: left;
}

/* Pager (seitenweises Blättern) */
.pager_link {
    background: 1px solid #a0a0a0;
    text-decoration: none;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.pager_link:hover {
    text-decoration: none;
}

.pager_curpage {
    color: #ffffff;
    background-color: #729742;
    padding-left: 0.2em;
    padding-right: 0.2em;
    font-weight: bold;
}

.pager_dotdot {
}


/* Autocompleter */

.ac_results {
    padding: 0px;
    border: 1px solid WindowFrame;
    /* background-color: Window; */
        background-color: #bce27f;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;

}

.ac_loading {
    background : Window url('/icons/spinner.gif') right center no-repeat;
}

.ac_over {
    background-color: Highlight;
    color: HighlightText;
}

.ac_moreItems {
    text-align: center;
    background-color: InactiveCaption;
    color: InactiveCaptionText;
    margin: 0px;
    padding: 0px 5px;
    cursor: default;
    display: block;
    width: 100%;
    font: bold menu 12px;
    overflow: hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
}

.ms2side__header {
    color: black;
    background: transparent;
    font-size: x-small;
}

.description {
    font-size: x-small;
}

.language_selector .flag span {
    display: none;
}
.language_selector A.flag {
    opacity: 0.6;
}

.no-wrap {
    white-space: nowrap;
}

.right {
    text-align: right;
}

#notification_msg {
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color:#FFF1A8;
    font-weight: bold;
    color: black;
    margin:auto;
    padding: 4px;
    width: 30em;
    text-align:center;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-radius-bottomright: 5px;
}
