body {
    margin: 0;
    padding: 0;
    color: #997f5d;
    background: url(bg_body01.png) black;
    font-size: 14px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}


.container {
    width: 840px;
    margin: 0 auto;
}

#header {
    background: url(bg_header02.png) repeat-x;
    text-align: center;
}

#header .container {
    height: 360px;
    overflow: hidden;
    background-color: #200000;
}

#lang {
    height: 140px;
    width: 780px;
    padding: 10px 40px 0 40px;
    margin: 0;
    z-index: 1000;
    display: block;
    position: relative;
    background: url(bg_lang01.png) no-repeat 0 10px;
    text-align: right;
}

#lang a {
    text-decoration: none;
    color: #735f46;
    letter-spacing: 2px;
    font-weight: bold;
    background-color: black;
    padding: 3px 10px;
    margin-left: 7px;
    border: 1px solid #332a1f;
    font-size: 12px;
}

#lang #arkana {
    float: left;
    padding: 0;
    margin: 0 0 0 -20px;
    border: none;
    opacity: .8;
}

#header #top {
    margin: 0;
    width: 800px;
    height: 300px;
    background-color: #200000;
    border-width: 20px 20px 10px 20px;
    border-style: solid;
    border-color: #200000;
    position: relative;
    top: -150px;
}

#header #top img {
    display: block;
}

#title {
    height: 150px;
    display: block;
    position: relative;
    top: -310px;
    z-index: 2;
}

#content {
    
}

#content .container {
    width: 650px;
    padding: 15px 75px 100px 75px;
    background: url(bg_content01.jpg) no-repeat black;
    min-height: 575px;
    border-top: 1px solid #332a1f;
}

#content img {
    opacity: .75;
}

#footer {
    background: url(bg_footer01.png);
    font-size: 12px;
    padding: 20px;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0;
}

p {
    text-align: justify;
}

th,td {
    text-align: left;
    vertical-align: top;
    padding: 5px;
}

a {
    color: gray;
}

a img {
    border: solid 1px #997f5d;
    padding: 3px;
}

#nav {
    margin: -300px 20px 0 20px;
    padding: 0;
}

#nav li {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
    float: left;
}

#nav a {
    display: block;
    text-decoration: none;
    color: #735f46;
    font-weight: normal;
    background-color: #200000;
    padding: 5px 6px;
    margin-right: 8px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #332a1f;
    font-size: 13px;
}

#nav #current-nav {
    background-color: #2B2F30;
    font-weight: bold;
}

.center {
    text-align: center !important;
}

.fright {
    float: right;
    margin: 0 0 5px 20px;
}

.crew {
    width: 160px;
    float: left;
    text-align: center;
}

.gallery {
    text-align: center;
}

.gallery img {
    margin: 15px;
}


/* Publikacje */
.pub {
    clear: both;
    min-height: 80px;
    margin: 0 0 40px 0;
}

.pub h3 {
    font-size: 15px;
    margin: 0 0 10px 0;
}

.pub p {
    margin: 10px 0;
}

.pub .ext a {
    font-size: 12px;
    text-decoration: none;
}

.pub .pub-img {
    font-size: 10px;
    float: right;
    width: 130px;
    margin: 0 0 5px 20px;
    opacity: .75;
    text-align: left;
}

.pub .pub-img:hover {
    opacity: 1;
}


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

.right {
    text-align: right !important;
}

#contact {
    float: left;
}


#webmaster {
    float: right;
}

#webmaster p {
    text-align: right;
}