* {
    outline: none;
    margin: 0px;
    padding: 0px;
    outline: none;
}

img {
    border: none;
}

.error {
    font-weight: bold;
    font-size: 13px;
    color: red;
    margin-top: 30px;
    margin-bottom: 30px;
}

.noerror {
    font-weight: bold;
    font-size: 13px;
    color: #006D00;
    margin-top: 30px;
    margin-bottom: 30px;
}

.clear {
    clear: both !important;
    display: block;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
}

.preloader {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.search_box .preloader {
    display: block;
}

.preloader img {
    display: block;
    width: 48px;
    height: 48px;
    margin-left: 315px;
    margin-top: 10px;
    border: 1px solid #A1C1DA;
}

.pagination {
    width: 680px;
    height: 22px;
    text-align: center;
}

.pagination table {
    margin-left: auto;
    margin-right: auto;
}

.pagination td {
    width: 24px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-image: url('/img/pagination-bg.gif');
    background-position: 1px 0px;
}

.pagination td a {
    color: #000000;
}

.pagination td.active {
    background-position: 1px -22px;
}

.pagination td.prev, .pagination td.next {
    background: none;
    width: 32px;
}

.pagination td.prev a, .pagination td.next a {
    display: block;
    width: 23px;
    height: 22px;
}

.pagination td.prev a {
    margin-right: 9px;
}

.pagination td.next a {
    margin-left: 9px;
}

a {
    text-decoration: none;
    color: #083F65;
}

a:hover {
    text-decoration: underline;
}

body {
    background-image: url('../img/bg.gif');
    background-repeat: repeat-x;
    background-color: #e3e9f5;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
}

#page {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    text-align: left;
    overflow: hidden;
}

#top {
    position: relative;
    width: 960px;
    height: 114px;
    overflow: hidden;
    margin-bottom: 5px;
}

#top .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 960px;
    height: 114px;
    overflow: hidden;
}

#top .langs {
    position: absolute;
    top: 5px;
    right: 0px;
    z-index: 2;
    overflow: hidden;
    color: #6c7275;
    font-size: 13px;
    width: 235px;
}

#top .langs a {
    color: #6c7275;
}

#top .langs a.active {
    color: #03253b;
}

#facebook_link {
float: left;    
}

#top .langs .langs_menu {
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin-top: 7px;
}

#top .edziekanat {
    position: absolute;
    top: 35px;
    right: 0px;
    z-index: 2;
    width: 235px;
    height: 24px;
    overflow: hidden;
}

#top .search {
    position: absolute;
    top: 65px;
    right: 0px;
    z-index: 2;
    width: 235px;
    height: 27px;
    overflow: hidden;
}

#top .search .input {
    display: inline;
    float: left;
    position: relative;
    background-image: url('../img/search-input.gif');
    background-repeat: no-repeat;
    width: 158px;
    height: 27px;
}

#top .search .input input {
    border: none;
    background: none;
    width: 150px;
    height: 17px;
    position: absolute;
    top: 5px;
    left: 5px;
    font-family: Arial;
    font-size: 12px;
    color: #083F65;
}

#top .search .btn {
    display: inline;
    float: left;
    width: 77px;
    height: 27px;
}

#menu {
    position: relative;
    width: 960px;
    _width: 963px;
    margin-bottom: 5px;
    z-index: 10;
    height: 54px;
}

#menu a {
    display: inline;
    float: left;
    height: 54px;
    overflow: hidden;
}

#menu a img {
    height: 108px;
    margin-top: 0px;
}

#menu a:hover img {
    margin-top: -54px;
}

#menu a.active img {
    margin-top: -54px;
}

#menu .submenu {
    position: absolute;
    display: none;
    left: 0px;
    top: 53px;
    z-index: 10;
}

#menu .submenu ul {
    height: 0px;
    min-height: 0px;
    _height: 0px;
    width: 240px;
    overflow: hidden;
}

#menu .submenu li {
    list-style: none;
    list-style-position: outside;
    position: relative;
    display: block;
    width: 240px;
    height: 24px;
    overflow: hidden;
    vertical-align: top;
}

#menu .submenu li .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 240px;
    height: 24px;
    background-image: url('../img/submenu-bg.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#menu .submenu li:hover .bg {
    background-position: 0px -24px;
    cursor: pointer;
}

#menu .submenu li a {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 210px;
    _width: 240px;
    height: 21px;
    _height: 24px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #9adfff;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 3px;
}

#menu .submenu li a:hover {
    color: white;
}

