body {
    color: black;
    background: url(bg_body07.png) 0 0 repeat-x white;
    font-size: 12px;
    font-family: verdana, helvetica, arial, sans-serif;
    padding: 0;
    margin: 0;
    text-align: center;
}

#container {
    width: 770px;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 75px;
}

.clear {
    clear: both;
    margin: 0;
    height: 0;
    line-height: 0%;
}

a {
    color: gray;
}

a:hover {
    color: black;
}


/* NAGLOWEK */

#header {
    height: 270px;
}

#header img {
    display: block;
}


/* MENU GLOWNE */

#menu {
    height: 30px;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu ul li {
    display: block;
    width: 96px;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;

}

#menu ul li a {
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 0 5px 0;
    color: orange;
    text-decoration: none;
    text-align: center;
    background: url(bg_link_black.png) center top no-repeat;
}

/* Wyroznienie aktualnego dzialu */
#menu ul li #current {
    color: black;
    background-image: url(bg_link_orange.png);

}

#menu ul li a:hover {
    color: white;
    background-image: url(bg_link_gray.png);
}


/* TRESC */

#content {
    width: 530px;
    float: left;
    padding-top: 10px;
    text-align: justify;
    line-height: 125%;
}

#content .title {
    padding: 10px 0 20px 90px;
    margin-bottom: 30px;
    background-position: left top;
    background-repeat: no-repeat;
    text-align: left;
}

/* Aktualnosci */
#content #sec1, #sec0 {
    background-image: url(iko_gazeta01.jpg);
}

/* Biografia */
#content #sec2 {
    background-image: url(iko_pioro01.jpg);
}

/* Filmografia */
#content #sec3 {
    background-image: url(iko_kamera01.jpg);
}

/* Produkcje */
#content #sec4 {
    background-image: url(iko_klaps01.jpg);
}

/* Artykuly */
#content #sec5 {
    background-image: url(iko_maszyna01.jpg);
}

/* Galeria */
#content #sec6 {
    background-image: url(iko_aparat01.jpg);
}

/* Multimedia */
#content #sec7 {
    background-image: url(iko_kompakt01.jpg);
}

/* Ksiega gosci */
#content #sec8 {
    background-image: url(iko_ksiazka01.jpg);
}

#content #path {
    margin: 0 0 10px 0;
    font-size: 10px;
}


#content .section {
    margin-bottom: 60px;
}


#content .sbsec {
    margin-bottom: 40px;
    background-color: snow;
    padding: 5px 10px;
}

#content h1, h2, h3 {
    text-align: left;
    font-weight: bold;
    clear: both;
}

#content h1 {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
}

#content h2 {
    font-size: 16px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid lightgrey;
    margin: 0 0 15px 0;
}

#content h3 {
    font-size: 14px;
    margin: 0 0 10px 0;
}

#content blockquote {
    padding-left: 10px;
    margin: 5px 0px;
    border-left: 5px solid lightgrey;
    font-style: italic;
}

/* Miniaturka przy opisie filmu */
#content .phLead {
    float: right;
    margin: 0 0 0 20px;
    padding-top: 10px;
}

#content .phLead img {
    border: 7px solid gainsboro;
}


/* Akapit z linkami/przyciskami */

.lnk {
    font-size: 10px;
    text-align: right;
    clear: both;
}

.left {
    text-align: left;
    padding-top: 20px;
}

.lnk a {
    background: url(arrow01.png) no-repeat;
    padding: 2px 0 0 20px;
    text-decoration: none;
}

.lnk a:hover {
    color: black;
    text-decoration: underline;
    background-image: url(arrow02.png);
}


/* Galeria zdjec */

.ph {
    width: 32%;
    height: 135px;
    float: left;
    text-align: center;
}

.ph img {
    border: 7px solid gainsboro;
}

.ph a:hover img {
    border-color: dimgray;
}

/* Ksiega gosci */

form {
    text-align: left;
}


/* DODATKI */

#addons {
    width: 200px;
    float: right;
    font-size: 10px;
    margin: 0 10px 10px 0;
    color: dimgray;
}

#addons .box {
    margin: 0 0 40px 25px;
}

#addons h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px 0;
    height: 40px;
}

#addons h2 span {
    display: none;
}

/* Napis "Aktualnosci" */
#addons #news h2 {
    background: url(box_hd_news02.png) no-repeat;
}

/* Napis "Kontakt" */
#addons #contact h2 {
    background: url(box_hd_contact02.png) no-repeat;
}

#addons p {
    margin: 5px 0;
}

#addons a {
    color: black;
}


/* STOPKA */

#footer {
    font-size: 10px;
    text-align: center;
    background: url(bg_footer01.png) repeat-x 0px 10px;
    color: white;
}

#footer p {
    width: 770px;
    margin: 0 auto;
    padding: 25px 0 20px 0;
    text-align: left;
    background: url(footer_koryncka02.jpg) no-repeat right top;
    line-height: 200%;
}

#footer a {
    color: orange;
}

#footer a:hover {
    color: white;
}


