/* basics ----------------------------------------------------------------------------- */

body {
    font-size: 12px;
    color: black;
    text-align: center;
    font-family: arial, "lucida console", sans-serif;
    margin: 0;
    padding: 0;
    letter-spacing: 0.13em;
}

* html .toLeft {
    margin-right:0px;
}

.toLeft {
    display:inline;
    float:left;
    position:relative;
}

.toRight {
    display:inline;
    float:right;
    position:relative;
}

* html .clear {
    margin-top:-2px;
}

.clear {
    border:medium none;
    clear:both;
    font-size:1px;
    height:1px;
    margin:-1px 0pt 0pt;
    padding:0pt;
    visibility:hidden;
}

a img {
    border:medium none;
}

a {
    color: #00a23b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.errors {
    color: white;
    background: red;
    border: 1px solid white;
    padding: 8px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.notice {
    color: white;
    background: rgb(51,153,0);
    border: 1px solid white;
    padding: 8px;
    margin: 0 0 10px 0;
    font-weight: bold;    
}

.unvisible {
    display: none;
}




/* main architecture */

#main {
    width: 952px;
    text-align: left;
    margin: 0 auto 55px auto;
}

#header {
    height: 135px;
    position: relative;
}




/* header */

#header a.way_home {
    background: url(fg__way_home.gif) no-repeat left top;
    width: 543px;
    height: 53px;
    position: absolute;
    left: 25px;
    top: 62px;
}

#header form.searching_form {
    text-align: right;
    width: 250px;
    height: 30px;
    position: absolute;
    top: 80px;
    right: 25px;
}

#header form.searching_form input {
    width: 210px;
    font-size: 18px;
    border: 1px solid #00a23b;
    position: absolute;
    top: 3px;
    right: 20px;
}

#header form.searching_form input.search_submit {
    position: absolute;
    background: #00a23b url(fg__search_submit.gif) no-repeat 50% 50%;
    width: 20px;
    cursor: pointer;
    height: 24px;
    top: 3px;
    right: 0px;
}

#pre_menu {
    height: 32px;
    padding: 0 0 0 7px;
    z-index: 2;
    position: relative;
}




/* HP */

#middle_content {
    height: 396px;
    background: url(bg__hp_middle_content.jpg) no-repeat left top;
    position: relative;
}

#middle_content div.promo_text {
    position: absolute;
    width: 196px;
    left: 15px;
    top: 175px;
    color: white;
    font-weight: bold;
    text-align: right;
    font-size: 10px;
}

#hp_btm {
    font-size: 11px;
    padding: 20px 0;
    background: url(bg__green_line.gif) repeat-y 225px 0px;
}

#hp_btm h1 {
    display: none;
}

#hp_btm  h2 {
    font-size: 11px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#hp_btm .left_links, #hp_btm .footer {
    width: 472px;
}

#hp_btm .links {
    margin: 10px 0 0 0;
}

#hp_btm .links h2 {
    width: 213px;
    display: block;
    text-align: right;
}

#hp_btm .links ul {
    width: 220px;
    margin: 0 0 0 13px;
    padding: 0;
}

#hp_btm .links ul li {
    list-style: none;
    padding: 0 0 0 17px;
    line-height: 16px;
}

#hp_btm .links ul li.selected {
    background: url(fg__arrow_green_right.gif) no-repeat left center;
}

#hp_btm .footer h2 {
    text-align: right;
    display: block;
    padding: 10px 24px 5px 0;
}

#hp_btm .footer ul {
    padding: 0 24px 0 0;
    margin: 0;
}

#hp_btm .footer ul li {
    list-style: none;
    text-align: right;
    line-height: 16px;
}




/* pages */

#middle {
    background: url(bg__pages_middle_content.jpg) no-repeat left top;
    height: 170px;
    width: 100%;
}

#page {
    margin: 40px 0 0 0;
    background: url(bg__green_line.gif) repeat-y 225px top;
}

#page .left_content {
    width: 225px;
    text-align: right;
}

#page .left_content ul li {
    list-style: none;
}

#page .right_content {
    width: 725px;
    background: #f0f8e1 url(bg__right_top_radius.gif) no-repeat right top;
    margin: 0 0 0 2px;
    padding: 0 0 0 0;
}

#page div.crumbs {
    width: 596px;
    margin: 13px 0 0 42px;
    color: #b0a27e;
    font-size: 10px;
}

#page div.crumbs a {
    color: #85754e;
}

