body                {
                         margin : 0 auto;
                         font-family : Georgia;
                         font-size : 11px;
                         color : #484848;
                         letter-spacing : 0.5px;
                         line-height : 1.8;
                         text-align : justify;
                       }
                       
img                 {
                         border : none;
                       }
                 
.top                 {
                         width : 100%;
                         height : 299px;
                         background-image : url('graphics/background/background.jpg');
                       }
                
.banner              {
                         width : 1311px;
                         height : 299px;
                         background-image : url('graphics/background/top.jpg');
                         margin: 0 auto;
                       }
                
.ludki               {
                         width : 388px;
                         height : 252px;
                         background-image : url('graphics/logo/gfx.png');
                         margin-top : 48px;
                         margin-left : 190px;
                         float : left;
                       }
                
.logo                {
                         width : 337px;
                         height : 105px;
                         margin-top : 10px;
                         margin-left : 140px;
                         background-image : url('graphics/logo/logo.png');
                         float : left;
                       }
                
.menu                {
                         width : 245px;
                         height : 183px;
                         float : left;
                         margin-left : -180px;
                         margin-top : 116px;
                       }
                       
/* ##### MENU ##### */

.o_nas               {
                         position : absolute;
                         margin-left : 17px;
                         margin-top : 1px;
                       } 
                       
.oferta              {
                         position : absolute;
                         margin-left : 17px;
                         margin-top : 33px;
                       } 
                       
.klienci             {
                         position : absolute;
                         margin-left : 17px;
                         margin-top : 61px;
                       }
                       
.slowniczek_sem       {
                         position : absolute;
                         margin-left : 17px;
                         margin-top : 89px;
                       }
                       
.blog_firmowy         {
                         position : absolute;
                         margin-left : 17px;
                         margin-top : 117px;
                       } 
                       
.kontakt             {
                         position : absolute;
                         margin-left : 17px;
                         margin-top : 145px;
                       } 

/* ##### MAIN WEB PAGE ##### */

p                   {
                         text-indent : 30px; 
                       }

h1                  {  /* TITLE 1 */
                         font-size : 24px;
                         font-weight : normal;
                         letter-spacing : 0.3px;
                         color : #565656;
                         line-height : 1.4;
                       }
                       
h2                  {  /* TITLE 2 */
                         font-size : 13px;
                         font-weight : normal;
                         margin-top : -18px;
                         letter-spacing : -0.5px;
                         line-height : 1.4;
                       }
                                              
hr                  {
                         border : none;
                         background-color : #dddddf;
                         color : #dddddf;
                         width : 100%;
                         height : 1px;
                       }

.main                {
                         width : 100%;
                         height : 150%;
                         background-repeat : repeat-x;
                         background-image : url('graphics/background/bg_main.jpg');
                         margin-top : -1px;
                         float : left;
                       }
                
.table               {
                         width : 1311px;
                         margin : 0 auto;
                         height : 100%;
                       }
                       
/* ##### FORMULARZ KONTAKTOWY */

input               {
                         width : 210px;
                       }
                       
textarea            {
                         width : 210px;
                         height : 100px;
                       }
                       
.checkbox            {
                         width : auto;
                         height : auto;
                      }
                       
.error               {
                         margin-top : 7px;
                         margin-right : 20px;
                         color : #ffffff;
                         font-weight : bold;
                         font-size : 10px;
                       }
                       
.name-error          {
                         background-image : url('graphics/background/dymek.png');  
                         position : absolute;
                         margin-top : -15px;
                         margin-left : -278px;
                         text-align : right;
                         width : 287px;
                         height : 42px;
                       }
                       
.name2-error         {
                         background-image : url('graphics/background/dymek.png');  
                         position : absolute;
                         margin-top : 27px;
                         margin-left : -278px;
                         text-align : right;
                         width : 287px;
                         height : 42px;
                       }
                       
.email-error          {
                         background-image : url('graphics/background/dymek.png');  
                         position : absolute;
                         margin-top : 69px;
                         margin-left : -278px;
                         text-align : right;
                         width : 287px;
                         height : 42px; 
                       }
                       
