body       {
               background-image: url('../layout/background.jpg');
               margin-left: auto;
               margin-right: auto;
               margin-top: auto;
               font-family: Georgia;
               font-size: 8.5pt;
               color: #DDDDDD;
               line-height: 1.8;
             }
             
.layout     {
               position: relative;
               top: 0px;
               border: dashed 0px;
               border-color: white;
             }
             
.red-stripe  {
               position: absolute;
               background-image: url('../layout/red-stripe.png');
               background-repeat: repeat-x;
               width: 100%;
               height: 125px;
               margin-top: 200px;
               z-index: -1;
             }
             
.main       {
               position: relative;
               border: dashed 0px;
               border-color: white;
               width: 1024px;
               top: 0px; /*325*/ 
               margin-left: auto;
               margin-right: auto;
             }

.meble-miram {

               margin-left: 100px;
               margin-top: 0px;
               width: 189px;
               height: 115px; 
               float: left;
               border: dashed 0px;
               border-color: white;

             }
             
.menu       {
               float: left;
               margin-top:90px;
               width: 635px;
               border: dashed 0px;
               border-color: white;
               text-align: right;
             }
             
.content-box {
               float: left;
               margin-top: -12px;
               margin-left: 118px;
               width:788px;
               height: auto;
               background-image: url('../layout/text.png');             
             }
             
.title      {
               float: left;
               margin-top: 30px;
               margin-left: 65px;
               width: 620px;
               padding-left: 20px;
               padding-right: 20px;             
             }
             
.linia      {
               float: left;
               width: 657px;
               margin-top: -15px;
               margin-left: 65px;             
             }
             
.text       {
               float: left;
               width: 350px; /* 620px */
               margin-top: 5px;
               margin-left: 65px;
               padding-left: 20px;
               padding-right: 20px;  
               text-align: justify;           
             }
           
#galeria    {
               float: left;
               width: 620px;
               margin-left: -25px;           
             }

             
.stopka     {
               width: 1024px;
               height: 86px;
               background-image: url('../layout/stopka.png');
               clear: both;
               margin-left: -118px;      
             }
             
.stopka-text {
               text-align: center;
               padding-top: 63px;
               font-size: 9px;
               font-family: verdana;     
             }
             
.txt_kont   {

               float: left; 
               width: 300px; 
               height: auto; 
               margin-left: -50px;
               padding-top: 20px;
               text-align: justify;
             }
             
.txt_kont2  {

               float: left; 
               width: 300px; 
               height: auto; 
               margin-left: -50px;
               padding-top: 20px;
               text-align: center;
             }
             
.addon      {

               float: left;
               text-align: right;
               width: 250px;

             }
             
.obrazek    {

               width: 300px;
               text-align: center;
               float: left;

            }
            
.hr        {

               color: 000000;
               margin-top: -25px;
               padding: 0px;

             }
             
.h3         {

                font-size: 13px;
                font-weight: bold;

             }
             
.border-top  {

                position: absolute;
                margin-left: 14px;
                margin-top: -17px;
                background-image: url('../layout/border-top.png');
                width: 273px;
                height: 39px;

             }
             
.border-bottom  {

                position: absolute;
                margin-left: 14px;
                margin-top: 473px;
                background-image: url('../layout/border-bottom.png');
                width: 273px;
                height: 39px;

             }
             
.border-left  {

                position: absolute;
                margin-left: 14px;
                margin-top: 21px;
                background-image: url('../layout/border-red-left.png');
                width: 24px;
                height: 452px;

             }
             
.border-right  {

                position: absolute;
                margin-top: 21px;
                margin-left: 263px;
                background-image: url('../layout/border-red-right.png');
                width: 24px;
                height: 452px;

             }
             
a          {

               text-decoration: none;
                  
               border-bottom: dashed 1px;
                  
               color: #606467;                         

             }
                
a:hover     {

               color: #f40a0a;

               text-decoration: none;
                  
               border-bottom: dashed 1px;
                                                                      
               height: auto;
                  
              }
