body {
    background: url("/images/background.png") repeat;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    color: #fff;
}

body #site {
    height: 100%;
    width: 100%;
}

body #site a {
    color: #fff;
}

body #site a:hover {
    text-decoration: none;
}

body #site #header,
body #site #footer {
    text-align: center;
    height: 32px;
    background: #333;
    background: url("/images/_buttonOn_mid.png") top left repeat-x;
    color: #fff;
}

body #site #footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #2b2b2b;
    height: 52px;
    box-sizing: border-box;
    padding: 0 20px;
    display: inline-block;
}

body #site #footer .button {
    float: right;
    background: url(/images/_buttonOn_left.png) top left no-repeat, url(/images/_buttonOn_right.png) top right no-repeat, url(/images/_buttonOn_mid.png) top left repeat-x;
}

body #site #footer .button#einst {
    background: url("/images/Admin.png") 0 0 no-repeat;
    background-position: -47px 0px !important;
    width: 39px;
    height: 32px;
    display: block;
}

body #site #footer .button#home {
    background: url("/images/auto.png") 50% 100% no-repeat;
    padding-top: 5px;
    width: 39px;
    float: left;
    height: 27px;
    display: block;
}

body #site #footer .button#export {
    background: url("/images/download-icon-menu.png") 0 0 no-repeat;
    background-position: 7px 9px !important;
    background-size: 25px;
    width: 39px;
    height: 32px;
    display: block;
}

body #site #header {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #666666;
}

body #site #content {
    width: 220px;
    padding: 52px 20px 92px 20px;
    margin: 0 auto;
}

body #site h4 {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    font-weight: normal;
    font-size: 14px;
}

body #site h4 img {
    margin-right: 10px;
}

body #site .small {
    width: 153px;
}

body #site .small.margin {
    width: 128px;
}

body .aban {
    width: auto;
}

body .time {
    width: 70px !important;
}

body .dateRow {
    padding: 10px 0;
    border-top: 1px solid #999;
}

body .delFahrer,
body .delAuto {
    display: block;
}

body .btn {
    width: auto !important;
}

body .square {
    width: 33px !important;
    height: 33px !important;
}

body .sep {
    font-size: 18px;
    line-height: 40px;
    vertical-align: top;
    padding: 0 16px;
}

body .delX {
    padding: 3px 24px 3px 3px;
}

body .clearX {
    text-indent: -1000em;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-image: url("/images/close.png");
    background-repeat: no-repeat;
    position: absolute;
    margin: 10px 0 0 -20px;
}

body input {
    height: 30px;
}

body ul {
    clear: both;
    list-style: none;
    margin-left: 25px;
}

body ul li {
    height: 38px;
}

body ul li span,
body ul li input {
    margin-top: 5px;
    line-height: 33px;
    vertical-align: bottom;
}

body .send {
    background-color: #e08d0a;
    background-image: linear-gradient(to bottom, #e08d0a, #dc8d11);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    height: 25px !important;
    width: 28px !important;
    padding: 3px 0 0 2px;
}

body .send img {
    width: 16px;
    margin-left: -3px;
    margin-top: -4px;
}

select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    height: 30px;
    padding: 0;
    width: 216px;
}

input[type="date"] {
    width: 215px !important;
}

input[type="text"],
input[type="email"] {
    width: 191px;
    padding-left: 5px;
    padding-right: 20px;
}

input[type="text"].xfix,
input[type="email"].xfix {
    width: 153px !important;
}

.listMails {
    float: right;
    font-size: 12px;
    width: 146px;
    margin-top: -4px;
}

.listMails div.mail {
    overflow: hidden;
    width: 140px;
}

.mailDelete span {
    width: 156px;
    overflow: hidden;
    display: block;
}
