body {
		background: #ffffff url('../images/bg.jpg') top center no-repeat;
			
			margin: 0; padding: 0;
			font-size: 100%;
			font-family: verdana, tahoma, sans-serif;
			text-align: center;
	}
	
	
#wrapper { width: 780px;
			margin: 0 auto;
			text-align: left;
			display: block;
		  }
		  
	#menu_left {
				margin: 170px 0 0 0;
				display: block; 
				float: left;
				width: 165px;
				height: 400px;
				background: transparent url('../images/menul.png');
				
				}
				
	#menu_right {
				margin: 190px 0 0 0;
				display: block; 
				float: right;
				width: 160px;
				height: 400px;
				background: transparent url('../images/menur.png');
				}
				
				#menu_right a { position: relative; top: -17px; }
				
				#lang { position: relative; top: -160px; text-align: right; }
					#lang img { opacity:0.75; filter:alpha(opacity=75); }
						#lang img:hover { opacity:1; filter:alpha(opacity=100); }
				
	#middle { width: 435px;
				margin: 10px 0;
				display: block;
				float: left;
				text-align: center;
			}

			
	.clear {
		clear: both;
		height: 0; }
		
		
		/* Menu - elementy */
		
			/* LEWE */
		
			#ml_1, #ml_2, #ml_3, #ml_4, #ml_5 { display: block; width: 100%; text-indent: -5000px;  }
		
			#ml_1 {height: 58px; }
			#ml_2 {height: 50px; }
			#ml_3 {height: 45px; }
			#ml_4 {height: 45px; }
			#ml_5 {height: 50px; }
			
			/* PRAWE */
			
			#mr_1, #mr_2, #mr_3, #mr_4, #mr_5 { display: block; width: 100%; text-indent: -5000px;  }
		
			#mr_1 {height: 55px; }
			#mr_2 {height: 46px; }
			#mr_3 {height: 42px; }
			#mr_4 {height: 42px; }
			#mr_5 {height: 50px; }
			
		/* Menu - koniec */
		
img { border: 0px; }

			/* IKONY + tooltip */
	#icons { position: relative; top: -50px; }
		#icons img { margin: 5px; }
	
	a.icon {
    position:relative; /*this is the key*/
    text-decoration:none
    }

	a.icon:hover{ z-index:25; }

	a.icon span{ display: none}
	
	a.icon:hover span{ /*the span will display just on :hover state*/
	z-index: 50;
    display:block;
    position:absolute;
    width: 95px;
    bottom: 0px; left:-5px; padding: 2px 0;
    border:1px solid #6f89cc;
    background-color:#657ec0; color:#ffffff;
    text-align: center;
    font-size: 11px;
    margin: 0;
    }
    
		/* Ikony - koniec */