/* vilagosszurke: 129,127,132
 * sotetszurke: 80,79,84
 */

body {
    background: rgb(255,255,255) none;
    color: rgb(129,127,132);
    text-align: center;
    font: 13px "Segoe UI",Calibri,Arial,FreeSans,Helvetica,sans-serif;
    line-height: 1.4em;
    letter-spacing: 0.5px;
}

a {
    color: rgb(165,6,0);
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: rgb(80,170,36);
    text-decoration: underline;
}

img {
    border: 0px;
}

h1 {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: rgb(80,79,84);
    font: bold 1.8em "Segoe UI",Calibri,Arial,FreeSans,Helvetica,sans-serif;
}

h3 {
    margin: 0px 0px 10px;
    padding: 0px;
    letter-spacing: 2px;
    color: rgb(129,127,132);
    font: bold 1.4em "Segoe UI",Calibri,Arial,FreeSans,Helvetica,sans-serif;
    text-align: left;
}

p {
    margin: 0px 5px 5px 0px;
    padding: 0px;
}

table {
    border-spacing: 5px;
}

td {
    vertical-align: middle;
    font-size: 0.85em;
}

div#page {
    margin: 100px auto;
    width: 750px;
    height: 375px;
    overflow: hidden;
}

div#base {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 750px;
    height: 375px;
    background: transparent url("./images/bg1.jpg") no-repeat;
}

div#mlink {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 324px;
    height: 103px;
    z-index: 5;
}

div#buttonz {
    position: absolute;
    left: 493px;
    top: 1px;
    z-index: 5;
    width: 212px;
    height: 35px;
}

div#btn0, div#btn1, div#btn2 {
    position: absolute;
    top: 0px;
    z-index: 10;
    width: 63px;
    height: 35px;
}

div#btn1 {
    left: 75px;
}

div#btn2 {
    left: 150px;
}

div#title {
    position: absolute;
    top: 80px;
    right: 28px;
    z-index: 10;
    width: 385px;
    height: 25px;
    text-align: right;
}

div#content {
    position: absolute;
    top: 155px;
    left: 250px;
    width: 440px;
    height: 190px;
    z-index: 10;
    text-align: justify;
    overflow: auto;
}

img#btn1sp {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 15;
    width: 63px;
    height: 35px;
}

input.inp1 {
    border: 1px solid rgb(148,148,148);
    padding: 1px 3px;
    font: 0.85em "Segoe UI",Calibri,Arial,FreeSans,Helvetica,sans-serif;
    color: rgb(80,80,80);
    background: rgb(240,240,240) none;
    letter-spacing: 1px;
    width: 270px;
}

button.btn1 {
    width: 85px;
    height: 19px;
    border: 0px;
    background: transparent url("./images/btn1.jpg") no-repeat;
    color: rgb(255,255,255);
    font-size: 0.95em;
    cursor: pointer;
    letter-spacing: 1px;
}

button.btn1:hover {
    background: transparent url("./images/btn1o.jpg") no-repeat;
}

.abs {
    position: absolute;
}

.test {
    background: rgb(200,0,50);
}

.full {
    width: 100%;
    height: 100%;
}

.right150 {
    text-align: right;
    width: 150px;
}

.rght {
    text-align: right;
}

