/*        CLASS definition table

TABLE STYLE

        ----------------------------------------------------------------
        |       head_left      |  head_middle       |    head_right    |
        ----------------------------------------------------------------
        |       main_left      |        main_right                     |
        ----------------------------------------------------------------
        |       bottom_left    |  bottom_middle     |    bottom_right  |
        ----------------------------------------------------------------
*/

 
 /*  HTML- Main Table and Background
*/
         html                    {
                                background-color: #111; /* default color*/
                                color: #111;
                                background: url(../IMG/wallpaper_2.jpg) repeat top left;
                                }
                                
          ul                    {
                                list-style-type: none;
                                }                                
                                

        .MAIN_TAB           {
                            table-layout : auto;
                                width         : 450px;
                                height        : 800px;
                                font-family: Arial,sans-serif;
                                font-size: 14px;
                                color : #fff;
                                }


         .MAIN_HEAD         {
/*                                 width        : 800px;*/ 
                                 height        : 200px;
                                 text-align: center;
 /*                                 background-color: #fff;
                              border: thin solid #a0a0a0;*/
                                 }  
                                
/* Logo
*/   

        .MAIN_LOGO                 {
                                 height        : 220px;
                                 text-align: center;
                                 background : url(../IMG/its-h.png) center center;
                                 background-size:350px;
                                -moz-background-size:350px;
                                 background-repeat:no-repeat;
/*                                 background-color: #464646;*/  
                                }

/* Logo appendix txt
*/  
         .MAIN_LOGO_APX                {
/*                                 width        : 800px;*/ 
                                 height        : 50px;
                                 text-align: center;
 /*                                background-color: #fff;
                               border: thin solid #a0a0a0;*/
                                 }                               
        .MAIN_LOGO_APX:before   {
                                content:'PLC and More';
                                font-size: 36px;
                                font-weight: bold;
                                color: #0875A9;
                                font-family: Arial,sans-serif;
/*                                 text-decoration: underline;*/
                                }
                                
/* Content txt
*/  
         .MAIN_CONTENT                {
/*                                 width        : 800px;*/ 
                                 height        : 50px;
                                 text-align: center;
 /*                                background-color: #fff;
                               border: thin solid #a0a0a0;*/
                                 }                               
        .MAIN_CONTENT:before   {
                                content:'Content is comming soon...';
                                font-size: 18px;
                                font-weight: bold;
                                color: #fff;
                                font-family: Arial,sans-serif;
/*                                 text-decoration: underline;*/
                                }
                                

/* Contact
*/  
         .MAIN_Contact                {
/*                                 width        : 800px;*/ 
                                 height        : 50px;
                                 text-align: left;
 /*                                background-color: #fff;
                               border: thin solid #a0a0a0;*/
                                 }                               
        #Company:before   {
                                content:'IT-Service Thorsten Heidrich';
                                font-size: 12px;
                                font-weight: bold;
                                color: #fff;
                                font-family: Arial,sans-serif;
/*                                 text-decoration: underline;*/
                                }                                
                                
        #Adress:before   {
                                content:'Johann-Strauss-Weg 6 71573 Allmersbach';
                                font-size: 12px;
                                font-weight: bold;
                                color: #fff;
                                font-family: Arial,sans-serif;
/*                                 text-decoration: underline;*/
                                }    /* Contact

*/  
        #Mobil:before   {
                                content:'Mobil: +49 179 6822750';
                                font-size: 12px;
                                font-weight: bold;
                                color: #fff;
                                font-family: Arial,sans-serif;
/*                                 text-decoration: underline;*/
                                }    /* Contact


*/ 

        #Mail:before   {
                                content:'E-Mail: ';
                                font-size: 12px;
                                font-weight: bold;
                                color: #fff;
                                font-family: Arial,sans-serif;
/*                                 text-decoration: underline;*/
                                }    

    #Mail:link, #Mail:visited {
                              font-family: Arial,sans-serif;
                              font-size: 12px;
                              color: #fff;
                              text-decoration: none;
                              }

    #Mail:hover, #Mail:active {
                              color: #0875A9;
                              text-decoration: underline;
              } 




/* Copyright
*/ 
         .MAIN_Copyright                {
/*                                 width        : 800px;*/ 
                                 height        : 50px;
                                 text-align: left;
 /*                                background-color: #fff;
                               border: thin solid #a0a0a0;*/
                                 }                               
        .MAIN_Copyright:before   {
                                content:'© 2025 Thorsten Heidrich';
                                font-size: 10px;
                                font-weight: bold;
                                color: #fff;
                                font-family: Arial,sans-serif;
/*                                 text-decoration: underline;*/
                                }    
