body
{
    font-family: sans-serif;
    font-size: 12px;
    margin: 0;
    width: 100%;
}
/*Allgemeine definitionen*/

.float-left{float: left; margin-left: 30px;}
.float-right{float: right; margin-right: 30px;}
.center{ margin-left: auto; margin-right: auto;}
.fulls{width:auto; min-width: 95%;}
.space{height: 250px;}
.suche{float: right; margin-top: 10px;}

h1{margin-top:0px;}
a{text-decoration: none; color: #005194;}
a:hover{color: #008000; }
input[type="text"], textarea {
    width: 530px;
    height: 200px;
}


#overall{
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 1366px;
}
.width100{width: 100vw; float: left; max-width: 1366px;}
.margin30{margin-top:30px;}
.width50{width: 45%;margin: 0 1% 0 1%; float: left;}


/*header*/
#header{
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100px;
    height: auto;
    width: 100%;
    background: #D9D6D6;
    margin-bottom: 30px;
    float: left;  
    z-index: 9999;
}
.header-inner{
    max-width: 1366px;
    margin:  0 auto 0 auto ;
}
#hedaer-margin{
    height: 90px;
    width: 100%;
}
#logo-cust{
    margin-top: 5px;
    margin-left: 15px; 
    max-width: 300px;
}
.logo-cust{
    border: solid 3px;
    border-color: #005194;
    border-radius: 20px;
    width: 100%;
}

#menu{margin-top: 15px; }
.menu-group{margin-right: 30px; float: left;}
.menu-group img{height:60px; width: auto;}


