﻿
body
{
    width: 970px;
    margin: auto;
    margin-top: 20px;
    font-family: Tahoma;
}
div
{float:left;
 
  width: 100%;
}

div.nazwa
{
    margin-top: 10px;
    margin-bottom: 10px;
    
    font-size: 16px;
    font-weight: bold;
}

div.logo
{float:left;
 width: auto;
}
div.zdjecie
{float:right;
 width: auto;
}

div.kontakty
{width: 200px;
      
}

div.kontakty_header
{
}
div.profil
{ width: 150px;
    
}

div.adres
{ width: 150px;
  
}
div.mapa
{
    font-size: 11px;
}
div.cennik
{
    
    width: auto;
      font-size: 11px;
}

div.field_header
{
    background-color: #66CCFF;
    font-size: 14px;
    font-weight: bold;
    color: red;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: white;
}
div.field
{
    padding: 5px;
    background-color: #66CCFF;
    margin-right: 5px;
    font-size: 12px;
}


