/*********************************************************
//                                                      //
//                    <Style.css>>                      //
//                    :: by MaR ::                      //
//                                                      //
*********************************************************/



/*********************************************************
//                  ALL DOCUMENT STYLE
*********************************************************/
 body         
              {
               background-color: #ffffcc;   
               
               font-family: verdana, arial;
               font-size: 11pt;    
               font-weight: bold;
               color: black;             
              }
a
              {   
               text-decoration: none;
               color: #752437;   
              }
a:hover
              {   
               text-decoration: underline;
              }
img
              {   
               border: 0px;            
              }
p
              {     
               border-left: 1px solid black;
               padding-left: 4px;
              }
p:first-letter
              {     
               font-size: 16pt;
               font-weight: normal;
               margin-left: 2px;  
               color: #752437;
              }
p.valid
              {    
               position: relative; 
               top: 780px;
               margin-left: 10px;
               border: 0;
              }
div
              {    
               margin: 0px;
               padding: 0px;
              }
h1
              {          
               text-align: center; 
               margin: auto 0px auto 0px ; 
               margin-bottom: 30px;
               color: #752437;
               font-style: italic;
               font-weight: bold;                     
              }
h2
              {    
               font-size: 14px;
               color: green;
               font-style: italic;
               font-weight: bold;
               display: inline;
              }
span.zabka
              {    
               font-size: 14px;
               color: green;
               font-style: italic;
               font-weight: bold;
               display: inline;
              }

/*********************************************************
//                  MAIN PARTS OF SITE
*********************************************************/

 #header
              {     
               height: 247px;           
               width: 800px;
               margin: 0 auto 0 auto;     
              }
 #header div.top
              {         
               background-repeat: no-repeat;
               background-image: url(img/top.png);
               
               width: 100%;
               height: 133px;      
                    
               position: relative; 
               z-index: 1; 
              }
 #header div.zdjecia
              {           
               background-repeat: no-repeat;
               background-image: url(img/zdjecia.png);
               
               width: 706px;
               height: 112px;   
                     
               position: relative; 
               float: right;
               z-index: 0;
               bottom: 90px; 
              }
 #header div.zabka
              {           
               background-repeat: no-repeat;
               background-image: url(img/zaba.png);
               
               width: 234px;
               height: 192px;   
                     
               position: relative; 
               float: left;
               z-index: 3;
              }
/**************************************************/
 #mainbox
              {    
               padding: 0px;   
               margin: 0px;
               background-color: #ffffcc;     
               margin: 0 auto 0 auto  ;
               width: 800px;
               height: 1000px;
               border: 1px solid black;
              } 
 #content
              {  
               padding: 0px;   
               margin: 0px;   
               margin-left: 235px;
               width: 500px;
               color: black;
              } 
 #leftbar
              {   
               padding: 0px;   
               margin: 0px;     
               background-image: url(img/left.png);
               background-repeat: no-repeat;
               width: 134px;
               height: 100%;
                      
               position: relative;
               bottom: 190px;
               float: left;
               z-index: 2;
              }  
 #bottom
              {
               padding: 0px;   
               margin: 0px;
               padding-top: 5px;
               margin: 0px auto 0px auto;
               
               border-top: 1px solid black;
               text-align: center;          
               
               width: 340px;
               font-size: 9pt;
               color: black;
               bottom: -155px;
              }          
/*********************************************************
//                       MENU LIST
*********************************************************/
 #menu
              {          
               text-align: center; 
               margin: 0px ; 
               float: left;
               position: relative;    
               bottom: 60px; 
               left: -100px;                     
              }
 #menu img
              {          
               margin: 0px 10px 0px 10px;             
               width: 100px;
               height: 100px;  
               
               display: block;
               
               z-index: 3;      
               position: relative;      
              }
/*********************************************************
//                       KONTAKT
*********************************************************/
 #kontakt h1
              {          
               text-align: center; 
               margin: auto 0px auto 0px ; 
               margin-bottom: 30px;
               color: #752437;
               font-style: italic;
               font-weight: bold;                     
              }
 #kontakt li
              {          
               list-style-type: none;  
               margin: 60px 0px 60px 0px;
               text-align: center;
              }
 #kontakt img
              {     
              float: left;    
              margin-right: 15px; 
              }
 #kontakt span
              {       
              margin-top: 15px; 
              }
/*********************************************************
//                       KONTAKT
*********************************************************/
 #download h1
              {          
               text-align: center; 
               margin: auto 0px auto 0px ; 
               margin-bottom: 30px;
               color: #752437;
               font-style: italic;
               font-weight: bold;                     
              }
 #download h2
              {          
               font-size: 16pt;
               font-weight: bold;
               color: black;
               font-style: normal;
              }


/*********************************************************
//                       GALERIA
*********************************************************/
#galeria #gallery 
              { 
              display: block;
              height: 300px;
              
              }


/*********************************************************
//                     Error - site doesn`t exist??
*********************************************************/  

div.error
              {   
              background-image: url(img/error.jpg);
              margin: 200px auto 0 auto;
              width: 633px;
              height: 324px;
              }
 