body   {
    background-color: #F6F0E8;
    font: normal 12px arial;
    color: #444444;
    text-align: center;
    background-image: url('../img/pozadie_pasik.gif');
    background-position: center top;
    background-repeat: repeat-x;
    margin: 0px;
    }


h1    {
    padding: 0px;
    margin: 0px;
    font: bold 12px arial;
    color: #336699;
    }

    
#main  {
    position: relative;
    top: 40px;
    margin: auto;
    width: 820px;
    height: 600px;
    background-image: url('../img/pozadie.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    }


#logo a  {
    position: absolute;
    left: 28px;
    top: 60px;
    height: 80px;
    width: 288px;
    }

    
#langs  {
    position: absolute;
    right: 20px;
    top: 14px;
    height: 30px;
    text-align: left;
    }


#menu  {
    position: absolute;
    right: 25px;
    top: 166px;
    height: 30px;
    text-align: left;
    text: bold 12px arial;
    color: #FFFFFF;
    }

	.menu	{
    		float: left;
    		margin-right: 6px;
  			}
  			
  	.selected a {
  		text-decoration: underline;	
  	}

  	
#left  {
	position: absolute;
	top: 210px;
	left: 28px;
    width: 288px;
    height: 333px;
    background-position: center top;
    background-repeat: no-repeat;
    }


#right  {
	position: absolute;
	top: 210px;
	left: 340px;
    width: 450px; 
    height: 333px;
    color: #FFFFFF;
    text-align: justify;
    line-height: 18px;
    padding-right: 7px;
    overflow: auto;
    }


#balada {
	position: absolute;
	top: 567px;
	left: 0px;
	width: 810px;
	text-align: right;
	font: normal 12px arial;
	color: 4F4F4F;
    }
    
    #balada a {
		font: bold 12px arial;
		color: 4F4F4F;
		text-decoration: none;
    	}
    
    #balada a:hover {
		text-decoration: underline;
    	}


a   {
    font: bold 12px arial;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    }

a:hover
    {
    text-decoration: underline;
    }




