html {
     min-height:100%;
     margin: 0 0 1px 0;
     background-image: url('../images/bg.gif');
     background-repeat: repeat-x;
     }

body { padding: 0;
       font-family: verdana;
       font-size: 11px;
       background-image: url('../images/bg.gif');
       background-repeat: repeat-x;
       margin: 0 auto;
       height: 100%;
       display: table;}
       
#body { width: 666px;
        height: 100%;
        margin: 0px AUTO 0px AUTO;}

a, a:visited { color: #7ABC3C; text-decoration: none}
a:hover,a:active { color: #9CCE64; text-decoration: none}

a.whiteurl, a.whiteurl:visited, a.whiteurl:active { color: white; text-decoration: none}
a.whiteurl:hover { color: white; text-decoration: underline}

p { text-align: justify }

img { border: 0}
       
h5 { font-size: 11px;
     font-weight: bold;
     margin-top: 0;
     margin-bottom: 14px;
     padding: 0;}
     
p { border: 0;
    margin: 0;
    padding: 0;}
     
h2 { font-size: 17px;
     font-weight: bold;
     margin: 0;
     padding: 0 0 10px 0; }
     
#naglowek_lewy { width: 12px;
                 height: 85px;
                 background-color: white;
                 float: left;
                 clear: none;
                 margin: 0 0 17px 0}
            
#naglowek_logo { width: 299px;
                 height: 70px;
                 background-color: #9CCE64;
                 float: left;
                 clear: none;
                 padding: 15px 0 0 20px;
                 margin: 0 0 17px 0}
                   
#naglowek_tytul {  width: 313px;
                   height: 77px;
                   background-color: #9CCE64;
                   float: left;
                   clear: none;
                   text-align: right;
                   color: #FFFFFF;
                   font-size: 11px;
                   padding: 8px 10px 0 0;
                   margin: 0 0 17px 0}
                   
#naglowek_prawy { width: 12px;
                  height: 85px;
                  background-color: white;
                  float: right;
                  text-align: right;
                  margin: 0 0 17px 0}

#content { width: 642px;
           margin: 0 12px 0 12px;}
           
#webcam { width: 640px;
          height: 480px;
          overflow: hidden;
          padding: 0;
          border: 1px solid black;
          margin: 15px 0 15px 0;}
          
#webcam_naglowek { width: 622px;
          height: 30px;
          float: left;
          clear: none}
          
#webcam_rss { width: 20px;
          height: 30px;
          float: right;}
           
.p14px { padding: 0 0 14px 0}

.p12px { padding: 12px 0 0 0}
          
#stopka_lewy { width: 321px;
           float: left;
           clear: none;
           padding: 6px 0 0 0;
           margin: 15px 0 20px 0;
           border-top: 1px solid #7ABC3C;
           }
           
#stopka_prawy { width: 321px;
           float: right;
           padding: 6px 0 0 0;
           margin: 15px 0 20px 0;
           border-top: 1px solid #7ABC3C;
           text-align: right;
           }
           
#webcam_video { width: 320px;
                height: 445px;
                float: left;
                clear: none;
                padding-top: 15px;
                border-top: 1px solid #7ABC3C;}
                
#webcam_archiwum { width: 312px;
                height: 447px;
                float: right;
                padding: 13px 0 0 10px;
                border-top: 1px solid #7ABC3C;}
                
.red { color: red}
.gray { color: #666666}
.light { color: #999999; padding-bottom: 15px; }
          