#footer {
    width: 960px;
    padding-top: 10px;
    font-size: 11px;
    color: #a9a492;
    padding-bottom: 20px;
}

#footer .right {
    display: inline;
    float: right;
}

#footer .left {
    display: inline;
    float: left;
}

#footer img {
    margin-top: -5px;
}

#content {
    position: relative;
    z-index: 1;
    width: 960px;
}

#content .main_top {
    width: 960px;
    height: 393px;
    overflow: hidden;
    margin-bottom: 5px;
}

#content .main_top .image {
    display: inline;
    float: left;
    width: 720px;
    margin-right: 6px;
    _margin-right: 5px;
    height: 393px;
    overflow: hidden;
}

#content .right_col {
    display: inline;
    float: left;
    width: 234px;
}

#content .main_tabs {
    width: 234px; 
    margin-bottom: 5px;
}

#content .main_tabs .tabs {
    display: block;
    width: 234px;
    height: 25px;
    overflow: hidden;
}

#content .main_tabs .tabs li {
    list-style: none;
    list-style-position: outside;
    display: inline;
    float: left;
    width: 117px;
    height: 25px;
}

#content .main_tabs .tabs li a {
    display: block;
    width: 117px;
    height: 20px;
    _height: 25px;
    background-image: url('../img/main-box-tab.gif');
    background-position: 0px -25px;
    text-decoration: none;
    text-align: center;
    color: #f9c3c3;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
}

#content .main_tabs .tabs li a:hover {
    text-decoration: none;
    color: #ffffff;
}

#content .main_tabs .tabs li a.current {
    background-position: 0px 0px;
    color: #ffffff;
}

#content .main_tabs .panes div.pane {
    display: none;
    width: 234px;
    height: auto;
    min-height: 162px;
    _height: 162px;
}

#content .main_tabs .panes div.pane .inner {
    padding-top: 10px;
    width: 234px;
    height: auto;
    min-height: 148px;
    _height: 148px;
    background-image: url('../img/main-box-bg.gif');
    background-position: left bottom;
    background-color: #D33217;
    background-repeat: repeat-x;
}

#content .main_tabs .panes div.pane .inner a {
    display: block;
    font-size: 12px;
    color: #f8beb3;
    width: 224px;
    padding-left: 10px;
    height: 17px;
}

#content .main_tabs .panes div.pane .inner a:hover {
    background-color: #902315;
    text-decoration: none;
}

#content .main_tabs .panes div.pane .inner a.active {
    background-color: #902315;
}

#content .main_tabs .panes div.pane .btm {
    background-image: url('../img/main-box-btm.gif');
    background-repeat: no-repeat;
    height: 4px;
    width: 234px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
}

#content .right_col .baner {
    width: 234px;
    margin-bottom: 5px;
}

#content .right_col .baner a {
    display: block;
    overflow: hidden;
}

#baner_recrutation {
    height: 103px;
}

#baner_informator {
    height: 93px;
}

#content .main_links {
    width: 960px;
    height: 107px;
    overflow: hidden;
    margin-bottom: 5px;
}

#content .main_links .link {
    position: relative;
    display: inline;
    float: left;
    width: 316px;
    height: 107px;
    margin-right: 6px;
}

#content .main_links .link .image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 316px;
    height: 107px;
    z-index: 1;
}

#content .main_links .link .bg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 316px;
    height: 34px;
    z-index: 2;
    background-image: url('../img/main-link-bg.png');
    background-repeat: no-repeat;
}

#content .main_links .link .info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 316px;
    height: 34px;
    z-index: 3;
}

#content .main_links .link .info .title {
    display: inline;
    float: left;
    width: 185px;
    margin-left: 19px;
    margin-top: 9px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}

#content .main_links .link .info .btn {
    display: inline;
    float: left;
    width: 101px;
    height: 19px;
    margin-top: 8px;
}

#content .main_links .last {
    margin-right: 0px;
}

#content .main_cols {
    width: 960px;
    height: 130px;
    overflow: hidden;
    margin-bottom: 5px;
}

#content .main_cols .col {
    display: inline;
    float: left;
    width: 477px;
    height: 130px;
    margin-right: 6px;
}

#content .main_cols .last {
    margin-right: 0px;
}

#content .main_cols .news_box {
    width: 477px;
    height: 130px;
}

#content .main_cols .news_box .top {
    background-image: url('../img/main-news-box-top.gif');
    background-repeat: no-repeat;
    width: 477px;
    height: 3px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
}