#page a.print {
    font-size: 10px;
    margin: 12px 24px 0 0;
    background: url(fg__print.gif) no-repeat 0 50%;
    padding: 1px 0 1px 20px;
}

#page h1 {
    background: url(bg__h1.gif) no-repeat 0 50%;
    font-size: 24px;
    padding: 10px 10px 10px 40px;
    margin: 18px 0;
}

#page .right_content h2, #page .right_content h3, #page .right_content h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 0 0;
    padding: 0 40px 0 42px;
}

#page .right_content h3 {
    font-size: 17px;
    margin: 18px 0 0 0;
}

#page .right_content h4 {
    font-size: 15px;
    margin: 15px 0 0 0;
}

#page .right_content a {
    font-weight: bold;
    color: #e33f1f;
}

#page .right_content p {
    margin: 25px 24px 0 21px;
    padding: 0 21px 0 21px;
}

#page .right_content p.perex {
    background: #f9fcf3 url(bg__arrow_light_green_left.gif) no-repeat right 27px;
    color: #3b5113;
    padding: 21px 21px 32px 21px;
}

#page .right_content ul {
    margin: 0;
    padding: 24px 40px 0 52px;
}

#page .right_content ul li {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0 0 0 17px;
    background: url(fg__list_style.gif) no-repeat left 5px;
}

#page div.promo_text {
    font-weight: bold;
    font-size: 11px;
    color: #00a23b;
    padding: 13px 17px;
    background: url(bg__arrow_green_left.gif) no-repeat right 17px;
}

#page .left_content div.links {
    padding: 13px 0 13px 17px;
    margin-top: 25px; 
}

#page .left_content div.links h2 {
    font-size: 11px;
    color: black;
    margin: 0;
    padding: 0 17px 0 0;
}

#page .left_content ul {
    margin: 0;
    padding: 0;
}

#page .left_content ul li {
    margin: 0;
    padding: 4px 17px 0 0;
    font-size: 11px;
}
#page .left_content ul li.selected {
    background: url(bg__arrow_green_left.gif) no-repeat right 9px;
}

#p_footer {
    padding: 30px 42px 0 0;
    background: white url(bg__p_footer.gif) no-repeat left top;
    text-align: right;
    font-size: 11px;
    margin: 35px 0 0 0;
}

#page .right_content #p_footer h2 {
    font-size: 11px;
    color: black;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#page .right_content #p_footer ul {
    margin: 0;
    padding: 0;
}

#page .right_content #p_footer ul li {
    background: none;
    padding: 7px 0 0 0;
    margin: 0;
}

#page .right_content #p_footer ul li a {
    font-weight: normal;
    color: #00a23b;
}

#page  table.pricelist {
    margin: 30px 24px 25px 40px;
    font-size: 11px;
}

#page  table.pricelist td {
    padding: 5px 2px;
    border-bottom: 2px solid #b7cd8f;
}

#page  table.pricelist tr.light td {
    border-bottom: 1px dotted #d0e0b1;
}

#page  table.pricelist strong {
    display: block; /* !!! */
    text-align: right;
}

#page table.gallery {
    margin: 25px 18px 25px 40px;
}

#page table.gallery td {
    padding: 2px;
}

#page table.gallery td a img {
    border: 1px solid black;
    padding: 2px;
}




/* specialities */

#page ul.lst2n li {
    font-weight: bold;
}

#page ul.lst2n li.n {
    font-weight: normal;
    padding-left: 17px;
    background: none;
    padding-bottom: 10px;
}

#page  div.structure {
    margin: 25px 0 0 40px;
    background: url(../images/struktura.gif) no-repeat left top;
    position: relative;
    height: 469px;
    width: 540px;
}

#page  div.structure ul, #page  div.structure ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}

#page  div.structure ul li {
    position: absolute;
    font-size: 10px;
    letter-spacing: 0.08em;
}

#page .right_content ul li.np {
    background: none;
    padding-left: 18px;
    font-size: 90%;
}

#page .right_content ul ul {
    margin: 10px 0 15px 20px;
    padding: 0;
}

#page table.sending_form {
    margin: 10px 0 20px 42px;
    width: 643px;
}

#page table.sending_form td {
    padding: 0 0 10px 0;
}

#page table.sending_form td input, #page table.sending_form td select {
    border: 1px solid black;
    padding: 1px;
    width: 200px;
}

#page table.sending_form td input.submit {
    background: #00A23B;
    color: white;
    font-weight: bold;
    border-width: 2px;
}

#page p.error_message, #page p.ok_message {
    background: red;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
}

#page p.ok_message {
    background: rgb(102,255,0);
}

