h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: bold;
}

h1 { font-size: 200%; }     /* ca. 26px */
h2 { font-size: 184.62%;}  /* ca. 24px */
h3 { font-size: 153.85%; }  /* ca. 20px */
h4 { font-size: 138.46%; }  /* ca. 18px */
h5 { font-size: 123.08% }   /* ca. 16px */
h6 { font-size: 107.69%; }  /* ca. 14px */

* {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

.clear{
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


html {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    height:100%;
}

body {
    color: #D1D1D1;
    background-color: #1D2123;
    margin:0;
    padding:0;
    height:100%;
}

#header {

}

#footer {
    clear: both;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #3a3027;
    text-align: center;
    color: #BCBCBC;
    height: 20px;
    padding-top: 8px;
}

#title {
    color: #A3D96C;
    font-family: Times New Roman;
    font-size: 28px;
    margin-bottom: 25px;
    position: relative;
    bottom: 18px;
    left: 8px;
    text-transform: uppercase;
}

#title img {
    position: relative;
    top: 24px;
    margin-bottom: 0;
    right: 10px;
}

#accordion {
    padding-bottom: 10px;
    margin-bottom: 33px;
}

#container {
    min-height:100%;
    position:relative;
}

#inner_container {
    padding: 30px;
    padding-bottom: 30px;
}

.nadpis {
    font-size: 17px;
    color: #DBCDB6;
}

a {
    color: #574225;
}