/* [ podstawowe style start ]
------------------------------------------------------------------------------------- */

* {
    padding: 0;
    margin: 0;
}

body {
    font: 12px Arial, Tahoma, Verdana, sans-serif;
    color: #FFF;
}

html, body {
    width: 100%;
    background-color: #000;
}

img {
    border: 0;
}

a {
    color: #FF6600;
    text-decoration: none;
}

a:hover {
    color: #FF6600;
    text-decoration: underline;
}

textarea {
    overflow: auto;
}

h3 {
    font: normal 17px Verdana, Tahoma, Arial, sans-serif;
}

h4 {
    font: normal 15px Verdana, Tahoma, Arial, sans-serif;
}


/* [ transparent ]
------------------------------------------------------------------------------------- */
 img, div, input { behavior: url("images/iepngfix.htc") }


/* [ body style start ]
------------------------------------------------------------------------------------- */

#all_cat {
    width: 990px;
    background: url(../images/bgr_left.jpg) repeat;
}


#flags {
    z-index: 2;
    position: relative;
    height: 14px;
    background-color: #000;
}


#flagsa {
    position: absolute;
    right: 0;
    width: 108px;
    background-color: #000;
}

#flagsa ul {
    float: left;
    padding: 0 0 0 5px;
    list-style: none;
}

#flagsa ul li {
    float: left;
    padding: 5px;
}


#heada {
    height: 264px;
    position: relative;
}

/* [ body style koniec ]
------------------------------------------------------------------------------------- */


/* [ transparentne tlo pod head napisem ]
------------------------------------------------------------------------------------- */

#headb {
    z-index: 1;
    position: absolute;
    height: 264px;
    width: 990px;
}

#trans .left h1 {
    display: block;
    z-index: 2;
    position: absolute;
    width: 990px;
    margin-top: 207px;
    _margin-top: 215px;
    height: 40px;
    padding: 10px 10px 8px;
    _padding: 10px 10px 8px;
    font-size: 27px;
    background: transparent url(../images/overlay.png);
}

#trans .left h2 {
    z-index: 3;
    position: absolute;
    left: 10px;
    top: 0;
}

/* IE FIX */
* html #trans .left h1 {
    background-color: #FFF;
    back\ground-color: transparent;
    background-image: url(../images/blankt.gif);
    height: 40px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}

/* [ transparentne tlo pod head napisem ]
------------------------------------------------------------------------------------- */


/* [ menu top start ]
------------------------------------------------------------------------------------- */

#menu_top ul {
    list-style: none;
    height: 41px;
    background: url(../images/menu_bgr.jpg) repeat-x;
    border-top: 1px solid #000;
}

#menu_top ul li {
    display: inline;
    border-bottom: 1px solid #000;
    float: left;
}

#menu_top ul li a {
    float: left;
    display: block;
    border-right: 1px solid #666;
    padding: 7px 10px 8px 8px;
    text-decoration: none;
    font: 13px Verdana, Tahoma, Arial, sans-serif;
    color: #FFF;
}

#menu_top ul li a:hover {
    color: #FF6600;
    text-decoration: underline;
}

.setg {
    background-color: #242424;
}


/* [ content kotkow a ja nie lubie kotkow wole psy :) start ]
------------------------------------------------------------------------------------- */

#content {
    padding: 20px;
}

.art {
    clear: both;
    margin-bottom: 20px;
}

.art h1 {
    color: #FF6600;
    font-size: 25px;
}

.tekst {
    clear: both;
    width:100%;
    text-align: center;
    line-height: 160%;
}

.tekst span {
    display: block;
    text-align: left;
}

.imag {
    margin: 0 auto;
    padding: 20px;
}

.imag img {
    border: 3px solid #000;
}

/* [ kreska na 1px start ]
------------------------------------------------------------------------------------- */

.kreska {
    background-color: #FF6600;
    height: 1px;
    width: 100%;
    line-height: 1px;
    margin-bottom: 10px;
}

.top {
    float: right;
    text-align: left;
    margin-right: 2px;
}

.top a {
    color: #FFF !important;
}

/* [ copy right start ]
------------------------------------------------------------------------------------- */

#copy {
    padding: 5px;
    background-color: #000;
    font-size: #555555 !important;
    text-align: right;
}

#copy span {
    margin-right: 15px;
}



/* [ tabela ]
------------------------------------------------------------------------------------- */

.table {
    margin: 0 auto;
    border-collapse:collapse;
}

.table td {
    border: 1px solid #000000;
    background-color: #252525;
    padding: 5px;
}

.table caption {
    text-align: left;
    color: #FF8000;
}

.lista {
    margin: 15px auto;
    line-height: 160%;
    width: 550px;
    list-style: none;
    text-align: left;
}

.lista li {
    list-style: url(../images/icon-check.gif) inside;
/*    border-bottom: 1px dotted #FF2251; */
/*    border-bottom: 1px dotted #FF6600; */
}

.new_inp {
    background: url(../images/input_bgr.gif) repeat-x;
    border: 1px solid #000;
    height: 18px;
    padding: 2px 3px;
    color: #FFF;
}


.formularz {
    margin-top: 20px;
}

.formularz label {
    width: 150px;
    float: left;
    text-align: right;
    margin-right: 10px;
}
.formularz input {
    margin-bottom: 10px;
}


/* [ send and reset ]
------------------------------------------------------------------------------------- */

.button {
    border: 1px solid #000;
    background: #454545;
    color: #FFF;
    outline: none;
    padding: 1px 2px;
}
