* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 15px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    color: #4B7E9A;
    background: #EBF3FC url(images/top.gif) repeat-x top;
}

h1, h2 {
    font-weight: normal;
}

h1 {
    padding-top: 5px;
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.2em;
    text-align: center;
    color: White;
}

h2 {
    padding: 15px 0;
    font: 1.45em/1.2em "Times New Roman", Times, serif;
    color: #000000;
}

h2 a {
    text-decoration: none;
}

h2.firsth2 {
    padding-top: 0;
}

h3 {
    font-weight: normal;
    color: Black;
}

p {
    padding: 5px 0;
    line-height: 1.7em;
}

a {
    color: #FF6600;
    text-decoration: underline;
    outline: none;
}

a:hover {
    text-decoration: none;
}

ol, #right ul {
    padding: 5px 0 15px 50px;
    line-height: 1.7em;
}

img {
    border: none;
}

pre {
    margin: 8px 0;
    padding: 15px;
    font: 0.8em/1.5em Arial, Helvetica, sans-serif;
    color: #BF9447;
    background: #F9F5D8;
    border: 1px solid #F6F1C9;
}

#main {
    width: 100%;
    background: White url(images/top.gif) repeat-x top;
}

#main_2 {
    position: relative;
    margin: 0 auto;
    width: 975px;
    text-align: left;
}

/*******************************************  header  ****************************************/

#header {
    height: 194px;
    background: #AFD2F4 url(images/header.jpg) no-repeat;
}

#logo {
    position: absolute;
    top: 22px;
    left: 0px;
    padding-top: 28px;
    width: 205px;
    height: 115px;
}

#logo a {
    display: block;
    margin-left: 30px;
    width: 145px;
    height: 36px;
}

#lang {
    position: absolute;
    top: 22px;
    left: 845px;
    width: 130px;
    height: 42px;
    text-align: right;
}

#lang ul {
    list-style: none;
    height: 42px;
}

#lang ul li {
    float: right;
}

#lang ul li a {
    display: block;
    width: 31px;
    height: 19px;
    margin: 11px 17px 0 0;
    text-decoration: none;
    overflow: hidden;
}

#lang ul li a.en {
    margin-right: 24px;
}

/*********************************************  menu  ****************************************/

#menu {
    position: absolute;
    top: 137px;
    left: 205px;
    padding-left: 10px;
    width: 760px;
    height: 57px;
}

#menu ul {
    list-style: none;
    background: red;
}

#menu ul li {
    float: left;
    display: block;
    margin: 10px 10px 0 0;
    width: 180px;
}

#menu ul li#sz_smax {
    width: 230px;
}

#menu ul li#contact {
    width: 130px;
}

#menu ul li a {
    display: block;
    margin: 0;
    height: 39px;
    font: 22px/39px "Times New Roman", Times, serif;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    color: White;
}

#menu ul li a:hover {
    color: White;
    background: url(images/menu_over.gif) no-repeat;
}

#menu ul li#sz_smax a:hover {
    background: url(images/menu_over2.gif) no-repeat;
}

#menu ul li#contact a:hover {
    background: url(images/menu_over3.gif) no-repeat;
}

#menu ul li a#active {
    text-decoration: none;
    color: White;
    background: url(images/menu_over.gif) no-repeat;
}

#menu ul li#sz_smax a#active {
    background: url(images/menu_over2.gif) no-repeat;
}

#menu ul li#contact a#active {
    background: url(images/menu_over3.gif) no-repeat;
}

/****************************************  content  ******************************************/

#middle {
    clear: both;
    width: 975px;
}

#left {
    float: left;
    padding: 30px 0 20px 0;
    width: 192px;
}

#left h2 {
    padding: 20px 0 2px 0;
    color: #BF9447;
    border-bottom: 1px dashed #DEC8A1;
}

#left h2 a {
    color: #BF9447;
}

#left h2 a:hover {
    color: #4B7E9A;
}

#left ul {
    list-style: none;
    padding-bottom: 2px;
}

#left ul li {
    padding: 0 0 4px 0;
    line-height: 20px;
}

#left ul li a {
    padding: 0;
    color: #4B7E9A;
}

#left ul li a.active, #left ul li a.active:hover {
    color: #FF6600;
    text-decoration: underline;
}

#right {
    float: right;
    padding: 50px 0 10px 0;
    width: 770px;
    text-align: justify;
}

#right h2 a:hover {
    color: #4B7E9A;
}

#right h2 span {
    font-size: 15px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #4B7E9A;
}

#text {
    padding: 0 70px 50px 70px;
}

#break {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/************************************  main page  **************************************/

#index_html {
    float: left;
    width: 370px;
    background: url(images/tab.jpg) no-repeat top;
}

#index_fla {
    float: right;
    margin-bottom: 20px;
    width: 370px;
    background: url(images/tab.jpg) no-repeat top;
}