.subject-error        {
                         background-image : url('graphics/background/dymek.png');  
                         position : absolute;
                         margin-top : 111px;
                         margin-left : -278px;
                         text-align : right;
                         width : 287px;
                         height : 42px;
                       }
                       
.phone-error          {
                         background-image : url('graphics/background/dymek.png');  
                         position : absolute;
                         margin-top : 153px;
                         margin-left : -278px;
                         text-align : right;
                         width : 287px;
                         height : 42px;
                       }
                       
.text-error          {
                         background-image : url('graphics/background/dymek.png');  
                         position : absolute;
                         margin-top : 195px;
                         margin-left : -278px;
                         text-align : right;
                         width : 287px;
                         height : 42px;
                       }
                                              
/* ##### GOOGLE MAP ##### */

.google-map          {
                         width : 571px;
                         height : 241px;
                       }

.mapka               {
                         width : 585px;
                         height : auto; 
                       }
                       
.border-top          {
                         background-image : url('graphics/background/border-top.png');
                         width : 585px;
                         height : 7px;
                       }
                       
.border-right         {
                         background-image : url('graphics/background/border-right.png');
                         width : 7px;
                         height : 241px;
                         float : right;
                       }
                       
.border-left          {
                         background-image : url('graphics/background/border-left.png');
                         width : 7px;
                         height : 241px;
                         float : left;
                       }
                       
.border-bottom        {
                         margin-top : -6px;
                         background-image : url('graphics/background/border-bottom.png');
                         width : 585px;
                         height : 7px;
                       }
                       
/* ##### BIG COLUMN ##### */

.column-content-01    {
                         float : left;
                         width : 292px;
                         margin-top : 15px;
                      }
                      
.column-content-02    {
                         float : left;
                         width : 292px;
                         margin-top : 15px;
                      }
                      
.column-content-center{
                        float : right;
                        width : 585px;
                        margin-top : 15px;
                      }
                
.big-column          {
                         float : left;
                         width : 585px;
                         margin-left : 220px;
                         margin-top : 40px;
                       }
                        
.icon                {
                         width : 57px;
                         height : 58px;
                         float : left;
                         margin-right : 5px;
                       }
                
.big-column-title     {
                         width : 585px;
                         height : auto;
                       }
                        
.big-column-content    {
                         width : 585px;
                         height : auto;
                       }
                       
/* ##### SMALL COLUMN ##### */
                       
.small-column         {
                         float : left;
                         width : 210px;
                         margin-left : 85px;
                         margin-top : 40px;
                       }
                       
.small-column-title   {
                         width : 210px;
                         height : auto;
                       }
                       
.small-column-content  {
                         width : 210px;
                         height : auto;
                       }
                       
/* ##### STOPKA ##### */

.stopka              {
                         width : 100%;
                         height : 220px; /* 156 */
                         background-image : url('graphics/background/background-bottom.jpg');
                         clear : both;
                       }
                       
.stopka-bg           {
                         background-image : url('graphics/background/bottom.jpg');
                         width : 1311px;
                         height : 220px;
                         margin : 0 auto;
                         color : #FFFFFF;
                         font-family : verdana;
                         font-size : 10px;
                       }
                       
.standards            {
                         float : left;
                         margin-left : 210px;
                         margin-top : 80px;
                         width : auto;
                       }
                                             
.copyright           {
                         margin-left : 360px;
                         margin-top : 30px;
                       }
                       
/* ##### HOVER LINKS ##### */

a                   {
                         text-decoration : none;
                         border-bottom : none;
                         color : #484848;
                       }
                       
a:hover              {
                         text-decoration : none;
                         border-bottom : 1px dashed;
                         color : #484848;
                       }

a.links              {
                         text-decoration : none;
                         border-bottom : none;
                         color : #FFFFFF;
                       }
                        
a:hover.links         {
                         text-decoration : none;
                         border-bottom : 1px dashed;
                         color : #FFFFFF;
                       }
                       
a:hover.flash         {
                         text-decoration : none;
                         border-bottom : none;
                       }