 body {
      
      padding: 0;
      background: #99CCFF url("4.jpg") 0 0 no-repeat;
      color: black;
	  margin: 0;
    }
    #page {
      width: 689px;
      position: relative;
      background: url("pruhledny.png");
	  margin: 0 auto; 
	   border: 1px solid blue;
    }
	#header {
      width: 689px;
	  height:111px;
      
      background: url("obr.gif") no-repeat;
	  margin: 40px auto;
	  text-align:right;
	  
    }
    #pagein {
      position: relative;
      padding: 1em 2em; 
    }
	
	#menus {
      width: 150px;
	  height:511px;
      margin: 284px 0 0 5px;
	  position:relative;
	  float:left;
     
	   
    }
	
	#aktual {
      position: relative;
      width:610px;	  
      padding:  5px;
	  background: #6c95fc;
	 
	 margin:5px;
	  color:white;
    font-size:1.5em;
    font-weight:bold;
    }
	#let {
      
      width:610px;
      padding:  5px;
	  border: 1px solid blue;
	    color:blue;
    font-size:1.5em;
    font-weight:bold;
    margin-top:20px;  	 
    }