#index_html h2, #index_fla h2 {
    margin-bottom: 15px;
    padding: 0;
    font: 22px/52px "Times New Roman", Times, serif;
    text-align: center;
    color: #BF9447;
}

.all {
    clear: both;
    padding-top: 20px;
    height: 32px;
    font-size: 1.1em;
    text-align: center;
    background: url(images/tab_bot.jpg) no-repeat;
}

/*******************************************  contact form  ************************************/

form#kontakt {
    margin: 0 70px 50px 70px;
    padding: 30px 0 30px 40px;
    height: 460px;
    line-height: 30px;
    background: #F9F5D8;
    border: 1px solid #F6F1C9;
}

form p {
    line-height: 30px;
}

#kontakt input.text, #kontakt textarea {
    padding: 6px 2px;
    width: 250px;
    font: 0.9em Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #486848;
    background: White;
    border: 1px solid #EDE19C;
}

#kontakt textarea {
    height: 200px;
}

#kontakt input.submit {
    position: relative;
    display: block;
    left: 232px;
    top: 10px;
    padding: 6px 0 10px 0;
    width: 100px;
    font: bold 0.9em Arial, Helvetica, sans-serif;
    color: White;
    background: url(images/submit.gif) no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
}

.textarea {
    padding: 5px 0;
    height: 216px;
}

#imie, #email, #temat, #tresc {
    position: absolute;
    left: 550px;
}

#messageinfo {
    margin-bottom: 200px;
    padding-top: 80px;
    text-align: center;
}

/****************************************  template pages  ************************************/

.graphicsNav {
    float: right;
    margin: 20px 0;
    padding: 0 25px 0 0;
    height: 39px;
}

.graphicsBut {
    float: left;
    margin-left: 6px;
    width: 38px;
    height: 38px;
    font: bold 22px/38px "Times New Roman", Times, serif;
    text-align: center;
    color: #FF6600;
    background: #F7EDBC url(images/nav.gif) no-repeat;
}

.graphicsNav a {
    display: block;
    width: 38px;
    height: 38px;
    font: bold 22px/39px "Times New Roman", Times, serif;
    text-decoration: none;
    color: #E4C865;
    background: #F7EDBC url(images/nav.gif) no-repeat;
}

.graphicsNav a:hover {
    color: #FF6600;
}

.graphics {
    clear: both;
    text-align: center;
}

.graphicsRow {
    clear: both;
    height: 215px;
}

.graphicsItem {
    float: left;
    width: 192px;
    text-align: center;
}

.graphicsItem p {
    padding: 0;
    font-size: 0.9em;
    line-height: 1.25em;
}

.graphicsItem a {
    color: #4B7E9A;
    text-decoration: none;
}

.graphicsItem a:hover {
    color: #FF6600;
}

.graphicsItem img {
    border: 1px solid #A9CFF5;
}

/**********************************************  footer  *********************************/

#footer {
    width: 100%;
    text-align: center;
    background: url(images/footer.gif) repeat-x top;
}

#footer_2 {
    padding: 50px 0 0 0;
    margin: 0 auto;
    width: 975px;
    background: url(images/footer.gif) repeat-x top;
}

.flinks {
    margin: 0;
    font-size: 0.9em;
    color: #4B7E9A;
}

.flinks a {
    color: #4B7E9A;
    padding: 0 5px;
}

.flinks a:hover {
    color: #4B7E9A;
}

#copyright {
    padding: 25px 0 10px 0;
    font-size: 12px;
}

/*************************************  classes, ids  ***********************************/

.small {
    font-size: 0.8em;
}

.important {
    padding: 25px 0;
    font-size: 1.1em;
}

.big {
    padding: 5px 0;
    font-size: 1.3em;
    color: #4B7E9A;
}

#error {
    padding: 0 88px 30px 88px;
    color: #FF3131;
    font-size: 0.9em;
}

.button, .button2 {
    display: block;
    width: 120px;
    height: 38px;
    font-size: 1.2em;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    color: #BF9447;
    background: #F7EDBC url(images/button.gif) no-repeat;
}

a.button:hover, a.button2:hover {
    color: #FF6600;
}

.button2 {
    width: 190px;
    background: #F7EDBC url(images/button2.gif) no-repeat;
}

#szczegoly_txt {
    display: none;
    margin: 10px 0;
    padding: 0 12px;
    background: #FBF9E5;
    border-left: 1px solid #F6F1C9;
    border-right: 1px solid #F6F1C9;
}

#szczegoly_txt p {
    font-size: 0.8em;
    line-height: 1.33em;
    text-align: left;
}

.floatleft {
    float: left;
    padding: 5px 10px 5px 0;
}

.linkalike {
    color: #FF6600;
    text-decoration: underline;
    outline: none;
    cursor: pointer;
}