body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #88171b;
    color: #555753;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* global */
* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

html,body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrapper {
    text-align: left;
    margin: 0 auto;
    padding: 0px;
    border: 0;
    width: 980px;
    min-height: 100%;
    position: relative;
    background: repeat-x #f5f5f5 url(../images/wrap_bg.gif);
}

#container2 {
    background: #f5f5f5; /* column 2 background colour */
    clear: left;
    float: left;
    width: 100%;
    overflow: hidden;
}

#container1 {
    background: #f5f5f5; /* column 1 background colour */
    float: left;
    width: 100%;
    position: relative;
    right: 800px;
    border-right: #d0d0d0 1px dotted;
}

#lewe_menu {
    float: left;
    width: 180px;
    position: relative;
    left: 800px;
    padding: 40px 0 0 0;
    overflow: hidden;
}

#lewe_menu ul {
    list-style: none;
    padding: 0 0 0 40px
}

#lewe_menu li {
    list-style: none;
    display: block;
}

#lewe_menu li a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    color: #555753;
    margin: 10px 0 10px 0;
    padding: 0 5px 0 4px;
}

#lewe_menu li a:hover {
    display: block;
    border-left: 2px #cc3300 solid;
    color: #cc3300;
    margin: 10px 0 10px 0;
    padding: 0 5px 0 2px
}

#lewe_menu p {
    padding: 0 0 0 15px;
    color: #CC3300;
    border-left: 5px solid #CC3300;
}

#content {
    float: left;
    width: 784px;
    position: relative;
    left: 800px;
    overflow: hidden;
    padding: 0 0 30px 0;
}

#content h1,#content h2,#content h3,#content p {
    margin: 15px 15px 10px 15px;
}

#content td {
    border: 1px solid #d0d0d0;
}

#content a {
    font-size: 1em;
    line-height: 11px;
    padding: 10px 0 10px 15px;
    color: #cc3300;
    text-decoration: none;
}

#content a:hover {
    color: #ff7a58;
}

#content ol {
    padding: 0 0 10px 10px;
}

#content ul {
    padding: 0 0 10px 10px;
}

#content li {
    font-weight: normal;
    list-style: none;
    text-decoration: none;
    background: 0 30% url(../images/punkt_lista.gif) no-repeat;
    padding: 0 0 5px 15px;
}

a img {
    border: none
}

#header {
    margin: 0;
}

#logo {
    float: left;
    width: 684px;
    margin: 4px 0 2px 0;
    display: block;
}

#mail a {
    float: left;
    margin: 0 0 0 220px;
    padding: 11px;
    background: no-repeat url(../images/koperta.gif);
}

#mail a:hover {
    padding: 11px;
    background: no-repeat url(../images/koperta_hover.gif);
}

#ang {
    float: left;
    margin: 0 0 0 5px;
    padding: 11px;
    background: no-repeat url(../images/ang3.gif);
}

#pl a {
    float: left;
    margin: 0 0 0 5px;
    padding: 11px;
    background: no-repeat url(../images/pl1.gif);
}

#pl a:hover {
    padding: 11px;
    background: no-repeat url(../images/pl2.gif);
}

#pasek {
    border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    background: #942f32;
    display: block;
    margin: 0 0 0 730px;
    padding: 40px 0 12px 0;
}

#pasek h1 {
    text-transform: uppercase;
    font-size: 10px;
    color: #f5f5f5;
    font-weight: 700;
    margin: 0 0 0 42px;
}

input.pasek_pole {
    float: left;
    border: none;
    width: 180px;
    height: 22px;
    background: ffffff;
    color: #555753;
    margin: 1px 0 0 42px;
    padding: 0 0 0 0;
}

input.pasek_klik {
    height: 22px;
    width: 22px;
    background: no-repeat url(../images/lupa.gif);
    margin: 0 0 0 5px;
    text-decoration: none;
}

input.pasek_klik:hover {
    background: no-repeat url(../images/lupa_hover.gif);
    margin: 2px 0 0 5px;
}

p.buttonheading {
    border: dashed 1px;
    border-color: #d0d0d0;
    float: right;
    margin: 0;
    padding: 5px 5px 0 60px;
}

#top_menu {
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 43px;
    background: url(../images/bg_menu.png);
    margin: 0 0 0 0;
    border-bottom: solid 1px #918381;
}

#top_menu ul {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
    list-style: none;
}

#top_menu li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 10px 14px;
    position: relative;
    right: 50%;
    font-size: 12px;
    text-transform: uppercase;
}

#top_menu li a {
    color: #f4e1d6;
    padding: 5px;
    display: block;
    margin: 0 0 0 0;
    text-decoration: none;
    line-height: 20px;
}

#top_menu li a:hover {
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    display: block;
    border-bottom: dashed 1px #380607;
    margin: 0 0 0 0px;
    padding: 5px;
    background: #88171b;
}

#footbox {
    clear: both;
    padding-bottom: 95px; /* Height of the footer */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 95px; /* Height of the footer */
    background: #260102;
    border-top: solid 1px #918381;
    border-bottom: solid 15px #380607;
}

#footer h1 {
    float: left;
    margin: 20px 0 0 15px;
    width: 35px;
    height: 35px;
    font-size: 11px;
    background: url(../images/imimsmall.png) no-repeat;
}

#footer h2 {
    font-size: 9px;
    margin: 10px 20px 0 0;
    color: #75484a;
    float: right;
}

#footer h2 a {
    color: #6a5357;
    text-decoration: none;
}

#footer h2 a:hover {
    color: #be170b;;
}

#footer p {
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    color: #7b6b6b;
    padding: 25px 0 0 0;
    margin: 0 10px 0 10px;
    font-size: 11px;
    line-height: 14px;
}

#footer ul {
    float: right;
    font-size: 11px;
    margin: 0;
    padding: 25px 20px 0 0;
}

#footer li {
    margin: 0 0 0 0;
    padding: 0 4px 0 4px;
    list-style: none;
    float: left;
}

#footer li a {
    color: #601a0f;
}

#footer li a:hover {
    color: #be170b;
}