/* body */
* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background-color: #FF7E00;
    background-image: url('../images/bck_body2.jpg');
    background-repeat: repeat-x;
    text-align: center;
    font-family: Arial;
    color: #000;
    font-size: 14px;
}

.galeria-zdjec {
    border: 1px solid #3F3F3F;
    margin: 2px;
    background: url('../images/loading.gif') no-repeat 50% 50%;
}

/* content */
#content {
    width: 764px;
    margin: 0 auto;
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* top */
#top {
    height: 40px;
    padding: 10px;
    font-family: trebuchet MS;
    font-size: 28px;
    font-weight: bold;
    color: #202020;
}

#top_left {
    float: left;
}

#top_right {
    float: right;
    font-size: 20px;
    padding-top: 3px;
}

/* animacja */
#animacja {
    width: 760px;
    height: 300px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    background-color: #FFF;
}

/* menu */
.red #slatenav {
    position: relative;
    display: block;
    height: 42px;
    font-size: 11px;
    font-weight: bold;
    background: transparent url(../images/redslate_background.gif) repeat-x top left;
    font-family: Arial,Verdana,Helvitica,sans-serif;
    text-transform: uppercase;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}

.red #slatenav ul {
    margin: 0px;
    padding: 0;
    list-style-type: none;
    width: auto;
}

.red #slatenav ul li {
    display: block;
    float: left;
    margin: 0 1px 0 0;
}

.red #slatenav ul li a {
    display: block;
    float: left;
    color: #000;
    text-decoration: none;
    padding: 14px 22px 0 22px;
    height: 28px;
}

.red #slatenav ul li a:hover,.red #slatenav ul li a.current {
    color: #fff;
    background: transparent url(../images/redslate_backgroundOVER.gif) no-repeat top center;
}

/* text */
#text {
    line-height: 18px;
    padding: 5px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: #FFF;
}

#text_left {
    float: left;
    width: 40%;
    margin-top: 10px;
}

#text_right {
    float: right;
    width: 60%;
    margin-top: 10px;
}

/* footer */
#foot {
    padding: 5px;
    text-align: center;
}

#skocz {
    position: absolute;
    right: 5px;
    top: 5px;
}

#skocz_image {
    background-color: #d3d3d3;
    border: 0px;
    width: 105px;
    height: 106px;
}

/* ogolne */
img {
    background: #fff url('../images/loading.gif') no-repeat 50% 50%;
    border: 0px;
}

.img {
    border: 1px solid #F1F1F1;
    padding: 3px;
    background: #fff url('../images/loading.gif') no-repeat 50% 50%;
}

.img_galeria {
    border: 1px solid #F1F1F1;
    padding: 3px;
    background: #fff url('../images/loading.gif') no-repeat 50% 50%;
    width: 150px;
    height: 112px;
    margin: 10px 14px 10px 14px;
}

.pytanie {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    border: 0px;
    margin: 2px 10px 2px 0px;
    padding-bottom: 2px;
    background: none;
}

h1 {
    padding: 10px;
    font-size: 19px;
    font-weight: bold;
    color: #FF7E00;
}

h2 {
    color: #FF7E00;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
}

h3 {
    color: #FF7E00;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
}

ul.wykaz li {
    list-style-type: square;
    margin-left: 30px;
}

li {
    list-style-type: square;
    margin-left: 30px;
}

/* wiersze i kolumny */
.td1 {
    width: 5px;
    text-align: center;
    background-color: #F0F0F0;
    padding: 5px;
}

.td2 {
    width: 30%;
    text-align: justify;
    background-color: #F0F0F0;
    padding: 5px;
}

/* linki */
a {
    color: #F60;
    text-decoration: none;
}

a:hover {
    color: #FF7E00;
    text-decoration: underline;
}

a.linki:link {
    color: #F60;
    text-decoration: none;
    font-variant: normal;
    font-weight: normal;
}

a.linki:active {
    color: #FF7E00;
    text-decoration: none;
    font-variant: normal;
    font-weight: normal;
}

a.linki:visited {
    color: #FF7E00;
    text-decoration: none;
    font-variant: normal;
    font-weight: normal;
}

a.linki:hover {
    color: #FF7E00;
    text-decoration: underline;
    font-variant: normal;
    font-weight: normal;
}

a.main_link:link {
    color: #000;
    text-decoration: none;
}

a.main_link:active {
    color: #000;
    text-decoration: none;
}

a.main_link:visited {
    color: #000;
    text-decoration: none;
}

a.main_link:hover {
    color: #000;
    text-decoration: none;
}