#head
		{
		z-index: 10;
		width: 100%;
		height: 66px;
		background-color: #35CAA5;
    border: 0px solid red;
    position: fixed;
    left: 0px;
    top: 0px;
    overflow: visible;
		}
		
#head_inner
		{
		width: 980px;
		height: 89px;
    border: 0px solid red;
    margin: auto;
    position: relative;
		}
    
#over_slider_line
    {
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 66px;
    }
    
#hlavni_nadpis
    {
    z-index:2;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 50px;
    }

#menu_odkaz1___old
    {
    z-index: 2;
    width: 178px;
    height: 69px;
    background-image: url('button1.png');
    border: 0px solid red;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 120%;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 199px;
    top: 0px;    
    }
    
#menu_odkaz1___old:hover
    {
    background-image: url('button1_hover.png');
    cursor: pointer;
    }    
    
#menu_odkaz1
    {
    z-index: 2;
    width: 178px;
    height: 69px;
    background-image: url('button1.png');
    border: 0px solid red;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 120%;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 199px;
    top: 0px;
    }
    
#menu_odkaz1:hover
    {
    background-image: url('button1_hover.png');
    cursor: pointer;
    }        

#menu_odkaz2
    {
    z-index: 2;
    width: 178px;
    height: 69px;
    background-image: url('button2.png');
    border: 0px solid red;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 120%;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 21px;
    top: 0px;    
    }
    
#menu_odkaz2:hover
    {
    background-image: url('button2_hover.png');
    cursor: pointer;
    }        