body {
    margin:0px auto;
	padding:0px;
	background-color:#e7f7ff;
	background-image:  url(bgr.gif);
	background-repeat: repeat-x;
     }

#container {width:790px;
            height:550px;
			}
			
#left {float:left;
       width:160px;
	   height:550px;
       }			
			
#language {width:160px;
           height:15px;
		   background-image:url(bg/lang.gif);
		   background-repeat:no-repeat;
 		}

#language img {border:none;
               width:160px;
               height:15px;
	   		   position:absolute;
			   margin-left:-80px;
               }

#logo {height:105px;
       width:160px;
	   background-image:url(bg/logo.gif);
	  }

	   
#menu {height:430px;
       width:160px;
	   background-image:url(menu.gif);
       background-repeat: no-repeat;
   	   padding-top:30px;
		}
		
#right {width:620px;
        height:550px; 
		float:right;
        }

#banner {height:120px;
 		}

#content {
          text-align:justify;
          font-family:Verdana, Arial, Helvetica, sans-serif;
	      font-size: 11px;
     	  color: #666666;
		  width:580px;
		  margin-top:20px;
        }
		
#content h2 {font-size: 11px;}

#content a {text-decoration:none;
		   font-family:Verdana, Arial, Helvetica, sans-serif;
	       font-size: 11px;
     	   color: #666666;
            }

#content #over {
              position : relative;
			  height : 359px;
              overflow-y : auto;
     		  scrollbar-track-color : #ffffff;
		      scrollbar-face-color : #ffffff;
		      scrollbar-darkshadow-color : #ffffff;
              scrollbar-highlight-color : #2384BE;
              scrollbar-shadow-color : #2384BE;
			  scrollbar-arrow-color:#2384BE;
              padding-right : 8px;
			  }

ul {list-style:url(bg/bullet1.gif);
     vertical-align:middle;
	 }


#doklad a {text-decoration:underline} 

