html {
    width:100%;
    background: white;
    overflow-y: scroll;
}

body {
    width:100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 0.625em;
    color: white;
    min-width: 800px;
}
#all {
    margin: auto;
    width: 980px;
    position: relative;
}
a img {
    border: 0;
}
h1 {
    margin: 1ex 0 1ex 0;
    font-size: 130%;
    font-style: italic;
}
h2 {
    margin: 1ex 0 0 0;
    font-size: 110%;
}
p {
    padding: 0;
    text-align: justify;
}
a[href^="mailto:"] {
    padding-right:20px;
    background:url(img/envelope.gif) no-repeat 99% 50%;
}
.vcard {
    margin: 1em 0;
}
h2.org {
    margin: 0;
}
h2.org~p{
    margin-top: 0;
}
#header {
    height: 211px;
    background: url('img/bg.jpg') repeat-x;
    padding-top: 1px;
    overflow: hidden;
}
#logo {
    padding-left: 5em;
    background: url('img/ludzie.jpg') 600px 0 no-repeat;
}
#banner {
    font-family: tahoma;
    font-size: 1.86em;
    color: yellow;
    font-weight: bold;
    position: absolute;
    top: 156px;
    left: 0;
}
#banner strong {
    padding: auto 2em;
    display: inline-block;
    margin: 0 1.5em;
}
#banner span {
    display: inline-block;
    min-width: 1px;
    margin: 0 10em;
}
#wrapper {
    min-height: 9px;
    margin-left: 160px;
}
#content {
    float: right;
    padding: 30px 5%;
    width: 90%;
    color: black;
    font-size: 1.2em;
    font-family: verdana, sans-serif;
    overflow: auto;
}
#content ul li, #content ol li {
    margin-bottom: 1ex;
}
#content ul li ul li, #content ol li ul li {
    margin: 1ex auto;
}
#content ul.multilevel li, #content ol.multilevel li {
    font-weight: bold;
}
#content ul.multilevel li li, #content ol.multilevel li li {
    font-weight: normal;
}
#content table {
/*    font-size: 1.166em; */
    border-collapse: collapse;
}
#content table td, #content table th {
    border: 1px ridge black;
    padding: 0.3ex 0.5ex;
    min-width: 2em;
}
#content table td:first-child {
    text-align: center;
}
#content img {
    margin: 1ex auto;
    text-align: center;
    display: block;
}
#index_news {
    float: left;
    width: 65%;
}
#index_news a {
    color: red;
    font-style: italic;
    margin-left: 1ex;
}
#index_news .read_more_text {
    display: none;
}
#index_news .read_more_text_shown {
    display: block;
    margin: 0 0 0 2em;
}
#index_scope_of_opr {
    float: right;
    width: 33%;
}
#nav {
    width: 160px;
    float: left;
    margin-left: -160px;
    position: relative;
    top: -10px;
    background: url('img/menutop.png') 0 0 no-repeat;
    padding-top: 19px;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
}
#nav * {
    margin: 0;
    padding: 0;
    color: white;
    text-decoration: none;
}
#nav ul {
    background: #010066 url('img/menubg.png') 100% 19px repeat-y;
    list-style: none;
    width: 143px;
}
#nav li {
    position: relative;
}
#langmenu {
    overflow: auto;
    padding-bottom: 1em;
}
#langmenu li {
    float: left;
    margin-left: 2em;
}
#nav ul.menu a, #nav ul.menu span {
    display: block;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 5px 11px 5px 5px;
}
#nav ul.menu ul a, #nav ul.menu ul span {
    border-left: 1px solid white;
}
#nav a.curr, #nav span.curr {
    color: yellow;
}
#nav ul.menu span {
    background: url('img/menuarrow.png') 100% 50% no-repeat;
}
#nav ul.menu li+li a, #nav ul.menu li+li span {
    border-top: none;
}
#nav ul.menu {
    width: 143px;
    min-width: 8em;
}
ul.menu ul {
    position: absolute;
    left: -999em;
    top: 0;
    display: block;
    width: 150px;
}
ul.menu li:hover > ul, ul.menu li:active > ul, ul.menu li:focus > ul {
    left: 100%;
}
ul.menu li:hover, ul.menu li:active, ul.menu li:focus {
    background: #4d4d95 url('img/bg2.jpg') 100% 0 repeat-y;
}
#footer {
    clear: both;
    color: black;
    border-top: 1px solid #aaa;
    text-align: center;
    padding: 0.5em;
}
ol.main_ol > li {
    list-style-type: upper-roman;
}
ul.contact_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.contact_list li {
    list-style: none;
    margin: 1ex 3%;
    min-height: 10em;
}
ul.contact_list li strong {
    color: red;
    font-weight: bold;
    display: block;
}
ul.separate li {
    border-bottom: 1px solid #ccc;
    float: left;
    width: 27%;
}
