div#top-up{
    background-image: url('/images/top_up.jpg');
    background-repeat: no-repeat;
    height: 195px;
    position: relative;
    overflow: hidden;
}

div#top-down{
    background-image: url('/images/top_down.jpg');
    background-repeat: no-repeat;
    height: 227px;
    overflow: hidden;
    position: relative;
}

div#top-down-menu{
    background-color: #105ba5;
    height: 17px;
    overflow: hidden;
    position: relative;
}

div#top-down-menu a{
    float: left;
    padding: 0;
    margin: 0;
    color: white;
    font-size: 11px;
}

div#top-down-menu img{
    float: left;
    padding: 0 5px;
}

div#menu-dla-dzieci{
    padding-left: 220px;
}

div#menu-dla-kierowcow{
    padding-left: 295px;
}

div#menu-dla-motocyklistow{
    padding-left: 550px;
}

div#menu-dla-pieszych{
    padding-left: 680px;
}

div#menu-dla-rowerzystow{
    padding-left: 455px;
}


div.top-down-submenu{
    position: absolute;
    top: 0px;
}

div#top-up-logo{
    position: absolute;
    width: 200px;
    height: 80px;
    top: 50px;
    left: 20px;
}

div#top-up-logo a{
    width: 200px;
    height: 80px;
    text-decoration: none;
    display: block;
}

div#top-up-szukajka{
    position: absolute;
    top: 30px;
    left: 767px;
    width: 230px;
    height: 100px;
}

a#button-home{
    background-image: url('/images/button_home.jpg');
    width: 45px;
    height: 43px;
    display: block;
}

a#button-mail{
    background-image: url('/images/button_mail.jpg');
    width: 45px;
    height: 43px;
    display: block;
}

a#button-rss{
    background-image: url('/images/button_rss.jpg');
    width: 45px;
    height: 43px;
    display: block;    
}

div.button-wrap{
    float: left;
}

div#szukajka{
    clear: left;
    position: relative;
    height: 45px;
    top: 11px;
}



div#szukajka-query{
    position: absolute;
    top: 6px;
    left: 6px;
}

div#szukajka-query input{
    margin: 0;
    padding: 0;
    border: 0;
    height: 20px;
    background-color: white;
    color: #237cd4;
    font-size: 14px;
    font-weight: bold;
    width: 150px;
}

div#szukajka-button{
    position: absolute;
    left: 195px;
}


div#top-up-menu{
    position: absolute;
    top: 153px;
    left: 43px;
}

div#top-up-menu-links img{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

div#top-up-menu-links a{
    cursor: pointer;
    text-decoration: none;
    float: left;
    color: #eaeaea;
    font-size: 11px;
    font-weight: bold;
    padding-top: 7px;
}

div#top-up-menu-links a:hover{
    color: white;
}



div#top-down-text-frame{
    position: relative;
    width: 310px;
    height: 140px;
    left: 600px;
    top: 30px;
    color: white;
}

div#top-down-text-frame h1{
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 5px;
}

div#top-down-text-frame p{
    font-size: 11px;
    line-height: 18px;
}

div#navigator{
    border: 0px solid red;
    color: white;
    font-size: 11px;
    position: relative;
    top: 67px;
    left: 10px;
}

div#navigator a{
    color: white;
}
a#read_more{
    color: white;
    font-weight: bold;
}

a#read_more:hover{
    text-decoration: none;
}

a#read_more span{
    position: relative;
    top: -10px;
    font-weight: bold;
}