@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-top: 15px;
}

.hidden {
    visibility: hidden;
    display: none;
}

a {
    text-decoration: none;
}

td, th, table, img, a {
    border: none;
}

body, td, th, * {
    font-family: Verdana;
    font-size: 12px;
    color: white;
}

#container {
    width: 100%;
    text-align: center;
}

#central {
    position: relative;
    margin: 0 auto;
    height: 529px;
    width: 938px;
    background-repeat: no-repeat;
    background-image: url('tlo.jpg');
    background-position: top left;
    text-align: left;
}

#logo_kad {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 210px;
    height: 80px;
}

#menu {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 400px;
    height: 20px;
    text-align: right;
}

#menu, #menu * {
    font-size: 12px;
    color: white;
    margin-left: 20px;
}

#menu span, #menu a:hover {
    color: #6F3C1C;
    font-weight: bold;
}

#warning {
    position: absolute;
    display: block;
    top: 388px;
    left: 250px;
    width: 250px;
    border: 1px red dashed;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    -icab-border-radius: 10px;
    /* dla starszych wersji opera */
    -o-border-radius: 10px; 
    /* dla przeglądarek obsługujących prawidłowo css3 */
    border-radius: 10px;
}

#warning p {
    text-align: center;
    font-weight: bold;
    color: #6F3C1C;
}

#menu_left {
    position: absolute;
    top: 110px;
    left: 0px;
    width: 208px;
}

#menu_left * {
    display: block;
    font-size: 12px;
    padding-left: 8px;
    color: #6F3C1C;
    font-weight: bold;
    padding-bottom: 4px;
}

#menu_left a:hover, #menu_left span {
    text-decoration: underline;
}

#search {
    position: absolute;
    top: 233px;
    left: 0px;
    width: 208px;
    height: 218px;
}

#search * {
    color: #6F3C1C;
}

#search #button {
    display: block;
    margin-top: 5px;
    margin-left: 10px;
    width: 183px;
    height: 39px;
    padding-top: 9px;
    background-image: url('button.jpg');
    background-repeat: no-repeat;
    color: green;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

#search #button:hover {
    text-decoration: underline;
}

#search_form {
    display: block;
    position: absolute;
    top: 40px;
    left: 5px;
}

#search label {
    display: block;
    font-size: 10px;
}

#search input, #search select {
    margin-bottom: 3px;
}

#search_div1 {
    padding-left: 8px;
    margin-top: 11px;
}

#search_div1 input, #search_div1 select {
    font-size: 10px;
    width: 168px;
}

#search_div1 #price_from, #search_div1 #price_to {
    width: 72px;
    display: inline;
}

#search_div2 {
    text-align: right;
    padding-right: 25px;
}

#search_submit {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 2px;
    padding-bottom: 2px;
}

#last {
    position: absolute;
    top: 95px;
    left: 255px;
    width: 255px;
    height: 355px;
}

#last a {
    position: relative;
    display: block;
    clear: both;
}

#last img {
    margin-right: 3px;
    margin-bottom: 11px;
    border-width: 1px;
    border-style: solid;
    border-color: #201202;
}

#last img, #last span.c {
    display: block;
    float: left;
}

#last a img.stamp {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#last span {
    display: block;
    font-size: 12px;
    color: white;
}

#last span.h {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #6F3C1C;
    clear: both;
}

#last span.price {
    font-weight: bold;
}

#hint {
    position: absolute;
    width: 213px;
    height: 221px;
    background-repeat: no-repeat;
    background-image: url('popup.png');
    background-position: top left;
    z-index: 2;
}

#hint div.txt {
    position: relative;
    margin: 15px;
}

#immovables th {
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
    width: 120px;
}

#hint img {
    margin: 0 auto;
    border-width: 1px;
    border-style: solid;
    border-color: #201202;
}

#hint img.stamp {
    position: absolute;
    top: 0px;
    left: 15px;
    border: none;
}

#hint * {
    font-size: 12px;
    color: #6F3C1C;
}

#hint div.h1 {
    text-transform: uppercase;
    font-weight: bold;
}

#hint div.h2 {
    font-weight: bold;
}

img.stamp {
    position: absolute;
    top: 170px;
    right: 100px;
    z-index: 3;
}

#text {
    position: absolute;
    top: 108px;
    right: 22px;
    width: 383px;
    height: 400px;
    overflow: auto;
    background-color: white;
    opacity: 0.75;
    filter: alpha(opacity=75);
    z-index: 1;
    border-width: 1px;
    border-style: solid;
    border-color: #6f3c1c;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    -icab-border-radius: 10px;
    /* dla starszych wersji opera */
    -o-border-radius: 10px; 
    /* dla przeglądarek obsługujących prawidłowo css3 */
    border-radius: 10px; 
}

#text div.txt {
    margin: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#text div.txt, #text div.txt * {
    font-family: Verdana;
    font-size: 10px;
    color: black;
    opacity: 1;
    filter: alpha(opacity=100);
}

#text a.search img.stamp {
    position: absolute;
    top: 13px;
    left: 0px;
    z-index: 3;
}

#text h1 {
    font-weight: bold;
    font-size: 14px;
    /*text-transform: capitalize;*/
    color: #6F3C1C;
    margin-left: 15px;
    margin-top: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
}

h1 .title_add, h1 .title_add * {
    color: #6F3C1C;
    font-size: 10px;
}

h1 .title_add {
    font-weight: normal;
    padding-left: 7px;
}

#text span.id {
    padding-left: 5px;
}

#text span.id, #text span.id * {
    color: #6F3C1C;
}

#text a.search {
    position: relative;
    display: block;
    clear: both;
}

#text img.search {
    margin-right: 3px;
    margin-bottom: 11px;
    border-width: 1px;
    border-style: solid;
    border-color: #201202;
}

#text img.search, #text span.c {
    display: block;
    float: left;
}

#text span.search {
    display: block;
    font-size: 12px;
}

#text span.h {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #6F3C1C;
    clear: both;
}

.back {
    clear: both;
    cursor: pointer;
    text-align: right;
    font-weight: bold;
}

#text span.price {
    font-weight: bold;
}

#add_form label {
    display: block;
}

#add_form input, #add_form select {
    width: 328px;
}

#add_form textarea {
    width: 328px;
    height: 103px;
}

#add_form input.button {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: auto;
}

#footer {
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 500px;
}

#footer, #footer * {
    color: #FF8700;
    font-size: 9px;
}

#footer span {
    color: black;
}

#footer #cnt {
    font-size: 11px;
}

#logoitc {
    position: absolute;
    bottom: 90px;
    right: -85px;
}

/*div, noscript {
    border: 1px;
    border-style: dashed;
    border-color: #666666;
}*/