@charset "utf-8";
/* CSS Document */
.cleaner {
    clear:both !important;
    display: block !important;
    float: none !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
body {
    margin: 0;
    padding: 0;
    text-align: left;
    font: 100% Arial, sans-serif;
    line-height: 1.4;
    background: url(../img/bg.jpg) repeat center top;
    min-width: 1024px;
    _width: expression( document.body.clientWidth < 1024 ? "1024px": "auto" );
    /* set min-width for IE */
}
h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    margin: 5px 0px 25px 0px;
    display: block; 
    color: #1bb1e7;
}
p {
    font-size: 12px; 
    margin: 4px 0px 8px 0px;
    color: #383838;
}
a {
    text-decoration: none;
    color: #1bb1e7;
    font-size: 12px;
}
a:hover {
    text-decoration: underline;
}

div.obal {
    width: 988px;
    margin: auto;
}
/* HEADER */
#header {
    background: url(../img/header.png) repeat-x center top;
    height: 142px;
    padding-top: 25px;
    position: relative;
    z-index: 10;
}
#header table td {
    vertical-align: middle;
    text-align: center;  
}
#header .logo {
    margin: 0 0 0 20px;
}
#header .odkaz {
    background: url(../img/sipka.png) no-repeat right top;
    padding: 0px 25px 0px 0;
    margin-left: 30px; 
    display: block;
    height: 20px;
    line-height: 1.8;
    color: #1095c4;
    font-size: 11px;
}
#header .odkaz:hover {
    background-position: right bottom; 
}
/* HEADER end */

/* CONTENT */
#content {
    background: url(../img/cnt.png) repeat-y center top;
    width: 948px;
    padding: 60px 20px 40px 20px;
    text-align: center;
    position: relative;
    margin-top: -42px;
    z-index: 9;
}
#bottom {
    background: url(../img/bottom.png) no-repeat center top;
    height: 13px;
    width: 988px;
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
} 
.center {
    margin-left: 300px;
    text-align: left;
}
.login_table {
    text-align: center;
}
.login_table td {
    font-size: 12px; 
    color: #383838;
    padding: 5px 10px;
    font-weight: bold;
}
.text {
    font-size: 12px; 
    color: #383838;
    background: url(../img/input.png) no-repeat center top;
    height: 26px;
    width: 182px;
    vertical-align: middle;
    border: none;
    padding: 0px 5px;
    margin: 0;
    line-height: 2;
}
.submit {
    background: url(../img/prihlasit.png) no-repeat center top;
    height: 25px;
    width: 113px;
    cursor: pointer;
    border: none; 
}
.submit:hover {
    background-position: center bottom;
}
/* CONTENT end*/

/* FOOTER */
#footer {
    text-align: center;
    font-size: 11px;
    color: #FFFFFF;
}
#footer p {
    font-size: 11px;
    color: #FFFFFF;
}
#footer a {
    font-size: 11px;
    color: #FFFFFF;
}
#footer .big {
    font-family: myriad Pro;
    font-size: 15px;
    font-weight: bold;
    margin-left: 15px;
}
/* FOOTER end */