body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 0.8em;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    z-index: 100;
}

div#body {
    height: 100%;
    margin: auto;
    padding: 0.5em;
    position: relative;
    width: 120em;
    height: auto;
}

.ui-dialog .ui-dialog-content {
    overflow: hidden;
}

.contentbox {
    position: relative;
    top: 0.5em;
    width: 115em;
    overflow: hidden;
    background-color: #F8F8F8;
    margin: auto;
    padding: 0.1em;
    text-align: left;
    border: 0.1em solid #BBBBBB;
    min-height: 50em;
    z-index: 1;
}

.content {
    width: 95%;
    height: 99%;
    margin: 5px auto auto auto;
    clear: both;
}

html body div.contentbox form {
    height: auto;
}

.footerbox {
    position: relative;
    top: 1em;
    width: 98em;
    height: 4em;
    overflow: hidden;
    background-color: #F8F8F8;
    margin: auto;
    padding: 0.1em;
    text-align: center;
    border: 0.1em solid #BBBBBB;
}

.actionbar {
    background-color: #F1F1F6;
    border: 0.1em solid #CCCCCC;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: 800;
    height: auto;
    min-height: 5em;
    text-align: left;
    width: auto;
}

.actionbar_left {
    height: auto;
    text-align: left;
    border: 0em solid #000000;
    width: 50em;
    font-family: Tahoma;
    font-weight: 500;
    padding-left: 0.1em;
    padding-top: 0.6em;
    float: left;
}

.actionbar_center {
    height: auto;
    text-align: right;
    border: 0em solid #FF0000;
    width: 40em;
    font-family: Tahoma;
    font-weight: 500;
    padding-top: 0.6em;
    float: left;
}

.actionbar_right {
    height: auto;
    text-align: right;
    border: 0px solid #FF0000;
    width: 24em;
    font-family: Tahoma;
    font-weight: 500;
    padding-top: 0.6em;
    float: left;
}

#actionbar a {
    border: 0em solid #000000;
}

#actionbar img {
    border: 0em solid #000099;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    margin-left: 0.3em;
    margin-right: 0.3em;
}

#transparent {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.9;
    z-index: 4000;
    width: 100%;
    height: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(22, 22, 22);
    background-image: url("../images/pattern_40.gif");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: repeat;
    background-size: auto auto;
}

#loading {
    padding-top: 1em;
    margin: 25em auto 0;
    z-index: 5000;
    background-color: rgb(22, 22, 22);
    width: 20%;
    height: 35%;
}

[class^="sectiontableentry"] a:hover {
    color: #965700;
}

[class^="adresstableentry"] a:hover {
    color: #965700;
}

.sectiontablehead {
    background: rgb(249, 234, 212); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 234, 212, 1)), color-stop(100%, rgba(251, 160, 16, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /* W3C */
    height: 20px;
}

.adresstablehead {
    background: rgb(249, 234, 212); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 234, 212, 1)), color-stop(100%, rgba(251, 160, 16, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /* W3C */
    height: 20px;
}

.sectiontablehead td {
    font-size: 10px;
}

.adresstablehead td {
    font-size: 10px;
}

.input_field {
    display: block;
    min-height: 2em;
    position: relative;
    width: 100%;
}

.prj_info_fieldset {
    border: none;
    padding-top: 3px;
    padding-left: 2px;
    padding-bottom: 3px;
    padding-right: 5px;
}

.prj_status td {
    border: 1px solid #777777;
    border-collapse: collapse;
    padding: 0.5em;

}

table .prj_status {
    vertical-align: top;
}

.selected {
    background-color: #BBCCBB;
    cursor: pointer;
}

.selected:hover {
    background-color: #A8AAFD;
}

.notselected {
    background-color: #e4eeee;
    cursor: pointer;
}

.notselected:hover {
    background-color: #A8AAFD;
}

.menu {
    background-repeat: no-repeat;
    background-position: 60% 50%;
    background-size: auto 99%;
    min-height: 400px;
}

.fieldset_login {
    border: 2px ridge blue; /*#c6008c;*/
    opacity: 1.0;
    -moz-opacity: 1.0;
}

.position {
    width: 99%;
}

.position table {
    border: 0px solid #000000;
    border-collapse: separate;
    empty-cells: show;
    font-size: 10px;
}

.position th {
    width: 33%;
    border: 0px solid #000000;
    margin: 0px;
    padding: 1px 1px 1px 1px;
    background: rgb(249, 234, 212); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /*  FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 234, 212, 1)), color-stop(100%, rgba(251, 160, 16, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /*  Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /*  Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /*  W3C */
    font-weight: normal;
}

.position td {
    width: 33%;
    border: 0px solid #000000;
    margin: 0px;
    padding: 5px 10px 5px 10px;
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ececec 0%, #cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ececec 0%, #cecece 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ececec 0%, #cecece 100%); /* IE10+ */
    background: linear-gradient(top, #ececec 0%, #cecece 100%); /* W3C */
}

.position td a {
    font-weight: normal;
    color: rgb(0%, 0%, 0%);
    font-weight: 900;
}

.position td a:hover {
    text-decoration: underline;
}

.list {
    font-size: 11px;
    margin-top: 10px;
}

.list table {
    border: 0px solid #000000;
    border-collapse: separate;
    empty-cells: show;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}

.list th {
    height: 20px;
    font-weight: bold;
    color: rgb(0%, 0%, 0%);
    background: rgb(249, 234, 212); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 234, 212, 1)), color-stop(100%, rgba(251, 160, 16, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%); /* W3C */
    vertical-align: middle;
    text-align: center;
}

.list td {
    padding-left: 0.5em;
}

.list .event:hover {
    background-color: #c0c0f0;
}

.sectiontableentry0 {
    background: rgb(47, 83, 191); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(47, 83, 191, 0.60) 0%, rgba(35, 64, 142, 0.60) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(47, 83, 191, 0.60)), color-stop(100%, rgba(35, 64, 142, 0.60))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(47, 83, 191, 0.60) 0%, rgba(35, 64, 142, 0.60) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(47, 83, 191, 0.60) 0%, rgba(35, 64, 142, 0.60) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(47, 83, 191, 0.60) 0%, rgba(35, 64, 142, 0.60) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(47, 83, 191, 0.60) 0%, rgba(35, 64, 142, 0.60) 100%); /* W3C */
    height: 28px;
}

