
body{
    font-family: arial,tahoma,verdana;
    font-size: 11px;
    background-color: #1A606F;  
/*    background-color: #4A4A4A;*/
    color: white;    
}

table {
    border-collapse: collapse;
}

h1{
    background: -moz-linear-gradient(center top , #AEBCBF 0%, #6E7774 50%, #0A0E0A 51%, #0A0809 100%) repeat scroll 0 0 transparent;
    border: 1px solid #C4C4C4;
    box-shadow: 0 0 3px #C1C4CC;
    color: #FFFFFF;
    font-size: 11px;
    height: 19px;
    margin: 0 0 5px;
    padding-top: 5px;
    text-align: center;
}

.headline{
    background: -moz-linear-gradient(center top , #AEBCBF 0%, #6E7774 50%, #0A0E0A 51%, #0A0809 100%) repeat scroll 0 0 transparent;
    border: 1px solid #C4C4C4;
    box-shadow: 0 0 9px #C1C4CC;
    color: white;
    font-size: 26px;
    height: 38px;
    padding-top: 4px;
    width: 422px;
}

th {
    background: none repeat scroll 0 0 #515151;
    border: 1px solid #FFFFFF;
    color: white;
    font-weight: bold;
    height: 18px;
}

td {
    border: 1px solid #919191;
    border: 1px solid #D3D3D3;
    text-align: center;
/*    padding-left:2px; 
    padding-right:2px; */
    padding:1px;
    height: 20px;    
    background-color: #0B4E5D;
}

/*Input */

/*.button {
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    width: auto;
}*/

.button[type=submit]
{
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    width: auto;
}



input[type=text]:-moz-read-only  {
    background: #dbdddd;  
    border: 1px solid #727272;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #C1C4CC inset;
    font-size: 11px;
    color: #0B4E5D;
    font-style: italic;
}



input {
    border: 1px solid #727272;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #C1C4CC inset;
    font-size: 11px;
    width: 100%;    
}

select{    
   font-size: 11px;
}


.dropKstelle {
    width: 195px;
}

input:focus {
    border: 1px solid #95D2DF;
    box-shadow: 0 0 5px 4px rgba(36, 184, 194, 0.1);
    outline: 0 none;
}

#frmZe input.error
{
    border:1px solid red;
    background-color: #FBE6F2;
}


/*Input Ende*/
.buttonAdd{
    background-color: white;
    background-image: url("../images/add.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 #FFFFFF inset;
    padding: 2px;
    width: 18px;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}
.buttonDel{
    background-color: white;
    background-image: url("../images/delete.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 #FFFFFF inset;
    padding: 2px;
    width: 18px;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}


.buttonAdd:focus{
    border: 0px;
    box-shadow: 0 ;
    outline: 0 none;
}



.submitBtn{
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    width: 130px;
}

.submitAbschl{
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    width: 150px;
}
.submitLogin{
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    width: 150px;
}

.tdButton{
    border-top:0;
    border-right: 0;
    border-bottom: 0;
    background-color: transparent;
    width: 25px;
}

#kst{
    width: 120px;
}

.txtZeitraum{
   width: 104px; 
}

.txtStandard {
    width: 95px;
}

.txtStandort {
    width: 75px;
}
.txtSmall {
    text-align: center;
    width: 31px;
}
.txtGSmall {
    text-align: center;
    width: 16px;
}
.txtLarge {
    width: 116px;
}
.txtHotel{
    width: 160px;
}
.txtPlz{
    width: 35px;
}
.txtBereitschaft{
    width: 127px; 
}

div#top{
    text-align: right;
    clear: none;
    display: block;
    margin-bottom: 10px;
    position: relative;   
    z-index: 0;
    width: 100%;
    height: 65px;
    background-image: url("../images/bg.gif");   
    box-shadow: 0px 5px 3px #C1C4CC;
    box-shadow: 0 2px 2px #C1C4CC;
    padding-top: 5px;
}
#top a{
   color: white;
   font-weight: bold;
   text-decoration: none;
   padding-right: 8px;
}

div#woche{
    border: 0 solid black;
    height: 47px;
    left: 33%;
    margin-bottom: 10px;
    position: relative;
    top: -31px;
    width: 313px;
    z-index: 1;
}


div#haeder {
    border: 0 solid black;
    clear: none;
    display: block;
    float: left;
    height: auto;
    margin-bottom: 10px;
    position: relative;
    width: 95%;
}

div#firma {
    border: 0 solid black;
    clear: none;
    float: left;
    margin-right: 10px;
    position: relative;
}
#firma th {
    padding-right: 5px;
    text-align: right;
    width: 65px;
}


#firma td {
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}


div#mitarbeiter {
    border: 0 solid black;
    clear: none;
    float: left;
    position: relative;
}

#mitarbeiter th {
    padding-right: 5px;
    text-align: right;
    width: 105px;
}
#mitarbeiter td {
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}

div#hotel {
    border: 0 solid #000000;
    clear: none;
    float: left;
    left: 800px;
    margin-bottom: 10px;
    position: absolute;
    width: 576px;
}

#hotel table {
    width: 100%;
}
#hotel th {
    background:  -moz-linear-gradient(top, rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%); /* FF3.6+ */
    color: white;
    border: 1px solid #C4C4C4;
    box-shadow: 0 0 3px #C1C4CC;
    height: 22px;
}


#headAnfahrt {
    width: 100%;
}

div#stundenErfassung{ 
    border: 0px solid #000000;
    clear: none;
    float: left;
    padding-right: 10px;
    position: absolute;
    top: 320px; /*320*/
}

#stundenErfassung td{
    text-align: center;
}

#stundenErfassung th{
    background:  -moz-linear-gradient(top, rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%); /* FF3.6+ */
    color: black;
    color: whitesmoke;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid gray;
    box-shadow: 0 0 3px #C1C4CC;
    padding:0 4px 0 4px ;    
}
#stundenErfassung .innerTop{
    border-left: 0 none;
    border-top: 0 none;
    border-bottom:  0 none;
}

#stundenErfassung .innerTopTaet{
    border-left: 0 none;
    border-top: 0 none;
    border-bottom:  0 none;
    width: 123px;
}
#stundenErfassung .innerTopR{
    border-right: 0 none;
    border-top: 0 none;
    border-bottom:  0 none;
    width: 39px;
}

#stundenErfassung .summe{
    font-weight: bolder;
}

#stundenErfassung .summehead{
    text-align: right;
    font-weight: bolder;
    padding-right: 5px;
}


#stundenErfassung .abschluss{
    background-color: transparent;
    border: 0 none;
    color: yellow;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    padding-bottom: 14px;
}

#Login{
    border: 1px solid;
    width: 225px;
    margin-left: 40%;
}

#Login td{
    border: 0Px;
    padding: 5px;
    background-color: transparent;
}
#Login .red{
    padding-left: 10px;
}

#userFehler td{
    background-color: #FF6542;
    border-radius: 4px;
    color: black;
    font-weight: bold;
    height: 14px;
    padding: 3px;
    width: 210px;  
}

#datenportier{
    background-color: orange;
    color: black;
    font-size: 19px;
    left: 39%;
    position: fixed;
    text-align: center;
    width: 247px;
}