html {
    overflow-y:scroll;
}
body:before {
    content: "";
    position: fixed;
    left: 0;
    z-index: 100;
}
body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    margin: 0;
    color:#000;
    background: #efefef;
}

a:hover {
    color:#b61d28;
}
.hovered {
    text-decoration:underline;
}
.red {
    color:#b61d28;
}
.blue a, .lightgray a {
    color:#0e4094 !important;
}
.save_green {
    color: #58cd40;
}
.gray {
    color: #ccc;
}
fieldset {
    margin:0 0 20px 0;
    padding:0;
    border:0;
}

fieldset fieldset {
    margin:0 0 5px 0;
}

fieldset legend {
    margin:5px 0;
    padding:0;
    color: #000 !important;
    font-size:1.5em;
    font-weight:bold;
}
fieldset fieldset legend {
    font-size: 1.1em;
    border:none;
}

dl {
    margin:0;
}

.filter_date {
    margin: 0 0 5px 0;
}

#body {
    height: 100%;
    margin: auto;
    position: relative;
    width: 1265px;
    height: auto;
    background:#fff;
}

input, textarea {
    text-align: left;
    margin: 0;
    padding: 0;
    font-size:11px;
    padding:2px;
}

.contentbox {
    position: relative;
    padding:5px;
    width:1255px;
    overflow: hidden;
    margin: auto;
    z-index: 1;
}

.content{
    width:100%;
    clear:both;
    margin:5px 0; 
}

div.contentbox form{
    height: auto;
}

.footerbox {
    position: relative;
    top: 10px;
    width: 1255px;
    height: 4em;
    overflow: hidden;
    margin: auto;
    text-align: center;
}

.actionbar {
    margin-bottom:10px;
    padding:0;
}

.actionbar_left {
    height: auto;
    float: left;
    display:inline-block;
}
.position table {
    border-collapse: separate;
    empty-cells: show;
    border-spacing: 0;
    text-align:left;
}
.position table td  {
    padding: 5px 10px 5px 5px;
}
.position table th {
    background:#0E4094;
    color:#fff;
    padding: 5px 10px 5px 5px;
    
}

.position td a:hover{
    text-decoration: underline;
}

.actionbar_center {
    height: auto;
    width: 40em;
    float: left;
}

.actionbar_right {
    height: auto;
    text-align: right;
    width: 24em;
    float: left;
}

#actionbar a {
    border: 0em solid #000000;
}

#actionbar img {
    border: 0em solid #000099;
}

[class^="sectiontableentry"] a:hover{
    color: #965700;
}

#contextselect, #crmselect, #contextartselect, #contextrolleselect, #crmselect_aktion, #contextartselect_aktion, #contextrolleselect_aktion {
    margin-bottom: 10px;
}

#contextselect select, #crmselect select, #contextartselect select, #contextrolleselect select, #crmselect_aktion select, #contextartselect_aktion select, #contextrolleselect_aktion select {
    width:150px;
}

#contextselect div:first-child, #crmselect div:first-child, #contextartselect div:first-child, #contextrolleselect div:first-child {
    margin-bottom: 2px;
}

.sectiontablehead {
    background: #ccc;    
}

.sectiontablehead td {
    padding: 5px;
    font-weight:bold;
}

.input_field {
    position: relative;
    width: 100%;
    padding: 0 0 5px 0;
    min-height:2em;
}

.details_status_table {
    margin:10px 0;
    width:100%;
    border-collapse: collapse;
}
.details_status_table .upper_col {
    width:50%;
    padding:0;
}
.details_status_table .upper_col:first-child {
    border-right: 1px solid #aaa;
}
.prj_info_fieldset {
    border:none;
    padding:0;
    margin:0;
}

.prj_status td {
    border: 1px solid #e1e1e1;
    padding: 0.5em;
    border-radius: 5px;
}
table .prj_status{
    vertical-align:top;
    padding-left:5px;
}

.actionbar_center a.button {
    position: relative;
    top: 10px;
}

.selected {
    background-color: #BBCCBB;
    cursor:pointer;		
}
.selected:hover {
    background-color: #A8AAFD;
}

.notselected {
    background-color: #e4eeee;		
    cursor:pointer;		
}
.notselected:hover {
    background-color: #A8AAFD;
}

.list {
    font-size: 11px;
    margin-top: 5px;
}

.list table {
    border: 0px solid #000000;
    border-collapse: separate;
    empty-cells:show;
    font-size:11px;
    text-align:left;
}

.list th {
    font-weight: bold;
    background: #ccc;
    padding: 5px;
}

.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 td {
    padding: 0 0 0 5px;
    border-bottom:1px solid #ccc;
}

.content_left{
    width:49%;
    height:100%;
    float:left;
}
.content_right{
    width:50%;
    height:100%;
    float:right;
    background: #f1f1f1; 
}
.content_right fieldset {
    padding-left: 5px;
}
.content_right fieldset fieldset {
    padding-left: 0;
}
.content_right > h2 {
    padding-left:5px;
}

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); /* 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 */
}

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;
}

#body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: none repeat scroll 0 0 rgba(30, 87, 153, 0.75);
    width: 1em;
}
#projekt_aktionen_ohne_beteiligung, .infotext {
    margin:10px 0;
    font-weight:bold;
}

.prj_typ_import {
    padding-bottom: 20px;
}

#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%;
}

@-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;
}

#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;
}