body             {
                   background-color : #010a17;
                   margin-left: auto;
                   margin-right: auto;
                   margin-top: auto;
                   font-family: Georgia, Verdana;
                   font-size: 14px;
                   color: #FFFFFF;
                   line-height: 1.5;
                 }
             
.main            {
                   margin: auto;
                   width: 1000px;
                   height: auto;
                 }
                                  
#logo            {
                   z-index: -1;
                   margin-top: 0px;
                   width: 1000px;
                   height: 553px;
                 }
             
.content-box     {
                   width: 800px;
                   height: auto;
                   margin-left: 100px;
                   background-color: #08182f;
                 }
                 
.content-back    {
                   position: absolute;
                   z-index: 9999;
                   width: 800px;
                   height: auto;
                   background-color: #08182f;
                 }
                              
.title           {
                   margin-top: -180px;
                   margin-left: 80px;
                   float: left;
                   width: 600px;
                   font-family: Georgia;
                   font-size: 30px;
                   color: #eadcb7;
                 }
             
.horizontal-line {
                   margin-top: -140px;
                   background-image: url('design/horizontal_line.png');
                   width: 751px;
                   height: 9px;
                   margin-left: 25.5px;
                   float: left;
                 }
                 
.content         {
                   margin-top: -135px;
                   width: 751px;
                   float: left;
                 }
                 
.links           {
                   float: left;
                   width: 270px;
                   height: auto;
                   margin-left: 25.5px;
                 }
                 
.text-content    {
                   float: left;
                   width: 455px;
                   height: auto;
                   margin-top: 10px;
                   text-align: justify;
                   padding-bottom: 20px;
                   font-family: verdana;
                   font-size: 11px;
                   line-height: 1.8;
                 }
                 
.gallery-content {
                   float: left;
                   width: 795px;
                   height: auto;
                   margin-top: 10px;
                   text-align: center;
                   padding-bottom: 20px;
                   font-family: verdana;
                   font-size: 11px;
                   line-height: 1.8;
                   font-size: 14px;
                 }
                 
.polecamy        {
                   text-align: center;
                 }
                
#gallery         {
                   text-align: center;
                 }
                 
.text-contact    {
                   float: right;
                   width: 455px;
                   height: auto;
                   margin-top: 10px;
                   text-align: justify;
                   padding-bottom: 20px;
                   font-family: verdana;
                   font-size: 11px;
                   line-height: 1.8;
                 }

.licznik         {
                   width: 200px;
                   margin: 0 auto;
                   margin-top: 50px;
                   text-align: center;                   
                 }
                 
.dane            {
                   float: right;
                   text-align: right;
                   font-size: 14px;
                 }
                 
.map             {
                   width: 450px;
                   height: 300px;
                   float: right;
                   border: 5px solid #3c6084;
                   -moz-border-radius: 5px;
                   -webkit-border-radius: 5px;
                 }
                 
.references      {
                   text-align: center;
                   font-family: Georgia;
                   font-size: 14px;
                   font-style: italic;
                   font-weight: bold;
                   margin-top: 20px;
                 }
                 
.podpis          {
                   text-align: right;
                   font-weight: normal;
                   margin-top: -5px;
                   color: #eadcb7;
                 }
                                  
.stopka          {
                   width: 800px;
                   height: 130px;
                   background-image: url('design/stopka.png');
                   clear: both;
                   font-family: verdana;
                   font-size: 10px;
                 }
                 
.copyright       {
                   padding-top: 15px;
                   padding-left: 60px;
                   width: 150px;
                   float: left;
                 }
                 
.menu            {
                   padding-top: 15px;
                   padding-left: 450px;
                 }
                 
.text-link       {
                   text-decoration: none;
                   padding-left: 25px;
                   font-size: 16px;
                 }
                 
a.link           {
                   margin-left: 8px;
                   margin-top: 0px;
                   display: block;
                   height: 35px;
                   width: 250px;
                   padding-top: 8px;
                   text-decoration: none;
                   color: #ecd595;
                   font-size: 12px;                   
                 }
                 
a:hover.link     {
                   margin-left: 8px;
                   margin-top: 0px;
                   display: block;
                   height: 35px;
                   width: 250px;
                   padding-top: 8px;
                   background-image: url('design/hover.png');
                   text-decoration: none;
                   color: #ffffff;
                   border-bottom: none;
                 }
                 
a                {
                   text-decoration: none;
                   color: #ffffff;
                 }
                 
a:hover          {
                   text-decoration: none;
                   border-bottom: 1px dashed;
                 }