/* Z-index of #mask must lower than #boxes .window */
#mask
{
    position: fixed;
    top: 0px;
    left: 0px;

    z-index: 9000;
    background-color: #000;
    display: none;
}

table.abrechnungsblatt th
{

    color: white;
    background: #6f758b;
    text-align: left;
    vertical-align: top;
    padding: 3px;
}

table.abrechnungsblatt td
{

    color: black;
    vertical-align: top;
    background: #e0e0e3;
    padding: 3px;
}

table.abrechnungsblatt .r
{
    text-align: right;
}

.board td
{
    padding: 6px !important;
}

.listtable
{
    border: 1px solid #D4E1EC;
}

.listtable td
{
    height: 23px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #666666;
    border: 1px solid #D4E1EC;
    padding-left: 7px;
    padding-right: 7px;
}

.listtable th
{
    background-color: #FFF;
    height: 27px;
    font-style: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #104982;
    border: 1px solid #D4E1EC;
    padding-left: 4px;
    padding-right: 4px;
}

.listtable .numeric
{
    text-align: right;

}

.listtable .doubleline_top
{
    border-top: 2px solid #86A7CB;
}

.listtable .odd
{
    /*background-color: #A9A9A9;*/
    background-color: #E9F0F5;
    /*color: #666666;	*/
}

/* even table rows 2,4,6,8,... */
.listtable .even
{
    background-color: #FFFFFF;
}

/* ========================= Kalendertable ============================ */

.kalendertable
{
    border: 1px solid #689dc9;
}

.kalendertable th
{
    background-color: #FFF;
    height: 27px;
    font-style: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #104982;
    border: 1px solid #689dc9;
    padding-left: 4px;
    padding-right: 4px;
}

/* ========================= Tabellenstyle ============================ */
.datatable2_group_body
{
    border: 2px solid #0164A5;
    background-color: #ffffff;
    width: 100%;
}

.datatable2_group_body th, .datatable2_group_body td
{
    padding: 7px;
}

.odd
{
    /*background-color: #A9A9A9;*/
    background-color: #E9F0F5;
    /*color: #666666;	*/
}

/* even table rows 2,4,6,8,... */
.even
{
    background-color: #FFFFFF;
}

.datatable2
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.datatable2 .odd
{
    /*background-color: #A9A9A9;*/
    background-color: #E9F0F5;
    /*color: #666666;	*/
}

/* even table rows 2,4,6,8,... */
.datatable2 .even
{
    background-color: #FFFFFF;
}

.datatable2 th
{
    color: #666666;
    text-align: left;
    font-weight: bold;
}

.datatable2 th, .datatable2 td
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: #666666;
}

.datatable2 img
{
    border: 0px solid red;
    display: inline;
    float: left;
}

.searchfield
{
    width: 250px;
    background: white;
    border: 1px solid #86A7CB;
}

.prj_ctrl_content
{
    border: 2px solid #D4E1EC;
    background-color: #FFF;
    padding: 7px;
}

.shadow
{
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.navbar_edit
{
    padding-top: 7px;
    height: 31px;
    width: 950px;
    /*z-index:30;*/
    background-color: #0164A5;
    text-align: center;
    color: white;
}

.navbar_edit a
{
    padding: 8px 17px 8px 17px;

    color: #C3D6E5;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}

.navbar_edit a:hover
{
    padding: 8px 17px 8px 17px;
    color: #ffffff;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
}

.nav_ausgeklappt
{
    text-align: left;

}

.navbar_entrys a
{
    padding: 8px 17px 8px 17px;
    background-color: transparent;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: #B4CBDF;
    border-width: 0px;
    border-style: none;
    line-height: 20px;
    white-space: nowrap;
}

.navbar_entrys a:hover
{
    color: #ffffff;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    white-space: nowrap;
}

.navbar_edit_eintrag_odd
{
    /*background-color:#296ca2;	*/
}

img
{
    border: none;
}

.centerme
{
    /*border: 1px solid red;*/
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.rightme
{
    /*border: 1px solid red;*/
    display: table;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
}

.leftme
{
    /*border: 1px solid red;*/
    display: table;
    margin-left: 0;
    margin-right: auto;
}

/* styles for doku list */

div.closed
{
    background: url('../image/eck_closed_fl.png') center center no-repeat;
    cursor: pointer;

    width: 16px;
    height: 16px;
}

div.open
{
    background: url('../image/eck_open_fl.png') center center no-repeat;
    cursor: pointer;

    width: 16px;
    height: 16px;
}

#lang-select
{
    float: right;
    padding-right: 0px;
}

#lang-select > select
{
    width: 150px;
    float: right;
}

.but-lang-select
{
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.absolute-logo
{
    position: absolute;
    z-index: 9999;
    top: 20px;
    width: 216px;
    height: 216px;
    left: -72px;
}

.linkholder
{
    display: block;
    top: 42px;
    float: right;
    position: relative
}

#eichy-adress-block
{
    float: left;
    text-align: left;
    color: #19a4b2;
    font-size: 11px;
}

#eichy-contact
{
    float: left;
    text-align: left;
    display: inline;
    color: #19a4b2;
    font-size: 11px;
    margin-left: 150px;
    padding-top: 12px;
}

#eichy-order
{
    float: right;
    display: inline;
    text-align: left;
    color: #19a4b2;
    font-size: 11px;
    padding-top: 12px;
}

#eichy-order a
{
    color: #19a4b2;
    padding-top: 0 !important;
    margin-left:0 !important;
}

#eichy-order div {
    color: #19a4b2;
    font-size: 12px;
    text-align:right;
}
