body, html {

    width: 100%;

    height: 100%;

    margin: 0px;

    padding: 0px;

    background: white url("images/bg_top.png") repeat-x;

    font-size: 12px;

    font-family: Tahoma;

    color: #4d4d4d;

    background: url("images/bg.jpg") repeat-x;

    background-attachment: fixed;

}



a {

    text-decoration: none;

    color: #0075ec;

}



.page {

    width: 700px;

    margin: auto;

}



.top {

    height: 60px;

}



.logo {

    height: 195px;

    width: 100%;

    background: url("images/logo_bg.png") repeat-x;

}



.logo_img {

    width: 435px;

    height: 195px;

    background: url("images/logo.jpg") no-repeat;

    float: left;

}



.logo_info {

    width: 255px;

    float: right;

    color: white;

    padding-top: 30px;

    text-align: justify;

    text-indent: 20px;

    font-size: 11px;

}



p {

    padding: 0px;

    margin: 0px;

    margin-top: 5px;

}



.title {

    font-size: 14px;

    text-indent: 0px;

    font-weight: bold;

    margin-bottom: 5px;

}



.line {

    width: 95%;

    font-size: 1px;

    margin: 0px auto;

    height: 1px;

    background: url("images/line.png") repeat-x;

    clear: both;

}



.content {

    width: 100%;

    clear: both;

    height: 60%;

    padding-top: 20px;

}



.sklep {

    border: 1px dashed #c7c7c7;

    background: white;

    margin-bottom: 30px;

    padding: 10px;

}



.sklep_title {

    color: #0075ec;

    font-size: 14px;

    font-weight: bold;

    font-family:  Tahoma;

    text-indent: 20px;

}



.sklep p {

    text-indent: 20px;

}



.sklep_info {

    width: 504px;

    float: left;

    text-align: justify;

}



.sklep_photo {

    width: 170px;

    float: left;

    text-align: center;

    height: 100px;

}



.photo {

    margin: 0px;

    padding: 0px;

    background: white;

    padding: 1px;

    border: 1px solid #4d4d4d;

    min-width: 10px;

    min-height: 10px;

    width: 135px;

    height: 94px;

    margin: auto;
		

}



.footer {

    clear: both;

    padding-top: 10px;

    background: url("images/footer.png") repeat-x;

    width: 100%;

}



.fl {

    width: 500px;

    float: left;

}



.fr {

    float: right;

    text-align: right;

}