﻿body 
{
    font-family: Arial;
    font-size: 12px;
}

button
{
    font-size: 10px;
}

a
{
    color: Black;
}
.Navigation
{
    color: Black;
}

.TextBox_Center
{
    text-align: center;
}
.Titel_Vorne
{
    vertical-align: top;
    font-weight: bold;
}

.Meldung
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.MeldungDeckend
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: Gray;
	filter:alpha(opacity=100);
	opacity:1;
}
.MeldungTable
{
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: -250px;
    z-index: 10; 
    border: 1px solid black;
    background-color: Silver;
    text-align: center;
    vertical-align: middle;
}

.BuchungUebersichtTable
{
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: -400px;
    z-index: 10; 
    border: 1px solid black;
    background-color: Silver;
    text-align: center;
    vertical-align: middle;
}

.Auswahl
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.AuswahlTitel
{
    font-weight: bold;
    text-align: center;
    padding: 10px 0px 10px 0px;
}
.AuswahlTable
{
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: -250px;
    border: 1px solid black;
    background-color: Silver;
    /*text-align: center;*/
    vertical-align: middle;
}
.AuswahlTable800
{
    position: fixed;
    top: 50px;
    left: 50%;
    margin-left: -400px;
    border: 1px solid black;
    background-color: Silver;
    /*text-align: center;*/
    vertical-align: middle;
}
.AuswahlTable1
{
    position: fixed;
    top: 10%;
    height: 90%;
    left: 50%;
    margin-left: -250px;
    border: 1px solid black;
    background-color: Silver;
    /*text-align: center;*/
    vertical-align: top;
}

.Zeitnachweis_Tabelle
{
    table-layout: fixed;
    empty-cells: show;
}
.Zeitnachweis_Div
{
    overflow-x: hidden;
    overflow-y: scroll;
    width: 1100px;
    height: 400px;
}
.Zeitnachweis_Zeile
{
    vertical-align: top;
}
.Zeitnachweis_Zeile_Farbe
{
    background-color: darkgrey;
    vertical-align: top;
}
.Zeitnachweis_Tag
{
    width: 50px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    text-align: center;
    font-weight: bold;
}
.Zeitnachweis_Tag_1_Feld
{
    width: 25px;
    text-align: center;
    border-left: 1px solid black;
}
.Zeitnachweis_Tag_2_Feld
{
    width: 25px;
    text-align: center;
    border-right: 1px solid black;
}
.Zeitnachweis_Bemerkung
{
    width: 100px;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid black;
}
.Zeitnachweis_Bemerkung_Feld
{
    width: 100px;
    text-align: center;
    border-right: 1px solid black;
}
.Zeitnachweis_Zeitstempel
{
    width: 300px;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid black;
}
.Zeitnachweis_Zeitstempel_Feld
{
    width: 300px;
    border-right: 1px solid black;
}
.Zeitnachweis_Zeiten_75
{
    width: 75px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid black;
}
.Zeitnachweis_Zeiten_50
{
    width: 50px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid black;
}
.Zeitnachweis_Produktiv_Feld
{
    width: 75px;
    text-align: center;
}
.Zeitnachweis_NichtProduktiv_Feld
{
    width: 75px;
    text-align: center;
    border-right: 1px solid black;
}
.Zeitnachweis_PauseIst_Feld
{
    width: 50px;
    text-align: center;
}
.Zeitnachweis_PauseSoll_Feld
{
    width: 50px;
    text-align: center;
    border-right: 1px solid black;
}
.Zeitnachweis_Ist_Feld
{
    width: 50px;
    text-align: center;
}
.Zeitnachweis_Soll_Feld
{
    width: 50px;
    text-align: center;
}
.Zeitnachweis_Gleitzeit_Feld
{
    width: 50px;
    text-align: center;
    border-right: 1px solid black;
}
.Zeitnachweis_Nachtzuschlag_Feld
{
    width: 50px;
    text-align: center;
    border-right: 1px dotted black;
}
.Zeitnachweis_Sonntagszuschlag_Feld
{
    width: 50px;
    text-align: center;
    border-right: 1px dotted black;
}
.Zeitnachweis_Feiertagszuschlag_Feld
{
    width: 50px;
    text-align: center;
    border-right: 1px dotted black;
}
.Zeitnachweis_FeiertagSonntagszuschlag_Feld
{
    width: 50px;
    text-align: center;
    border-right: 1px solid black;
}
.Zeitnachweis_Krank_Feld
{
    width: 50px;
    text-align: center;
    border-right: 1px dotted black;
}
.Zeitnachweis_Urlaub_Feld
{
    width: 50px;
    text-align: center;
    border-right: 1px solid black;
}

.Zeitnachweis_Jahr
{
    width: 100px;
    text-align: center;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.Zeitnachweis_Jahr_Feld
{
    width: 100px;
    text-align: center;
    border-left: 1px solid black;
    border-right: 1px solid black;
}



.ajax__myTab .ajax__tab_header {
    font-family: Arial;
    font-size: 12px;
    border-bottom: solid 1px #999999;
    cursor: pointer;
}

.ajax__myTab .ajax__tab_outer {
    padding-right: 4px;
    height: 21px;
    background-color: #C0C0C0;
    margin-right: 2px;
    border-right: solid 1px #666666;
    border-top: solid 1px #aaaaaa;
}

.ajax__myTab .ajax__tab_inner {
    padding-left: 3px;
    background-color: #C0C0C0;
}

.ajax__myTab .ajax__tab_tab {
    height: 13px;
    padding: 4px;
    margin: 0;
}

.ajax__myTab .ajax__tab_hover .ajax__tab_outer {
    background-color: #cccccc;
}

.ajax__myTab .ajax__tab_hover .ajax__tab_inner {
    background-color: #cccccc;
}

.ajax__myTab .ajax__tab_hover .ajax__tab_tab {
}

.ajax__myTab .ajax__tab_active .ajax__tab_outer {
    background-color: #fff;
    border-left: solid 1px #999999;
}

.ajax__myTab .ajax__tab_active .ajax__tab_inner {
    background-color: #fff;
}

.ajax__myTab .ajax__tab_active .ajax__tab_tab {
}

.ajax__myTab .ajax__tab_body {
    font-family: Arial;
    font-size: 12px;
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: #ffffff;
}