#content .main_cols .news_box .btm {
    background-image: url('../img/main-news-box-btm.gif');
    background-repeat: no-repeat;
    width: 477px;
    height: 3px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
}

#content .main_cols .news_box .inner {
    position: relative;
    background-color: #cbcbcb;
    width: 427px;
    height: 104px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
}

#content .main_cols .news_box .inner h2 {
    display: block;
    width: 427px;
    border-bottom: 1px solid #949494;
    font-size: 16px;
    font-weight: bold;
    color: #4d4d4d;
    padding-bottom: 2px;
    margin-bottom: 3px;
}

#content .main_cols .news_box .inner .element {
    display: block;
    width: 427px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
    margin-bottom: 2px;
}

#content .main_cols .news_box .inner .last {
    border-bottom: none;
}

#content .main_cols .news_box .inner .element .date {
    font-size: 11px;
    color: #3890d4;
    margin-bottom: 0px;  
}

#content .main_cols .news_box .inner .element .title {
    font-size: 12px;
    color: #424447;
}

#content .main_cols .news_box .inner .element .title a {
    color: #424447;
}

#content .main_cols .news_box .inner .btn {
    display: block;
    width: 61px;
    height: 19px;
    position: absolute;
    right: 10px;
    bottom: 7px;
}

#path {
    width: 960px;
    font-size: 11px;
    color: #9a9a9a;
    margin-bottom: 5px;
}

#path a {
    color: #2b88cf;
    font-weight: bold;
}

#page_body {
    display: inline;
    float: left;
    width: 720px;
    margin-right: 6px;
    _margin-right: 5px;
    margin-bottom: 6px;
}

#page_body .page_image {
    width: 720px;
}

#page_body .page_inner {
    width: 680px;
    height: auto;
    min-height: 174px;
    _height: 174px;
    padding: 20px;
    padding-bottom: 17px;
    background-color: white;
}

#page_body .page_btm {
    width: 720px;
    background-image: url('../img/page-btm.gif');
    background-repeat: no-repeat;
    height: 3px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
}

#page_body .text {
    width: 680px;
    font-size: 12px;
    color: #33434f;
    line-height: 17px;
}

#page_body .text input, #page_body .text input textarea {
    margin-bottom: 5px;
    margin-right: 5px;
}

#page_body .text .date {
    font-size: 11px;
    color: #3890d4;
    padding-bottom: 10px;
}

#page_body .text table {
    border-collapse: collapse;
    margin-bottom: 10px;
    border-color: #D8E8F2;
}

#page_body .text table td {
    border-color: #D8E8F2;
    padding: 2px;
}

#page_body .text p {
    padding-bottom: 10px;
}

#page_body .text h2 {
    color: #0e60a0;
    font-size: 14px;
    font-weight: bold;
}

#page_body .text h3 {
    color: #0e60a0;
    font-size: 12px;
    font-weight: bold;
}

#page_body .text img {
    margin: 5px;
}

#page_body .text ul {
    padding-left: 10px;
    padding-bottom: 10px;
}

#page_body .text ol {
    padding-bottom: 10px;
    padding-left: 29px;
}

#page_body .text ul li {
    list-style: none;
    list-style-position: outside;
    background-image: url('../img/list-bullet.gif');
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding-left: 14px;
}

#page_body .text ul li li {
    background-image: url('../img/list-bullet2.gif');
}

#page_body .text ol li {
    list-style-position: outside;
}

#page_body h1 {
    width: 680px;
    color: #0e60a0;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}

.searchbox {
    width: 235px;
    height: 27px;
    overflow: hidden;
    margin-bottom: 15px;
}

.searchbox .input {
    display: inline;
    float: left;
    position: relative;
    background-image: url('../img/search-input.gif');
    background-repeat: no-repeat;
    width: 158px;
    height: 27px;
}

.searchbox .input input {
    border: none;
    background: none;
    width: 150px;
    height: 17px;
    position: absolute;
    top: 5px;
    left: 5px;
    font-family: Arial;
    font-size: 12px;
    color: #083F65;
}

.searchbox .btn {
    display: inline;
    float: left;
    width: 77px;
    height: 27px;
}

.search_boxes {
    width: 680px;
    padding-bottom: 15px;
}

.search_boxes .search_box {
    width: 680px;
    padding-top: 10px;
}