.cis-logo{
    float: right;
    margin-top: 15px;
    margin-right: 30px;
}
/*header end*/
/*Verrechnungsseite*/
.focus{border-radius: 5px; height: 20px; padding: 3px; color: #666666;}
.focus:focus {background-color:lightblue;}
.focus-lock{background-color: #96dc00; color: #005194;}
#ver-offert{margin-top: 50px;}

.td-height{
    height: 40px;
}

.template{
    margin-bottom: 30px;
}

.template-cont{
    height: 30px;
    max-width: 540px;
    vertical-align: top;
    border-bottom: solid 1px #666666;  
}

.template-lock{
    margin-left: 10px;
    padding-top: 5px;
}
.template-lock div{
    margin-right: 30px;
}

.template-name{
    float: left;
    font-size: 14px;
    margin-top: -15px;
}
.template-cost{
    float: left;
    font-size: 12px;
    margin-top: -15px;

}
.template-desc{
    margin-top: 2px;
    float: left;
    width: 100%;
    font-size: 10px;
    max-height: 27px;
    overflow: hidden;
    color: #666666;
}


div.maildiv
{
    background-color: #CCCCCC;
    border-bottom: 1px solid #333333;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

#KNr{color:#008000;}


/*Startseite*/
div.apple
{
    border: 1px solid #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 2px 4px rgba(0,0,0,.4);
    margin-bottom: 20px;
    padding: 15px;
    background:-moz-linear-gradient(top, #fff, #CCC); /* Firefox */
    background:-webkit-linear-gradient(top, #fff, #CCC); /* Safari, Chrome */
    background:-o-linear-gradient(top, #fff, #CCC); /* Opera */
    background:-ms-linear-gradient(top, #fff, #CCC); /* IE */
    background:linear-gradient(top, #fff, #CCC); /* W3C Standard */
}

.index-box{width: 40%; height: auto; min-height: 200px; float: left; margin-left: 2%;}

.index-shortcut{
    margin:15px;
    border: #005194 solid 2px;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    float: left;
    z-index: 99;
}

.index-shortcut img{
    display: block;
    margin-left: auto;
    margin-right: auto 
}
.index-shortcut-div{
    height: auto;
    width: auto;
    text-align: center;
    display: block;
    margin-bottom: 5px;
    color: #005194;

}
.index-shortcut:hover{
    border-bottom-left-radius: 40% 15px;
    box-shadow: -5px 10px 15px  #999999;
}

#status{
    font-size: 14px; 
    line-height: 18px; 
    color: limegreen; 
    margin-top:10px;
    overflow: hidden;
}

.stat{
    line-height: 18px;
}
.stat td:first-child{
    text-align: left!important;
}
.stat td{
    text-align: right;
    min-width: 100px;
}


/*Startseite end*/

/*Update-info Seite*/
.update-shortcut{
    margin:15px;
    border: #005194 solid 2px;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    float: right;
    z-index: 99;
}
.update-shortcut img{
    display: block;
    margin-left: auto;
    margin-right: auto 
}
.update-shortcut-div{
    height: auto;
    width: auto;
    text-align: center;
    display: block;
    margin-bottom: 5px;
    color: #005194;

}
.update-shortcut:hover{
    border-bottom-left-radius: 40% 15px;
    box-shadow: -5px 10px 15px  #999999;
}

/*Releasseite*/
.releas{
    margin-bottom: 50px;
}

.releas p{
    text-indent: -30px;
    margin-left: 30px;
}

/*Releasseite end*/

/*Docuseite*/
#docu-output{
    width: 45%;
    height: 300px;
    border: #D9D6D6 solid 2px;
}


/*Docuseite end*/

body.formmail
{
    height: 100%;
    float: top;
    background: none !important;
    font-size: 12px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px !important;
    padding: 0px;
}
textArea.mailtext
{
    font-family: sans-serif;
    width: 100%;
    border: 0px;
}
img
{
    border:0px;
}

th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

table.db-table
{
    border-spacing: 0px;
    width: 100%;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

table.db-table th
{
    border-spacing: 0px;
    background:#eee;
    padding: 3px;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    background:-moz-linear-gradient(top, #fff, #D9D6D6); /* Firefox */
    background:-webkit-linear-gradient(top, #fff, #D9D6D6); /* Safari, Chrome */
    background:-o-linear-gradient(top, #fff, #D9D6D6); /* Opera */
    background:-ms-linear-gradient(top, #fff, #D9D6D6); /* IE */
    background:linear-gradient(top, #fff, #D9D6D6); /* W3C Standard */
}

table.db-table td
{
    padding: 3px;
    border-spacing: 0px;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    vertical-align: top;
}

table.db-table tr:hover
{
    background-color: lightblue !important;
}
#lightblue{background-color:#fbfe9f}
#lightred{background-color: #fe9f9f}

table.db-table tr:nth-child(odd) { background: #eee; }
table.db-table tr:nth-child(odd):hover { background-color: lightblue !important; }

select.select-st
{

}

table.log-table
{
    border-spacing: 0px;
    border-right:1px solid #D9D6D6;
    border-bottom:1px solid #D9D6D6;
}

table.log-table th
{
    border-spacing: 0px;
    background:#eee; padding:5px;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    background:-moz-linear-gradient(top, #fff, #D9D6D6); /* Firefox */
    background:-webkit-linear-gradient(top, #fff, #D9D6D6); /* Safari, Chrome */
    background:-o-linear-gradient(top, #fff, #D9D6D6); /* Opera */
    background:-ms-linear-gradient(top, #fff, #D9D6D6); /* IE */
    background:linear-gradient(top, #fff, #D9D6D6); /* W3C Standard */
}

table.log-table td
{
    border-spacing: 0px;
    padding:5px;
    border-left:1px solid #D9D6D6;
    border-top:1px solid #D9D6D6;
}

#yellow{
    background-color: yellow;
    background:-moz-linear-gradient(right, #fff, yellow); /* Firefox */
    background:-webkit-linear-gradient(right, #fff, yellow); /* Safari, Chrome */
    background:-o-linear-gradient(right, #fff, yellow); /* Opera */
    background:-ms-linear-gradient(right, #fff, yellow); /* IE */
    background:linear-gradient(right, #fff, yellow); /* W3C Standard */

}
#lightorange{
    background-color: #ffcc33;
    background:-moz-linear-gradient(right, #fff, #ffcc33); /* Firefox */
    background:-webkit-linear-gradient(right, #fff, #ffcc33); /* Safari, Chrome */
    background:-o-linear-gradient(right, #fff, #ffcc33); /* Opera */
    background:-ms-linear-gradient(right, #fff, #ffcc33); /* IE */
    background:linear-gradient(right, #fff, #ffcc33); /* W3C Standard */}
#orange {background-color: #ff9900;
         background:-moz-linear-gradient(right, #fff, #ff9900); /* Firefox */
         background:-webkit-linear-gradient(right, #fff, #ff9900); /* Safari, Chrome */
         background:-o-linear-gradient(right, #fff, #ff9900); /* Opera */
         background:-ms-linear-gradient(right, #fff, #ff9900); /* IE */
         background:linear-gradient(right, #fff, #ff9900); /* W3C Standard */}
#lightviolet{background-color: #ff66ff;
             background:-moz-linear-gradient(right, #fff, #ff66ff); /* Firefox */
             background:-webkit-linear-gradient(right, #fff, #ff66ff); /* Safari, Chrome */
             background:-o-linear-gradient(right, #fff, #ff66ff); /* Opera */
             background:-ms-linear-gradient(right, #fff, #ff66ff); /* IE */
             background:linear-gradient(right, #fff, #ff66ff); /* W3C Standard */}
#violet{background-color: #cc00cc;
        background:-moz-linear-gradient(right, #fff, #cc00cc); /* Firefox */
        background:-webkit-linear-gradient(right, #fff, #cc00cc); /* Safari, Chrome */
        background:-o-linear-gradient(right, #fff, #cc00cc); /* Opera */
        background:-ms-linear-gradient(right, #fff, #cc00cc); /* IE */
        background:linear-gradient(right, #fff, #cc00cc); /* W3C Standard */
}
#red{background-color: red;
     background:-moz-linear-gradient(right, #fff, red); /* Firefox */
     background:-webkit-linear-gradient(right, #fff, red); /* Safari, Chrome */
     background:-o-linear-gradient(right, #fff, red); /* Opera */
     background:-ms-linear-gradient(right, #fff, red); /* IE */
     background:linear-gradient(right, #fff, red); /* W3C Standard */
}
#lila{background-color: #cc00cc;
      background:-moz-linear-gradient(right, #fff, #cc00cc); /* Firefox */
      background:-webkit-linear-gradient(right, #fff, #cc00cc); /* Safari, Chrome */
      background:-o-linear-gradient(right, #fff, #cc00cc); /* Opera */
      background:-ms-linear-gradient(right, #fff, #cc00cc); /* IE */
      background:linear-gradient(right, #fff, #cc00cc); /* W3C Standard */
}
#green{background-color: green;
       background:-moz-linear-gradient(right, #fff, green); /* Firefox */
       background:-webkit-linear-gradient(right, #fff, green); /* Safari, Chrome */
       background:-o-linear-gradient(right, #fff, green); /* Opera */
       background:-ms-linear-gradient(right, #fff, green); /* IE */
       background:linear-gradient(right, #fff, green); /* W3C Standard */}
#blue{background-color: blue;
      background:-moz-linear-gradient(right, #fff, blue); /* Firefox */
      background:-webkit-linear-gradient(right, #fff, blue); /* Safari, Chrome */
      background:-o-linear-gradient(right, #fff, blue); /* Opera */
      background:-ms-linear-gradient(right, #fff, blue); /* IE */
      background:linear-gradient(right, #fff, blue); /* W3C Standard */}
#rosa{background-color: #ff66ff;
      background:-moz-linear-gradient(right, #fff, #ff66ff); /* Firefox */
      background:-webkit-linear-gradient(right, #fff, #ff66ff); /* Safari, Chrome */
      background:-o-linear-gradient(right, #fff, #ff66ff); /* Opera */
      background:-ms-linear-gradient(right, #fff, #ff66ff); /* IE */
      background:linear-gradient(right, #fff, #ff66ff); /* W3C Standard */}
#black{background-color: #000000; color: white;
       background:-moz-linear-gradient(right, #fff, #000000); /* Firefox */
       background:-webkit-linear-gradient(right, #fff, #000000); /* Safari, Chrome */
       background:-o-linear-gradient(right, #fff, #000000); /* Opera */
       background:-ms-linear-gradient(right, #fff, #000000); /* IE */
       background:linear-gradient(right, #fff, #000000); /* W3C Standard */
}
#special{background-color: #fed22f;
         background:-moz-linear-gradient(right, #fff, #fed22f); /* Firefox */
         background:-webkit-linear-gradient(right, #fff, #fed22f); /* Safari, Chrome */
         background:-o-linear-gradient(right, #fff, #fed22f); /* Opera */
         background:-ms-linear-gradient(right, #fff, #fed22f); /* IE */
         background:linear-gradient(right, #fff, #fed22f); /* W3C Standard */
}

.ui-autocomplete {

    max-height: 500px;

    overflow-y: auto;

    /* prevent horizontal scrollbar */

    overflow-x: hidden;

}

/* IE 6 doesn't support max-height

 * we use height instead, but this forces the menu to always be this tall

*/

* html .ui-autocomplete {

    height: 100px;

}

#project-label {

    display: block;

    font-weight: bold;

    margin-bottom: 1em;

}

#project-icon {

    float: left;

    height: 32px;

    width: 32px;

}

#project-description {

    margin: 0;

    padding: 0;

}

@media only screen and (min-width: 800px){
    .auftrag{width: 50%!important; min-width: 600px;}
}

@media only screen and (max-width: 1050px){
    #logo-cust{visibility: hidden; width: 1px; height: 1px;}
}

@media only screen and (max-width: 750px){
    #logo-cis{visibility: hidden; width: 1px; height: 1px;}  
    .index-box{width: 90%!important;}
}

