html {
    background: url("img/layout/bg.png");
}
body {
    text-align: center;
}

a {
    text-decoration: none;
}

#ALL {
    position: relative;
    width: 760px;
    margin: 0px auto;
    border: 2px solid;
}

#HEADER {
    background: url("img/layout/logo.gif");
    height: 100px;
}

#MENU {
    background: url("img/layout/bg2.png");
    border-top: 2px solid;
    border-bottom: 2px solid;
}
#MENU li {
    text-align: center;
    display: inline-block;
    width: 140px;
    padding: 3px 0px
}
#MENU li a {
    color: black;
    font-weight: bold;
}
#MENU li a:hover {
    text-decoration: underline;
}

#MIDDLE {
    min-height: 350px;
    position: relative;
    padding: 10px;
}

#FOOTER {
    background: url("img/layout/bg2.png");
    border-top: 2px solid;
    font-size: 11px;
    height: 15px;
    position: relative;
}
#FOOTER-left {
    position: absolute;
    left: 5px;
}
#FOOTER-right {
    position: absolute;
    right: 5px;
}
#FOOTER a {
    color: black;
}

/* rozszerzenie z Ker.css */
.form ul li > label:first-child {
    width: 60px;
}
#credit.form ul li > label:first-child {
    width: 200px;
}
#transfer.form ul li > label:first-child {
    width: 90px;
}
.form ul li > label.error {
    display: inline-block;
}

.error {
    color: red;
    font-size: 14px;
    font-weight: bold;
}

#balance {
    font-size: 14px;
}
#balance td {
    padding: 3px 5px;
}
#balance td:nth-child(1) {
    width: 85px;
}
#balance td:nth-child(1), #balance td:nth-child(3), #balance td:nth-child(4) {
    text-align: center;
}
#balance td:nth-child(2) {
    text-align: left;
}
#balance td:nth-child(5), #balance td:nth-child(6) {
    text-align: right;
}
#balance th {
    text-align: center;
    font-weight: bold;
}

#numismatics th {
    text-align: center;
    font-weight: bold;
}
#numismatics td:nth-child(2) {
    text-align: left;
}

#credit textarea {
    resize: both;
}

.red {
    color: red;
}
.green {
    color: green;
}
.blue {
    color: blue;
}