.search_boxes .search_box h2 {
    color: #5a1717;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}

.search_boxes .search_box h3 {
    color: #3890d4;
    font-size: 13px;
}

.search_boxes .search_box li {
    list-style: none;
    list-style-position: outside;
    background-image: url('../img/list-bullet.gif');
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding-left: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 5px;
    font-size: 12px;
    color: #33434f;
    line-height: 17px;
}

.search_boxes .search_box .searchSelected {
    background-color: #EDEDED;
    font-weight: bold;
}

.doclist {
    width: 680px;
}

.doclist .doc {
    width: 680px;
    margin-bottom: 15px;
    padding-bottom: 3px;
    border-bottom: 1px solid #c8c8c8;
}

.doclist .doc .image {
    display: inline;
    float: left;
    width: 206px;
}

.doclist .doc .image img {
    /*border: 3px solid #c8c8c8;*/
    width: 200px;
}

.doclist .doc .info {
    display: inline;
    float: left;
    width: 464px;
    margin-right: 10px;
}

.doclist .doc .faq {
    width: 680px;
}

.doclist .doc .faq intro {
    display: none;
}

.doclist .doc .info h2 {
    font-size: 13px;
    font-weight: bold;
    color: #5a1717;
    padding-bottom: 5px;
}

.doclist .doc .info h2 a {
    color: #5a1717;    
}

.doclist .doc .info .date {
    font-size: 11px;
    color: #3890d4;
    padding-bottom: 10px;
}

.doclist .doc .info .intro {
    font-size: 12px;
    color: #33434f;
    line-height: 17px;
    padding-bottom: 10px;
}

.doclist .doc .faq .intro {
    display: none;
}

.doclist .doc .info .more a {
    display: block;
    font-size: 11px;
    width: 90px;
    color: #5a1717;
    font-weight: bold;
    background-image: url('../img/more-arrow.gif');
    background-repeat: no-repeat;
    background-position: right 2px;
}

.contact {
    width: 680px;
    border-top: 1px solid #a1c1da;
    border-bottom: 1px solid #a1c1da;
    background-color: #f5f7fc;
    color: #33434f;
    font-size: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

.contact label {
    display: inline;
    float: left;
    width: 130px;
    margin-right: 10px;
    text-align: right;
    margin-bottom: 10px;
    padding-top: 2px;
}

.contact .input {
    position: relative;
    display: inline;
    float: left;
    width: 183px;
    height: 20px;
    background-image: url('../img/input-bg.gif');
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 10px;
}

.contact .input input {
    border: none;
    background: none;
    position: absolute;
    top: 2px;
    left: 3px;
    width: 177px;
    height: 16px;
    font-size: 12px;
    color: #33434f;
}

.contact .textarea {
    position: relative;
    display: inline;
    float: left;
    width: 492px;
    height: 110px;
    background-image: url('../img/textarea-bg.gif');
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 10px;
}

.contact .textarea textarea {
    border: none;
    background: none;
    position: absolute;
    top: 2px;
    left: 3px;
    width: 485px;
    height: 106px;
    font-size: 12px;
    color: #33434f;
    overflow: auto;
}

.contact .btn {
    display: inline;
    float: right;
    width: 106px;
    height: 33px;
    margin-right: 48px;
}

.contact .preloader p {
    margin-left: 20px;
}

.persons_groups {
    width: 680px;
}

.persons_groups .group {
    border-top: 1px solid #c8c8c8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.persons_groups .group h2 {
    font-size: 14px;
    font-weight: bold;
    color: #083F65;
    padding-bottom: 10px;
}

.persons_groups .person {
    width: 680px;
    margin-bottom: 15px;
}

.persons_groups .person .image {
    display: inline;
    float: left;
    width: 102px;
    margin-right: 18px;
}

.persons_groups .person .image img {
    border: 1px solid #c8c8c8;
    width: 100px;
}

.persons_groups .person .info {
    display: inline;
    float: left;
    width: 560px;
}

.persons_groups .person .info h3 {
    font-size: 13px;
    font-weight: bold;
    color: #5a1717;
    padding-bottom: 5px;
}

.persons_groups .person .info h3 a {
    color: #5a1717;    
}

.persons_groups .person .info .job {
    font-size: 12px;
    color: #33434f;
    font-weight: bold;
    padding-bottom: 5px;
    
}

.persons_groups .person .info .intro {
    font-size: 12px;
    color: #33434f;
    line-height: 17px;
    padding-bottom: 10px;
}

.persons_groups .person .info .more a {
    display: block;
    font-size: 11px;
    width: 90px;
    color: #5a1717;
    font-weight: bold;
    background-image: url('../img/more-arrow.gif');
    background-repeat: no-repeat;
    background-position: right 2px;
}
