html{
    height:100%;
}

body {
    background-color:#fff;
    background-image:url(img/bg_body.png);
    background-repeat:repeat-x;
    margin:0;
    padding:0;
    font-family: Georgia, TimesNewRoman, Times, serif;
    font-size:11px;
    line-height: 18px;
    color: #333;
    min-height:100%;
}


#container{
}

#header {
    background-image: url(img/bg_top2.jpg);
    background-repeat:no-repeat;
    background-position: top center;
    display:block;
    width:100%;
    height: 122px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}

#content {
    /*height:443px;*/
    margin-left:auto;
    margin-right:auto;
    width:950px;
    margin-top:6px;
    /*height:100%;*/

}

#left_menu {
    float:left;
    width:260px;
}

#srodek {
    /*position:absolute;*/

    background-image: url(img/bg_tresc_repeat.png);
    background-position: right top;
    background-repeat: repeat-y;
    /*height:100%;*/
}


#zawartosc_podstrony{

    padding:10px 25px 5px;

    margin-left:265px;
    width:630px;
    height:100%;

}

#domkniecie{
    background-image: url(img/bg_tresc_bottom.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 30px;
}

#footer {
    width:100%;
    height: 45px;
    overflow:hidden;

    border-top: 1px solid #710d17;
    border-bottom: 1px solid #710d17;
    margin-top:10px;
    clear:both;
}

#footer_content {
    font-family: Georgia, TimesNewRoman, Times, serif;
    width:950px;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    color: #710d17;
}


/* wypełniacze */

/* zawartość headera */

#top_content {
    position:relative;
    display:block;
    width: 950px;
    height: 122px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}


#top_menu {
    display: block;
    position: absolute;
    right: 10px;
    top: 75px;
    width: 750px;

}

#top_menu {
    display: block;
    position: absolute;
    right: 10px;
    top: 75px;
    width: 750px;

}

#top_menu menu {
    float: right;
    margin-top:11px;
}

#top_menu li{
    display: inline;
    margin: 0 15px 0 0;
    padding:0;
    list-style:none;
    font-size: 17px;
    font-style: italic;

    color: #fff;
    cursor:pointer;
}

#top_menu li:hover, #top_menu li.selected{
    color: #e27800;

}


#top_toolbar {
    padding-top: 0px;
    display: block;
    position: absolute;
    right: 0px;
    top: 15px;
    width: 750px;
    height: 20px;
    text-align: right;
    vertical-align:middle;

}

#top_toolbar input {
    position: relative;
    width: 120px;
    height:14px;

    padding:1px;
    font-size: 11px;
}


#kulka {
    position: absolute;
    left:420px;
    top:-13px;
}


#banner_box {
    display:block;
    width:100%;
    height: 225px;
    overflow:hidden;
}


#tlo_startowe{
    height:440px;
    background-image: url(img/bg_startpanel.png);
    background-repeat:no-repeat;
    background-position: top center;
}



#footer_content img{
    border: 0;
}

#dolne_menu {
     width:950px;

}

#dolne_menu img {
    margin-left: 10px;

}

#dolne_menu td{
    text-align:center;
    padding: 0 10px;
}

#dolne_menu .kreska {
    border-right: 1px solid #710d17;
}

#dolne_menu span {
    cursor:pointer;
    text-decoration: underline;
}

#dolne_menu span:hover {
    text-decoration: none;
}

#szadok {
    position: fixed;
    width:100%;
    height:100%;
    position:fixed;
    left:0px;
    top:0px;
    z-index: 2500;
    background-image: url(img/tlo_75.png);
    text-align:center;
    display:none;
    
}

a{
    color:maroon;
    text-decoration:underline;
}

a:hover{
    text-decoration:none;
}

hr{
    border:0px;
    border-top:1px dashed #710000;
}

h3{font-size: 12px;}