html {
    margin: 0px auto;
    padding: 0px;
}

body {
    background-image: url("../images/bg.jpg");
    background-repeat: repeat-x;
    background-color: #559CEA;
    margin: 0px;
    text-align: center;
    font-size: 11px;
    font-family: Tahoma;
}

/* LAYOUT */

#all {
    width: 900px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}

#left {
    width: 250px;
    float: left;
    margin: 0px;
    padding: 0px;
}

#left_1 {
    width: 250px;
    height: 103px;
    float: left;
    margin: 0px;
    padding: 0px;
    background-image: url("../images/medicum_01.jpg");
    background-repeat: no-repeat;
}

#menu {
    width: 250px;
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    /*background-image: url("../images/medicum_07.jpg");
    background-repeat: repeat-y;*/
}

#left_2 {
    width: 250px;
    height: 35px;
    float: left;
    margin: 0px;
    padding: 0px;
    background-image: url("../images/medicum_10.jpg");
    background-repeat: no-repeat;
}

#left_3 {
    width: 250px;
    height: 163px;
    float: left;
    margin: 0px;
    padding: 0px;
    background-image: url("../images/medicum_12.jpg");
    background-repeat: no-repeat;
}

#registration {
    width: 250px;
    height: 282px;
    float: left;
    margin: 0px;
    padding: 0px;
}

#r_1 {
    width: 250px;
    height: 24px;
    background-image: url("../images/medicum_14.jpg");
    background-repeat: no-repeat;
    float: left;
    margin: 0px;
    padding: 0px;
}

#r_2 {
    width: 250px;
    height: 195px;
    background-image: url("../images/medicum_15.jpg");
    background-repeat: no-repeat;
    float: left;
    margin: 0px;
    padding: 0px;
}

#r_3 {
    width: 250px;
    height: 45px;
    background-image: url("../images/medicum_16.jpg");
    background-repeat: no-repeat;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: right;
}

#r_4 {
    width: 250px;
    height: 18px;
    background-image: url("../images/medicum_19.jpg");
    background-repeat: no-repeat;
    float: left;
    margin: 0px;
    padding: 0px;
}


#right {
    width: 650px;
    float: right;
    margin: 0px;
    padding: 0px;
}

#top {
    width: 650px;
    height: 258px;
    margin: 0px;
    padding: 0px;
    /*background-image: url("../img/medicum_02.jpg");
    background-repeat: no-repeat;*/
    float: left;
}

#heading {
    width: 650px;
    height: 35px;
    float: left;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}

#content {
    width: 650px;
    float: left;
    margin: 0px;
    padding: 0px;
    background-image: url("../images/content_bg.jpg");
    background-repeat: repeat-y;
}

#bottom {
    width: 650px;
    height: 63px;
    float: right;
    margin: 0px;
    padding: 0px;
    background-image: url("../images/medicum_18.png");
    background-repeat: no-repeat;
    text-align: right;
    color: #FFFFFF;
}

/*============ TAGI =================*/

h2 {
    font-size: 14px;
    font-weight: bold;
    color: #251E51;
}

img, div { behavior: url("iepngfix.htc") }

ul.mainmenu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul.mainmenu li {
    height: 22px;
    background-image: url("../images/medicum_07.jpg");
    padding-left: 32px;
}

ul.mainmenu li:hover {
    height: 22px;
    background-image: url("../images/medicum_03.jpg");
    padding-left: 32px;
}

ul.mainmenu li a {
    color: #FFFFFF;
    text-decoration: none;
}

ul.mainmenu li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

input.dane_osob {
    width: 220px;
    text-align: center;
    border: 0px;
}

input.dane_kontakt {
    width: 220px;
    border: 0px;
    text-align: center;
}

select.gabinet {
    width: 225px;
    border: 0px;
    background: #ffffff;
}

textarea.tresc {
    width: 220px;
    height: 98px;
    border: 0px;
}

a.more {
    float: right;
    text-decoration: none;
    color: #077EDC;
    font-weight: bold;
}

a.back {
    float: left;
    text-decoration: none;
    color: #077EDC;
    font-weight: bold;
}

td.rej1 {
    width: 250px;
    background-image: url("../images/rejestracja/rejestracja_1.jpg");
    background-repeat: no-repeat;
    height: 32px;
    margin: 0px;
    padding: 0px;
}

td.rej2 {
    width: 250px;
    background-image: url("../images/rejestracja/rejestracja_2.jpg");
    background-repeat: no-repeat;
    height: 30px;
    margin: 0px;
    padding: 0px;
}

td.rej3 {
    width: 250px;
    background-image: url("../images/rejestracja/rejestracja_3.jpg");
    background-repeat: no-repeat;
    height: 30px;
}

td.rej4 {
    width: 250px;
    height: 103px;
    background-image: url("../images/rejestracja/rejestracja_4.jpg");
    background-repeat: no-repeat;
}

.error{
    color: red;
    font-size: 14px;
}

.noshow { display:none; }