.sectiontableentry1 {
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ececec 0%, #cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ececec 0%, #cecece 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ececec 0%, #cecece 100%); /* IE10+ */
    background: linear-gradient(top, #ececec 0%, #cecece 100%); /* W3C */
    height: 28px;
}

.adresstableentry0 {
    background: rgb(47, 83, 191); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(47, 83, 191, 0.60) 0%, rgba(35, 64, 142, 0.60) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(47, 83, 191, 0.60)), color-stop(100%, rgba(35, 64, 142, 0.60))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(47, 83, 191, 0.60) 0%, rgba(35, 64, 142, 0.60) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(47, 83, 191, 0.60) 0%, rgba(35, 64, 142, 0.60) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(47, 83, 191, 0.60) 0%, rgba(35, 64, 142, 0.60) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(47, 83, 191, 0.60) 0%, rgba(35, 64, 142, 0.60) 100%); /* W3C */
    height: 28px;
}

.adresstableentry1 {
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ececec 0%, #cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ececec 0%, #cecece 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ececec 0%, #cecece 100%); /* IE10+ */
    background: linear-gradient(top, #ececec 0%, #cecece 100%); /* W3C */
    height: 28px;
}

.content_left {
    width: 50%;
    height: 100%;
    float: left;
}

.content_right {
    width: 48%;
    height: 100%;
    float: right;
}

span[id^="firmadresse"] {
    position: absolute;
    overflow: auto;
    background-color: #F8F8F8;
    /*width:17em;*/
    min-height: 6em;
    left: auto;
    right: 2em;
    top: auto;

}

span[id^="persadresse"] {
    font-size: 11px;
    position: absolute;
    overflow: auto;
    background-color: #F8F8F8;
    width: 28em;
    min-height: 6em;
    left: auto;
    top: auto;
    bottom: auto;
}

span[id^="persadresse"] th {
    background: rgb(249, 234, 212);
    background: -moz-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 234, 212, 1)), color-stop(100%, rgba(251, 160, 16, 1)));
    background: -webkit-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%);
    background: -o-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%);
    background: -ms-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%);
    background: linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%);
}

div.tab-row h2.tab a {
    font-weight: 900;
}

#Liste th a {
    font-weight: 900;
}

#Liste th a:hover {
    text-decoration: underline;
}

.neuprojektlabel {
    float: left;
    width: 8.5em;
    font-weight: normal;
}

.neuprojektauswahl {
    float: left;
    clear: right;
}

#neurollenauswahl {
    display: none;
}

.nondisplay {
    display: none;
}

span.error {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    color: red;
    width: 35em;
}

#ball {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid rgba(0, 183, 229, 0.9);
    opacity: .9;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear;
}

#ball1 {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid rgba(0, 183, 229, 0.9);
    opacity: .9;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: 0 0 15px #2187e7;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    -moz-animation: spinoff .5s infinite linear;
    -webkit-animation: spinoff .5s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes spinoff {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

#glow {
    font-size: 40px;
    width: 80%;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    color: #2187e7;
    text-shadow: 0px 0px 20px #00c6ff;
}

.ui-widget-header {
    font-weight: bold;
    color: rgb(0%, 0%, 0%);
    background: rgb(249, 234, 212);
    background: -moz-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 234, 212, 1)), color-stop(100%, rgba(251, 160, 16, 1)));
    background: -webkit-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%);
    background: -o-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%);
    background: -ms-linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%);
    background: linear-gradient(top, rgba(249, 234, 212, 1) 0%, rgba(251, 160, 16, 1) 100%);
    border: transparent;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: rgb(80, 80, 80);
    font-family: Tahoma;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: rgb(0, 0, 0);
    font-family: Tahoma;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#tabs {
    margin: 0.5em;
    border: 0.1em solid #bbb;
}

#body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: none repeat scroll 0 0 rgba(30, 87, 153, 0.75);
    width: 1em;
}
