html {
	height:100%;
}
body {
	color: #9b9c9d;
	margin:0;
	padding:0;
	background-color:#ffffff;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
}

hr {
	border: 1px solid #000;
}

#container {
	        z-index: 1;
		position:relative;
		width:800px;
		margin:0 auto;
	        text-align:left;
	        background-color: #e3f7e7;
}
#header {
	position:relative;
	height:203px;
	background-image:url(images/bgheader.jpg);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 1;
}

    
#streep {font-size:10px;
         
         }

#pagina {z-index: 0;
	position:relative;
	
	background-color:#e3f7e7;
	padding-bottom:50px;		/*for footer*/
}

#content {width: 759px;
	position:relative;
	border-left: solid 1px #076111;
	border-right: solid 1px #076111;
	border-bottom: solid 1px #076111;
	padding:10px;
	margin-left:10px;
	
}
#content1 { color: #3f5a4a;
            width: 760px;
            height: 380px;
            padding-left: 20px;
	
          }
#content2 { padding-left: 30px;
            #3f5a4a;
            
            }

#video  {z-index: 1;}
            
#backgr {  background-image: url(images/background.jpg);
           background-position: top;
	   background-repeat: no-repeat;}
         
          
          
#footer {
	background-image:url(images/bgfooter.jpg);
        background-position: bottom;
	background-repeat: no-repeat
	margin:0 auto;
	margin-top:-48px;
	height:48px;
	position:relative;
	width:920px;
	font-size:10px;
	text-align:right;
	color:#000;
	vertical-align:middle;
}

 #adres { width: 759px;
          height: 21px;
          left: 0px;
          vertical-alignment: middle;
          position: relative;
          text-align: center;
          padding-left: 0px;
          padding-top: 15px;
          color: #505b57;
          font-size: 11px;
         
        }

span  {color:#0001fd;}


.imgb {border: solid 3px #505b57; }

a {     color: #16691f;
	outline: none;
	text-decoration: none;
  }
  
a:hover {   color: #505b57;
	    outline: none;
	    text-decoration: none;
         }
         
a:visited { color: #16691f;
	    outline: none;
	    text-decoration: none;
	  }
	  
a:visited:hover { color: #505b57;
	          outline: none;
	          text-decoration: none;
	        }	  
      
h3   { font-size: 14px;
       color: #0001fd;
       margin: 0px;}  
  
h2  { font-size: 12px;
      color: #6b6c6d;
     }
h1   { font-size: 12px;
       padding: 5px;
       color: #505b57;
     }  
  
input {border: solid 1px #076111;} 
