@CHARSET "UTF-8";
/**
 * Arkusz stylów strony www
 * @package css
 * @author Mariusz Lisowski
 * @copyright 2008 Kryptonim:PL
 * @version 1.0
 */
body {
    margin: 0px;
    padding: 0px;
    margin-bottom: 8px;
    text-align: center;
}

.hidden {
    visibility: hidden;
    display: none;
}

td, th, table, img, a {
    border: none;
}

body, td, th, * {
    font-family: Verdana;
    font-size: 12px;
    color: #84a300;
}

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

a {
    text-decoration: none;
}

a:hover {
    color: #e74507;
}

#flash {
    width: 972px;
    height: 490px;
    background-image: url('flash.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}

#menu {
    position: relative;
    width: 100%;
    height: 36px;
    text-align: center;
}

#flags {
    position: absolute;
    left: 20px;
    top: 15px;
}

#flags img {
    margin-right: 10px;
}

#submenu {
    margin-bottom: 30px;
}

#submenu a, #submenu span {
    margin-right: 30px;
    font-size: 20px;
}

#submenu a:hover, #submenu span {
    color: #e74507;
    text-decoration: none;
}

#zakodowani {
    position: absolute;
    right: -90px;
}

#content {
    position: relative;
    width: 100%;
    background-image: url('footer.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
}

#flash2 {
    float: left;
    position: absolute;
    top: 20px;
    left: 25px;
}

#txt {
    padding-top: 20px;
    width: 742px;
    margin-left: 210px;
    padding-bottom: 129px;
    clear: both;
}

.c_popup {
    position: absolute;
    top: 200px;
    left: 300px;
    z-index: 2;
    border: 1px solid #84a300;;
    background: white;
    opacity: 0.80;
    filter: alpha(opacity=80);
    -moz-border-radius: 15px;
}

.c_popup .txt {
    margin: 20px;
}

.c_popup #close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-weight: bold;
    cursor: pointer;
}

#urzadzenia li, #urzadzenia li *, #urzadzenia p {
    font-size: 10px;
}

#urzadzenia img {
    margin-top: 3px;
}

#urzadzenia h2 {
    margin-top: 0px;
}

#urzadzenia td {
    padding-top: 20px;
}

#urzadzenia td {
    vertical-align: top;
}

#urzadzenia .k1 {
    width: 100px;
}

#urzadzenia .k2 {
    width: 260px;
}

#urzadzenia h3 {
    font-size: 12px;
}

#k1, #k2, #k3 {
    width: 234px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

#k1 {
    padding-left: 0px;
}

#k3 {
    padding-right: 0px;
}

#k1 .more, #k2 .more, #k3 .more {
    margin-left: 10px;
}

h1 {
    font-size: 24px;
    margin: 20px;
}

h2 {
    font-size: 20px;
    margin: 15px;
}

h3 {
    font-size: 14px;
    font-weight: bolder;
    margin: 10px 0px 10px 0px;
}

h1, h2, h3, h4 {
    font-weight: normal;
    color: #83B400;
    padding: 0px;
    margin-left: 0px;
}

#k1 h2 a, #k2 h2 a, #k3 h2 a {
    font-size: inherit;
    font-weight: inherit;
}

#k1 h2, #k2 h2, #k3 h2 {
    text-align: center;
}

ul.popup li:hover {
    text-decoration: underline;
    cursor: pointer;
}

label {
    display: block;
    font-size: 10px;
    margin-bottom: 2px;
    margin-top: 5px;
}

#message {
    width: 360px;
    height: 159px;
}

input {
    width: 360px;
}

input.button {
    width: auto;
}

div.button {
    width: 360px;
    margin-top: 30px;
    padding-right: 20px;
    text-align: right;
}

div.center {
    text-align: center;
}

div.device {
    margin-bottom: 20px;
}

div.device img {
    display: block;
    float: left;
    border-color: white;
    border-width: 3px;
    border-style: double;
    background-color: #ebeeea;
    margin-bottom: 20px;
}

div.device div.desc {
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.clear {
    clear: both;
}

/* okienko-dymek */
#hint {
    position: absolute;
    z-index: 2;
    background-color: white;
    opacity: 0.95;
    filter: alpha(opacity=95);
    border: 1px #ebeeea solid;
    -moz-border-radius: 10px;
}

#hint div.txt {
    margin: 15px;
}
/* koniec okienko-dymek */

/* stopka */
#footer {
    margin-top: 5px;
    position: relative;
    height: 25px;
}

#footer, #footer * {
    font-size: 10px;
    text-align: center;
}

a:hover {
    text-decoration: underline;
    color: #84a300;
}
/* koniec stopka */